Rebuilding GHC after just changing a file in the RTS is fast as it just builds the C file and then relinks. Hadrian compiles a lot more after modifying one of the C files in rts which takes at least 5 minutes with the prof flavour.
It should be investigated why Hadrian compiles so much more when it isn't necessary to do so much recompilation.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
So here's what I tried. I ran a complete quick-flavoured build, to completion. I then edited rts/Linker.c to add some IF_DEBUG(..., debugBelch(...)) statement, and:
$ hadrian/build.sh -j6--freeze1--flavour=quickUp to date| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_dyn_o.d| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_dyn_o| Remove file _build/stage1/rts/build/libHSrts-1.0_debug.a| Run Ghc LinkHs Stage1: _build/stage1/rts/build/c/Adjustor.thr_debug_dyn_o (and 115 more)=> _build/stage1/rts/build/libHSrts-1.0_thr_debug-ghc8.9.0.20190604.so| Remove file _build/stage1/rts/build/libHSrts-1.0_thr_debug.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.debug_o (and 113 more)=> _build/stage1/rts/build/libHSrts-1.0_debug.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.thr_debug_o (and 115 more)=> _build/stage1/rts/build/libHSrts-1.0_thr_debug.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_debug.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_thr_debug.a| Run Ghc LinkHs Stage1: _build/stage1/rts/build/c/Adjustor.debug_dyn_o (and 113 more)=> _build/stage1/rts/build/libHSrts-1.0_debug-ghc8.9.0.20190604.so/-------------------------------------------------------\| Successfully built library 'rts'(Stage1, way debug). || Library: _build/stage1/rts/build/libHSrts-1.0_debug.a |\-------------------------------------------------------//-----------------------------------------------------------\| Successfully built library 'rts'(Stage1, way thr_debug). || Library: _build/stage1/rts/build/libHSrts-1.0_thr_debug.a |\-----------------------------------------------------------/Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main()function to set these options.Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main()function to set these options.| Copy package 'rts'# cabal-copy (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Run Ghc LinkHs Stage1: _build/stage1/utils/hp2ps/build/c/AreaBelow.dyn_o (and 17 more)=> _build/stage1/bin/hp2ps/---------------------------------------------------------\| Successfully built program 'hp2ps'(Stage1). || Executable: _build/stage1/bin/hp2ps || Program synopsis: Heap Profile to PostScript converter. |\---------------------------------------------------------/| Register package 'rts'# cabal-register (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_debug-ghc8.9.0.20190604.so -> libHSrts-1.0_debug-ghc8.9.0.20190604.soError when running Shake build system: at action, called at src/Rules.hs:68:19 in main:Rules at need, called at src/Rules.hs:90:5 in main:Rules* Depends on: _build/stage1/lib/package.conf.d/rts-1.0.conf at need, called at src/Rules/Rts.hs:155:9 in main:Rules.Rts* Depends on: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_debug-ghc8.9.0.20190604.so* Raised the exception:_build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_debug-ghc8.9.0.20190604.so: createFileLink:createSymbolicLink: already exists (File exists)# we work around the error from above, which should be fixed by# https://gitlab.haskell.org/ghc/ghc/merge_requests/1117$ rm _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts*.so$ hadrian/build.sh -j6--freeze1--flavour=quickUp to date| Copy package 'rts'# cabal-copy (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Register package 'rts'# cabal-register (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts-ghc8.9.0.20190604.so -> libHSrts-1.0-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_debug-ghc8.9.0.20190604.so -> libHSrts-1.0_debug-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_thr-ghc8.9.0.20190604.so -> libHSrts-1.0_thr-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_l-ghc8.9.0.20190604.so -> libHSrts-1.0_l-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_thr_debug-ghc8.9.0.20190604.so -> libHSrts-1.0_thr_debug-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_thr_l-ghc8.9.0.20190604.so -> libHSrts-1.0_thr_l-ghc8.9.0.20190604.so| Run Ghc LinkHs Stage1: _build/stage1/utils/runghc/build/Main.dyn_o => _build/stage1/bin/runghc| Run Ghc LinkHs Stage1: _build/stage1/utils/hsc2hs/build/Main.dyn_o (and 10 more)=> _build/stage1/bin/hsc2hs| Run Ghc LinkHs Stage1: _build/stage1/utils/hpc/build/Main.dyn_o (and 11 more)=> _build/stage1/bin/hpc/----------------------------------------------------------------------------------\| Successfully built program 'runghc'(Stage1). || Executable: _build/stage1/bin/runghc || Program synopsis: A wrapper around GHC allowing convenient execution of scripts. |\----------------------------------------------------------------------------------/| Run Ghc LinkHs Stage1: _build/stage1/utils/iserv/build/c/cbits/iservmain.dyn_o (and 1 more)=> _build/stage1/lib/bin/ghc-iserv-dyn/--------------------------------------------------------------------------------------\| Successfully built program 'hsc2hs'(Stage1). || Executable: _build/stage1/bin/hsc2hs || Program synopsis: A preprocessor that helps with writing Haskell bindings to C code. |\--------------------------------------------------------------------------------------//------------------------------------------------\| Successfully built program 'hpc-bin'(Stage1). || Executable: _build/stage1/bin/hpc || Program synopsis: XXX. |\------------------------------------------------/| Run Ghc LinkHs Stage1: _build/stage1/utils/ghc-pkg/build/Main.dyn_o (and 1 more)=> _build/stage1/bin/ghc-pkg| Run Ghc LinkHs Stage1: _build/stage1/ghc/build/c/hschooks.dyn_o (and 7 more)=> _build/stage1/bin/ghc| Run Ghc LinkHs Stage1: _build/stage1/utils/haddock/build/Main.dyn_o (and 46 more)=> _build/stage1/bin/haddock/-------------------------------------------------------------------------------\| Successfully built program 'iserv'(Stage1). || Executable: _build/stage1/lib/bin/ghc-iserv-dyn || Program synopsis: iserv allows GHC to delegate Template Haskell computations. |\-------------------------------------------------------------------------------//---------------------------------------------------------------------------------\| Successfully built program 'ghc-pkg'(Stage1). || Executable: _build/stage1/bin/ghc-pkg || Program synopsis: A utility for querying and managing the GHC package database. |\---------------------------------------------------------------------------------//----------------------------------------------------------\| Successfully built program 'ghc-bin'(Stage1). || Executable: _build/stage1/bin/ghc || Program synopsis: The Glorious Glasgow Haskell Compiler. |\----------------------------------------------------------//--------------------------------------------------------------------------\| Successfully built program 'haddock'(Stage1). || Executable: _build/stage1/bin/haddock || Program synopsis: A documentation-generation tool for Haskell libraries. |\--------------------------------------------------------------------------/shakeArgsWith 0.000s 0% Function shake 0.006s 0% Database read 0.900s 10% ==With database 0.043s 0% Running rules 7.580s 88% =========================Pool finished (2097 threads, 6 max) 0.002s 0% Cleanup 0.000s 0% Total 8.531s 100% Build completed in 8.53s
OK, so the quick flavour works. That's good. Time for you to level up @alp. I was building with the prof flavour, --freeze1 flag and modifying rts/ProfHeap.c.
With prof, after a complete build, I edited rts/Linker.c again, and:
$ hadrian/build.sh -j3--flavour=prof --freeze1Up to date| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.p_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_p_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_p_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_p_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_o.d| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.p_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_p_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_p_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_p_o| Remove file _build/stage1/rts/build/libHSrts-1.0_thr_debug_p.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.thr_debug_p_o (and 115 more)=> _build/stage1/rts/build/libHSrts-1.0_thr_debug_p.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_thr_debug_p.a| Remove file _build/stage1/rts/build/libHSrts-1.0_debug.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.debug_o (and 113 more)=> _build/stage1/rts/build/libHSrts-1.0_debug.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_debug.a/-------------------------------------------------------------\| Successfully built library 'rts'(Stage1, way thr_debug_p). || Library: _build/stage1/rts/build/libHSrts-1.0_thr_debug_p.a |\-------------------------------------------------------------/| Run Ghc LinkHs Stage1: _build/stage1/rts/build/c/Adjustor.debug_dyn_o (and 113 more)=> _build/stage1/rts/build/libHSrts-1.0_debug-ghc8.9.0.20190604.so/-------------------------------------------------------\| Successfully built library 'rts'(Stage1, way debug). || Library: _build/stage1/rts/build/libHSrts-1.0_debug.a |\-------------------------------------------------------/| Remove file _build/stage1/rts/build/libHSrts-1.0_thr_debug.aWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main()function to set these options.| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.thr_debug_o (and 115 more)=> _build/stage1/rts/build/libHSrts-1.0_thr_debug.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_thr_debug.a/-----------------------------------------------------------\| Successfully built library 'rts'(Stage1, way thr_debug). || Library: _build/stage1/rts/build/libHSrts-1.0_thr_debug.a |\-----------------------------------------------------------/| Remove file _build/stage1/rts/build/libHSrts-1.0_debug_p.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.debug_p_o (and 113 more)=> _build/stage1/rts/build/libHSrts-1.0_debug_p.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_debug_p.a/---------------------------------------------------------\| Successfully built library 'rts'(Stage1, way debug_p). || Library: _build/stage1/rts/build/libHSrts-1.0_debug_p.a |\---------------------------------------------------------/| Run Ghc LinkHs Stage1: _build/stage1/rts/build/c/Adjustor.thr_debug_dyn_o (and 115 more)=> _build/stage1/rts/build/libHSrts-1.0_thr_debug-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main()function to set these options.| Copy package 'rts'# cabal-copy (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Run Ghc LinkHs Stage1: _build/stage1/utils/hp2ps/build/c/AreaBelow.o (and 17 more)=> _build/stage1/bin/hp2ps/---------------------------------------------------------\| Successfully built program 'hp2ps'(Stage1). || Executable: _build/stage1/bin/hp2ps || Program synopsis: Heap Profile to PostScript converter. |\---------------------------------------------------------/| Register package 'rts'# cabal-register (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_debug-ghc8.9.0.20190604.so -> libHSrts-1.0_debug-ghc8.9.0.20190604.soError when running Shake build system: at action, called at src/Rules.hs:68:19 in main:Rules at need, called at src/Rules.hs:90:5 in main:Rules* Depends on: _build/stage1/lib/package.conf.d/rts-1.0.conf at need, called at src/Rules/Rts.hs:155:9 in main:Rules.Rts* Depends on: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_debug-ghc8.9.0.20190604.so* Raised the exception:_build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_debug-ghc8.9.0.20190604.so: createFileLink:createSymbolicLink: already exists (File exists)# we work around the libHSrts symlink issue again...$ rm-rf _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts*$ hadrian/build.sh -j3--flavour=prof --freeze1Up to date| Copy package 'rts'# cabal-copy (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Register package 'rts'# cabal-register (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts-ghc8.9.0.20190604.so -> libHSrts-1.0-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_thr-ghc8.9.0.20190604.so -> libHSrts-1.0_thr-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_debug-ghc8.9.0.20190604.so -> libHSrts-1.0_debug-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_l-ghc8.9.0.20190604.so -> libHSrts-1.0_l-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_thr_debug-ghc8.9.0.20190604.so -> libHSrts-1.0_thr_debug-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_thr_l-ghc8.9.0.20190604.so -> libHSrts-1.0_thr_l-ghc8.9.0.20190604.so| Run Ghc LinkHs Stage1: _build/stage1/utils/runghc/build/Main.o => _build/stage1/bin/runghc/----------------------------------------------------------------------------------\| Successfully built program 'runghc'(Stage1). || Executable: _build/stage1/bin/runghc || Program synopsis: A wrapper around GHC allowing convenient execution of scripts. |\----------------------------------------------------------------------------------/| Run Ghc LinkHs Stage1: _build/stage1/utils/hpc/build/Main.o (and 11 more)=> _build/stage1/bin/hpc| Run Ghc LinkHs Stage1: _build/stage1/utils/iserv/build/c/cbits/iservmain.o (and 1 more)=> _build/stage1/lib/bin/ghc-iserv/------------------------------------------------\| Successfully built program 'hpc-bin'(Stage1). || Executable: _build/stage1/bin/hpc || Program synopsis: XXX. |\------------------------------------------------/| Run Ghc LinkHs Stage1: _build/stage1/ghc/build/c/hschooks.p_o (and 7 more)=> _build/stage1/bin/ghc| Run Ghc LinkHs Stage1: _build/stage1/utils/ghc-pkg/build/Main.o (and 1 more)=> _build/stage1/bin/ghc-pkg/-------------------------------------------------------------------------------\| Successfully built program 'iserv'(Stage1). || Executable: _build/stage1/lib/bin/ghc-iserv || Program synopsis: iserv allows GHC to delegate Template Haskell computations. |\-------------------------------------------------------------------------------/| Run Ghc LinkHs Stage1: _build/stage1/utils/haddock/build/Main.o (and 46 more)=> _build/stage1/bin/haddock/---------------------------------------------------------------------------------\| Successfully built program 'ghc-pkg'(Stage1). || Executable: _build/stage1/bin/ghc-pkg || Program synopsis: A utility for querying and managing the GHC package database. |\---------------------------------------------------------------------------------/| Run Ghc LinkHs Stage1: _build/stage1/utils/hsc2hs/build/Main.o (and 10 more)=> _build/stage1/bin/hsc2hs/--------------------------------------------------------------------------------------\| Successfully built program 'hsc2hs'(Stage1). || Executable: _build/stage1/bin/hsc2hs || Program synopsis: A preprocessor that helps with writing Haskell bindings to C code. |\--------------------------------------------------------------------------------------//--------------------------------------------------------------------------\| Successfully built program 'haddock'(Stage1). || Executable: _build/stage1/bin/haddock || Program synopsis: A documentation-generation tool for Haskell libraries. |\--------------------------------------------------------------------------//----------------------------------------------------------\| Successfully built program 'ghc-bin'(Stage1). || Executable: _build/stage1/bin/ghc || Program synopsis: The Glorious Glasgow Haskell Compiler. |\----------------------------------------------------------/shakeArgsWith 0.000s 0% Function shake 0.005s 0% Database read 0.839s 8% ==With database 0.035s 0% Running rules 8.867s 90% =========================Pool finished (549 threads, 3 max) 0.003s 0% Cleanup 0.000s 0% Total 9.750s 100% Build completed in 9.75s
I haven't tried debug-prof but I honestly don't see what would be different there. @mpickering Could you perhaps give me a complete set of commands that produce the problem you're seeing? Along with the exact code for the flavour this requires, in case this problem is tied to a particular build flavour?
Alright, Hadrian indeed rebuilds a lot more when we make a way-agnostic change (i.e a change that doesn't depend on some macros that are only defined when building in a {debug,profiling,...}-enabled way. I added an stgFree(pinfo) call like you, and here's what I get:
Build log
Up to date| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_p_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_p_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_dyn_o.d| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_o.d| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_l_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_p_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_dyn_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_debug_p_o| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.debug_o| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_dyn_o.d| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.l_dyn_o| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_p_o.d| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.thr_p_o| Run Cc FindCDependencies Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.p_o.d| Run Ghc CompileCWithGhc Stage1: rts/Linker.c => _build/stage1/rts/build/c/Linker.p_o| Remove file _build/stage1/rts/build/libHSrts-1.0.a| Remove file _build/stage1/rts/build/libHSrts-1.0_thr_debug.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.o (and 113 more) => _build/stage1/rts/build/libHSrts-1.0.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.thr_debug_o (and 115 more) => _build/stage1/rts/build/libHSrts-1.0_thr_debug.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_thr_debug.a| Run Ghc LinkHs Stage1: _build/stage1/rts/build/c/Adjustor.dyn_o (and 113 more) => _build/stage1/rts/build/libHSrts-1.0-ghc8.9.0.20190604.so/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0.a/---------------------------------------------------\| Successfully built library 'rts' (Stage1, way v). || Library: _build/stage1/rts/build/libHSrts-1.0.a |\---------------------------------------------------//-----------------------------------------------------------\| Successfully built library 'rts' (Stage1, way thr_debug). || Library: _build/stage1/rts/build/libHSrts-1.0_thr_debug.a |\-----------------------------------------------------------/| Remove file _build/stage1/rts/build/libHSrts-1.0_l.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.l_o (and 113 more) => _build/stage1/rts/build/libHSrts-1.0_l.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_l.a| Remove file _build/stage1/rts/build/libHSrts-1.0_thr_l.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.thr_l_o (and 115 more) => _build/stage1/rts/build/libHSrts-1.0_thr_l.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_thr_l.a/---------------------------------------------------\| Successfully built library 'rts' (Stage1, way l). || Library: _build/stage1/rts/build/libHSrts-1.0_l.a |\---------------------------------------------------/Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Remove file _build/stage1/rts/build/libHSrts-1.0_debug_p.a/-------------------------------------------------------\| Successfully built library 'rts' (Stage1, way thr_l). || Library: _build/stage1/rts/build/libHSrts-1.0_thr_l.a |\-------------------------------------------------------/| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.debug_p_o (and 113 more) => _build/stage1/rts/build/libHSrts-1.0_debug_p.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_debug_p.a| Run Ghc LinkHs Stage1: _build/stage1/rts/build/c/Adjustor.thr_dyn_o (and 115 more) => _build/stage1/rts/build/libHSrts-1.0_thr-ghc8.9.0.20190604.so/---------------------------------------------------------\| Successfully built library 'rts' (Stage1, way debug_p). || Library: _build/stage1/rts/build/libHSrts-1.0_debug_p.a |\---------------------------------------------------------/| Remove file _build/stage1/rts/build/libHSrts-1.0_thr_debug_p.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.thr_debug_p_o (and 115 more) => _build/stage1/rts/build/libHSrts-1.0_thr_debug_p.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_thr_debug_p.a/-------------------------------------------------------------\| Successfully built library 'rts' (Stage1, way thr_debug_p). || Library: _build/stage1/rts/build/libHSrts-1.0_thr_debug_p.a |\-------------------------------------------------------------/Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc LinkHs Stage1: _build/stage1/rts/build/c/Adjustor.thr_l_dyn_o (and 115 more) => _build/stage1/rts/build/libHSrts-1.0_thr_l-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Remove file _build/stage1/rts/build/libHSrts-1.0_thr_p.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.thr_p_o (and 115 more) => _build/stage1/rts/build/libHSrts-1.0_thr_p.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_thr_p.a/-------------------------------------------------------\| Successfully built library 'rts' (Stage1, way thr_p). || Library: _build/stage1/rts/build/libHSrts-1.0_thr_p.a |\-------------------------------------------------------/| Remove file _build/stage1/rts/build/libHSrts-1.0_debug.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.debug_o (and 113 more) => _build/stage1/rts/build/libHSrts-1.0_debug.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_debug.a/-------------------------------------------------------\| Successfully built library 'rts' (Stage1, way debug). || Library: _build/stage1/rts/build/libHSrts-1.0_debug.a |\-------------------------------------------------------/| Run Ghc LinkHs Stage1: _build/stage1/rts/build/c/Adjustor.thr_debug_dyn_o (and 115 more) => _build/stage1/rts/build/libHSrts-1.0_thr_debug-ghc8.9.0.20190604.so| Remove file _build/stage1/rts/build/libHSrts-1.0_p.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.p_o (and 113 more) => _build/stage1/rts/build/libHSrts-1.0_p.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_p.a/---------------------------------------------------\| Successfully built library 'rts' (Stage1, way p). || Library: _build/stage1/rts/build/libHSrts-1.0_p.a |\---------------------------------------------------/| Remove file _build/stage1/rts/build/libHSrts-1.0_thr.a| Run Ar Pack Stage1: _build/stage1/rts/build/c/Adjustor.thr_o (and 115 more) => _build/stage1/rts/build/libHSrts-1.0_thr.a/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar: creating _build/stage1/rts/build/libHSrts-1.0_thr.aWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options./-----------------------------------------------------\| Successfully built library 'rts' (Stage1, way thr). || Library: _build/stage1/rts/build/libHSrts-1.0_thr.a |\-----------------------------------------------------/| Run Ghc LinkHs Stage1: _build/stage1/rts/build/c/Adjustor.debug_dyn_o (and 113 more) => _build/stage1/rts/build/libHSrts-1.0_debug-ghc8.9.0.20190604.so| Run Ghc LinkHs Stage1: _build/stage1/rts/build/c/Adjustor.l_dyn_o (and 113 more) => _build/stage1/rts/build/libHSrts-1.0_l-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.Warning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Copy package 'rts'# cabal-copy (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Run Ghc LinkHs Stage1: _build/stage1/utils/hp2ps/build/c/AreaBelow.o (and 17 more) => _build/stage1/bin/hp2ps/---------------------------------------------------------\| Successfully built program 'hp2ps' (Stage1). || Executable: _build/stage1/bin/hp2ps || Program synopsis: Heap Profile to PostScript converter. |\---------------------------------------------------------/| Register package 'rts'# cabal-register (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts-ghc8.9.0.20190604.so -> libHSrts-1.0-ghc8.9.0.20190604.soError when running Shake build system: at action, called at src/Rules.hs:68:19 in main:Rules at need, called at src/Rules.hs:90:5 in main:Rules* Depends on: _build/stage1/lib/package.conf.d/rts-1.0.conf at need, called at src/Rules/Rts.hs:155:9 in main:Rules.Rts* Depends on: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts-ghc8.9.0.20190604.so* Raised the exception:_build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts-ghc8.9.0.20190604.so: createFileLink:createSymbolicLink: already exists (File exists)... I DELETE SHARED LIBS HERE ...Up to date| Copy package 'rts'# cabal-copy (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Register package 'rts'# cabal-register (for _build/stage1/lib/package.conf.d/rts-1.0.conf)| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts-ghc8.9.0.20190604.so -> libHSrts-1.0-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_thr-ghc8.9.0.20190604.so -> libHSrts-1.0_thr-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_debug-ghc8.9.0.20190604.so -> libHSrts-1.0_debug-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_l-ghc8.9.0.20190604.so -> libHSrts-1.0_l-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_thr_debug-ghc8.9.0.20190604.so -> libHSrts-1.0_thr_debug-ghc8.9.0.20190604.so| Creating file link: _build/stage1/lib/x86_64-linux-ghc-8.9.0.20190604/libHSrts_thr_l-ghc8.9.0.20190604.so -> libHSrts-1.0_thr_l-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Types.hs => _build/stage1/libraries/ghc-prim/build/GHC/Types.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Types.hs => _build/stage1/libraries/ghc-prim/build/GHC/Types.p_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Types.hs => _build/stage1/libraries/ghc-prim/build/GHC/Types.o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/CString.hs => _build/stage1/libraries/ghc-prim/build/GHC/CString.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/IntWord64.hs => _build/stage1/libraries/ghc-prim/build/GHC/IntWord64.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/CString.hs => _build/stage1/libraries/ghc-prim/build/GHC/CString.o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/IntWord64.hs => _build/stage1/libraries/ghc-prim/build/GHC/IntWord64.p_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Magic.hs => _build/stage1/libraries/ghc-prim/build/GHC/Magic.o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/CString.hs => _build/stage1/libraries/ghc-prim/build/GHC/CString.p_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Tuple.hs => _build/stage1/libraries/ghc-prim/build/GHC/Tuple.p_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Magic.hs => _build/stage1/libraries/ghc-prim/build/GHC/Magic.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Tuple.hs => _build/stage1/libraries/ghc-prim/build/GHC/Tuple.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Magic.hs => _build/stage1/libraries/ghc-prim/build/GHC/Magic.p_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Debug.hs => _build/stage1/libraries/ghc-prim/build/GHC/Debug.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-prim/build/GHC/PrimopWrappers.hs => _build/stage1/libraries/ghc-prim/build/GHC/PrimopWrappers.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Debug.hs => _build/stage1/libraries/ghc-prim/build/GHC/Debug.p_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Tuple.hs => _build/stage1/libraries/ghc-prim/build/GHC/Tuple.o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Classes.hs => _build/stage1/libraries/ghc-prim/build/GHC/Classes.p_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Debug.hs => _build/stage1/libraries/ghc-prim/build/GHC/Debug.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-prim/build/GHC/PrimopWrappers.hs => _build/stage1/libraries/ghc-prim/build/GHC/PrimopWrappers.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-prim/build/GHC/PrimopWrappers.hs => _build/stage1/libraries/ghc-prim/build/GHC/PrimopWrappers.p_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/IntWord64.hs => _build/stage1/libraries/ghc-prim/build/GHC/IntWord64.o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Classes.hs => _build/stage1/libraries/ghc-prim/build/GHC/Classes.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-prim/GHC/Classes.hs => _build/stage1/libraries/ghc-prim/build/GHC/Classes.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/ghc-prim/build/c/cbits/atomic.dyn_o (and 18 more) => _build/stage1/libraries/ghc-prim/build/libHSghc-prim-0.6.1-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/Type.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/Type.o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/Type.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/Type.p_o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/Type.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/Type.dyn_o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer.o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer.dyn_o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/Logarithms.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/Logarithms.dyn_o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/Logarithms.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/Logarithms.p_o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/GMP/Internals.o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer.p_o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/GMP/Internals.dyn_o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/Logarithms/Internals.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/Logarithms/Internals.p_o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/GMP/Internals.p_o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/Logarithms/Internals.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/Logarithms/Internals.dyn_o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/Logarithms.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/Logarithms.o| Run Ghc CompileHs Stage1: libraries/integer-gmp/src/GHC/Integer/Logarithms/Internals.hs => _build/stage1/libraries/integer-gmp/build/GHC/Integer/Logarithms/Internals.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/integer-gmp/build/c/cbits/wrappers.dyn_o (and 5 more) => _build/stage1/libraries/integer-gmp/build/libHSinteger-gmp-1.0.2.0-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/base/GHC/IO.hs-boot => _build/stage1/libraries/base/build/GHC/IO.o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/IO.hs-boot => _build/stage1/libraries/base/build/GHC/IO.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Maybe.hs => _build/stage1/libraries/base/build/GHC/Maybe.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Real.hs-boot => _build/stage1/libraries/base/build/GHC/Real.o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception/Type.hs-boot => _build/stage1/libraries/base/build/GHC/Exception/Type.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Maybe.hs => _build/stage1/libraries/base/build/GHC/Maybe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Natural.hs => _build/stage1/libraries/base/build/GHC/Natural.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception/Type.hs-boot => _build/stage1/libraries/base/build/GHC/Exception/Type.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/IO.hs-boot => _build/stage1/libraries/base/build/GHC/IO.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Natural.hs => _build/stage1/libraries/base/build/GHC/Natural.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Unsafe/Coerce.hs => _build/stage1/libraries/base/build/Unsafe/Coerce.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Stack/Types.hs => _build/stage1/libraries/base/build/GHC/Stack/Types.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception/Type.hs-boot => _build/stage1/libraries/base/build/GHC/Exception/Type.o-boot| Run Ghc CompileHs Stage1: libraries/base/Numeric/Natural.hs => _build/stage1/libraries/base/build/Numeric/Natural.p_o| Run Ghc CompileHs Stage1: libraries/base/Unsafe/Coerce.hs => _build/stage1/libraries/base/build/Unsafe/Coerce.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Numeric/Natural.hs => _build/stage1/libraries/base/build/Numeric/Natural.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception.hs-boot => _build/stage1/libraries/base/build/GHC/Exception.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Real.hs-boot => _build/stage1/libraries/base/build/GHC/Real.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Real.hs-boot => _build/stage1/libraries/base/build/GHC/Real.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Err.hs => _build/stage1/libraries/base/build/GHC/Err.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Stack/Types.hs => _build/stage1/libraries/base/build/GHC/Stack/Types.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Base.hs-boot => _build/stage1/libraries/base/build/GHC/Base.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Base.hs-boot => _build/stage1/libraries/base/build/GHC/Base.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/Data/Semigroup/Internal.hs-boot => _build/stage1/libraries/base/build/Data/Semigroup/Internal.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception.hs-boot => _build/stage1/libraries/base/build/GHC/Exception.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/Data/Semigroup/Internal.hs-boot => _build/stage1/libraries/base/build/Data/Semigroup/Internal.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Base.hs => _build/stage1/libraries/base/build/GHC/Base.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Maybe.hs => _build/stage1/libraries/base/build/GHC/Maybe.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Err.hs => _build/stage1/libraries/base/build/GHC/Err.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Base.hs => _build/stage1/libraries/base/build/GHC/Base.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Base.hs-boot => _build/stage1/libraries/base/build/GHC/Base.o-boot| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Fail.hs => _build/stage1/libraries/base/build/Control/Monad/Fail.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Arr.hs => _build/stage1/libraries/base/build/GHC/Event/Arr.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Unsafe.hs => _build/stage1/libraries/base/build/GHC/IO/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Function.hs => _build/stage1/libraries/base/build/Data/Function.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Profiling.hs => _build/stage1/libraries/base/build/GHC/Profiling.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Weak.hs => _build/stage1/libraries/base/build/GHC/Weak.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Constants.hs => _build/stage1/libraries/base/build/GHC/Constants.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Bool.hs => _build/stage1/libraries/base/build/Data/Bool.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Eq.hs => _build/stage1/libraries/base/build/Data/Eq.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/MVar.hs => _build/stage1/libraries/base/build/GHC/MVar.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Type/Bool.hs => _build/stage1/libraries/base/build/Data/Type/Bool.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Natural.hs => _build/stage1/libraries/base/build/GHC/Natural.o| Run Ghc CompileHs Stage1: libraries/base/GHC/ConsoleHandler.hs => _build/stage1/libraries/base/build/GHC/ConsoleHandler.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/CodePage.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/CodePage.p_o| Run Ghc CompileHs Stage1: libraries/base/Numeric/Natural.hs => _build/stage1/libraries/base/build/Numeric/Natural.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Stack/Types.hs => _build/stage1/libraries/base/build/GHC/Stack/Types.o| Run Ghc CompileHs Stage1: libraries/base/Unsafe/Coerce.hs => _build/stage1/libraries/base/build/Unsafe/Coerce.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Stack/CCS.hs-boot => _build/stage1/libraries/base/build/GHC/Stack/CCS.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Float/ConversionUtils.hs => _build/stage1/libraries/base/build/GHC/Float/ConversionUtils.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor.hs => _build/stage1/libraries/base/build/Data/Functor.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/GHCi.hs => _build/stage1/libraries/base/build/GHC/GHCi.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Coerce.hs => _build/stage1/libraries/base/build/Data/Coerce.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Num.hs => _build/stage1/libraries/base/build/GHC/Num.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Maybe.hs => _build/stage1/libraries/base/build/Data/Maybe.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Utils.hs => _build/stage1/libraries/base/build/Data/Functor/Utils.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/MVar.hs => _build/stage1/libraries/base/build/GHC/MVar.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/CodePage.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/CodePage.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/GHCi.hs => _build/stage1/libraries/base/build/GHC/GHCi.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Unsafe.hs => _build/stage1/libraries/base/build/GHC/IO/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Eq.hs => _build/stage1/libraries/base/build/Data/Eq.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Tuple.hs => _build/stage1/libraries/base/build/Data/Tuple.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Coerce.hs => _build/stage1/libraries/base/build/Data/Coerce.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Float/ConversionUtils.hs => _build/stage1/libraries/base/build/GHC/Float/ConversionUtils.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Weak.hs => _build/stage1/libraries/base/build/GHC/Weak.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Utils.hs => _build/stage1/libraries/base/build/Data/Functor/Utils.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Float/RealFracMethods.hs => _build/stage1/libraries/base/build/GHC/Float/RealFracMethods.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Bool.hs => _build/stage1/libraries/base/build/Data/Bool.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Maybe.hs => _build/stage1/libraries/base/build/Data/Maybe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Type/Bool.hs => _build/stage1/libraries/base/build/Data/Type/Bool.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Num.hs => _build/stage1/libraries/base/build/GHC/Num.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor.hs => _build/stage1/libraries/base/build/Data/Functor.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ConsoleHandler.hs => _build/stage1/libraries/base/build/GHC/ConsoleHandler.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Stack/CCS.hs-boot => _build/stage1/libraries/base/build/GHC/Stack/CCS.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception.hs-boot => _build/stage1/libraries/base/build/GHC/Exception.o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Constants.hs => _build/stage1/libraries/base/build/GHC/Constants.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Profiling.hs => _build/stage1/libraries/base/build/GHC/Profiling.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/List.hs => _build/stage1/libraries/base/build/GHC/List.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Tuple.hs => _build/stage1/libraries/base/build/Data/Tuple.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Semigroup/Internal.hs-boot => _build/stage1/libraries/base/build/Data/Semigroup/Internal.o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Err.hs => _build/stage1/libraries/base/build/GHC/Err.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Arr.hs => _build/stage1/libraries/base/build/GHC/Event/Arr.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Show.hs => _build/stage1/libraries/base/build/GHC/Show.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Base.hs => _build/stage1/libraries/base/build/GHC/Base.o| Run Ghc CompileHs Stage1: libraries/base/Data/Function.hs => _build/stage1/libraries/base/build/Data/Function.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Float/RealFracMethods.hs => _build/stage1/libraries/base/build/GHC/Float/RealFracMethods.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Eq.hs => _build/stage1/libraries/base/build/Data/Eq.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/CodePage.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/CodePage.o| Run Ghc CompileHs Stage1: libraries/base/GHC/GHCi.hs => _build/stage1/libraries/base/build/GHC/GHCi.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Unsafe.hs => _build/stage1/libraries/base/build/GHC/IO/Unsafe.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Arr.hs => _build/stage1/libraries/base/build/GHC/Event/Arr.o| Run Ghc CompileHs Stage1: libraries/base/Data/Function.hs => _build/stage1/libraries/base/build/Data/Function.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Profiling.hs => _build/stage1/libraries/base/build/GHC/Profiling.o| Run Ghc CompileHs Stage1: libraries/base/Data/Tuple.hs => _build/stage1/libraries/base/build/Data/Tuple.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Stack/CCS.hs-boot => _build/stage1/libraries/base/build/GHC/Stack/CCS.o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Num.hs => _build/stage1/libraries/base/build/GHC/Num.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Char.hs => _build/stage1/libraries/base/build/GHC/Char.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/MVar.hs => _build/stage1/libraries/base/build/GHC/MVar.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Enum.hs => _build/stage1/libraries/base/build/GHC/Enum.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Unique.hs => _build/stage1/libraries/base/build/GHC/Event/Unique.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ConsoleHandler.hs => _build/stage1/libraries/base/build/GHC/ConsoleHandler.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Float/ConversionUtils.hs => _build/stage1/libraries/base/build/GHC/Float/ConversionUtils.o| Run Ghc CompileHs Stage1: libraries/base/Data/Coerce.hs => _build/stage1/libraries/base/build/Data/Coerce.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Constants.hs => _build/stage1/libraries/base/build/GHC/Constants.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Fail.hs => _build/stage1/libraries/base/build/Control/Monad/Fail.o| Run Ghc CompileHs Stage1: libraries/base/Data/Maybe.hs => _build/stage1/libraries/base/build/Data/Maybe.o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor.hs => _build/stage1/libraries/base/build/Data/Functor.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Float/RealFracMethods.hs => _build/stage1/libraries/base/build/GHC/Float/RealFracMethods.o| Run Ghc CompileHs Stage1: libraries/base/GHC/List.hs => _build/stage1/libraries/base/build/GHC/List.o| Run Ghc CompileHs Stage1: libraries/base/Data/Bool.hs => _build/stage1/libraries/base/build/Data/Bool.o| Run Ghc CompileHs Stage1: libraries/base/Data/Type/Bool.hs => _build/stage1/libraries/base/build/Data/Type/Bool.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Real.hs => _build/stage1/libraries/base/build/GHC/Real.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Show.hs => _build/stage1/libraries/base/build/GHC/Show.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Weak.hs => _build/stage1/libraries/base/build/GHC/Weak.o| Run Ghc CompileHs Stage1: libraries/base/GHC/ST.hs => _build/stage1/libraries/base/build/GHC/ST.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Bits.hs => _build/stage1/libraries/base/build/Data/Bits.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ST.hs => _build/stage1/libraries/base/build/GHC/ST.o| Run Ghc CompileHs Stage1: libraries/base/GHC/STRef.hs => _build/stage1/libraries/base/build/GHC/STRef.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/Show.hs => _build/stage1/libraries/base/build/Text/Show.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Char.hs => _build/stage1/libraries/base/build/GHC/Char.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Unique.hs => _build/stage1/libraries/base/build/GHC/Event/Unique.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Arr.hs => _build/stage1/libraries/base/build/GHC/Arr.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Utils.hs => _build/stage1/libraries/base/build/Data/Functor/Utils.o| Run Ghc CompileHs Stage1: libraries/base/Text/Show.hs => _build/stage1/libraries/base/build/Text/Show.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Word.hs => _build/stage1/libraries/base/build/GHC/Word.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Unicode.hs => _build/stage1/libraries/base/build/GHC/Unicode.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/STRef.hs => _build/stage1/libraries/base/build/GHC/STRef.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Enum.hs => _build/stage1/libraries/base/build/GHC/Enum.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Float.hs => _build/stage1/libraries/base/build/GHC/Float.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/ParserCombinators/ReadP.hs => _build/stage1/libraries/base/build/Text/ParserCombinators/ReadP.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Real.hs => _build/stage1/libraries/base/build/GHC/Real.o| Run Ghc CompileHs Stage1: libraries/base/Text/Read/Lex.hs => _build/stage1/libraries/base/build/Text/Read/Lex.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/ParserCombinators/ReadPrec.hs => _build/stage1/libraries/base/build/Text/ParserCombinators/ReadPrec.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/PSQ.hs => _build/stage1/libraries/base/build/GHC/Event/PSQ.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Arr.hs => _build/stage1/libraries/base/build/GHC/Arr.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Read.hs => _build/stage1/libraries/base/build/GHC/Read.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Bits.hs => _build/stage1/libraries/base/build/Data/Bits.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Unicode.hs => _build/stage1/libraries/base/build/GHC/Unicode.o| Run Ghc CompileHs Stage1: libraries/base/Data/Either.hs => _build/stage1/libraries/base/build/Data/Either.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Type/Equality.hs => _build/stage1/libraries/base/build/Data/Type/Equality.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Int.hs => _build/stage1/libraries/base/build/GHC/Int.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Word.hs => _build/stage1/libraries/base/build/GHC/Word.o| Run Ghc CompileHs Stage1: libraries/base/Text/ParserCombinators/ReadP.hs => _build/stage1/libraries/base/build/Text/ParserCombinators/ReadP.o| Run Ghc CompileHs Stage1: libraries/base/Data/Int.hs => _build/stage1/libraries/base/build/Data/Int.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/ParserCombinators/ReadPrec.hs => _build/stage1/libraries/base/build/Text/ParserCombinators/ReadPrec.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/PSQ.hs => _build/stage1/libraries/base/build/GHC/Event/PSQ.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Float.hs => _build/stage1/libraries/base/build/GHC/Float.o| Run Ghc CompileHs Stage1: libraries/base/Text/Read/Lex.hs => _build/stage1/libraries/base/build/Text/Read/Lex.o| Run Ghc CompileHs Stage1: libraries/base/Data/Proxy.hs => _build/stage1/libraries/base/build/Data/Proxy.p_o| Run Ghc CompileHs Stage1: libraries/base/Numeric.hs => _build/stage1/libraries/base/build/Numeric.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Type/Coercion.hs => _build/stage1/libraries/base/build/Data/Type/Coercion.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/TypeNats.hs => _build/stage1/libraries/base/build/GHC/TypeNats.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Ptr.hs => _build/stage1/libraries/base/build/GHC/Ptr.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Fingerprint/Type.hs => _build/stage1/libraries/base/build/GHC/Fingerprint/Type.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Category.hs => _build/stage1/libraries/base/build/Control/Category.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/IOMode.hs => _build/stage1/libraries/base/build/GHC/IO/IOMode.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Ord.hs => _build/stage1/libraries/base/build/Data/Ord.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Char.hs => _build/stage1/libraries/base/build/Data/Char.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/Read.hs => _build/stage1/libraries/base/build/Text/Read.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/TypeLits.hs => _build/stage1/libraries/base/build/GHC/TypeLits.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/OldList.hs => _build/stage1/libraries/base/build/Data/OldList.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Read.hs => _build/stage1/libraries/base/build/GHC/Read.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Fingerprint.hs-boot => _build/stage1/libraries/base/build/GHC/Fingerprint.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/OldList.hs => _build/stage1/libraries/base/build/GHC/OldList.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Typeable/Internal.hs => _build/stage1/libraries/base/build/Data/Typeable/Internal.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Type/Equality.hs => _build/stage1/libraries/base/build/Data/Type/Equality.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/IOMode.hs => _build/stage1/libraries/base/build/GHC/IO/IOMode.o| Run Ghc CompileHs Stage1: libraries/base/Data/Either.hs => _build/stage1/libraries/base/build/Data/Either.o| Run Ghc CompileHs Stage1: libraries/base/Numeric.hs => _build/stage1/libraries/base/build/Numeric.o| Run Ghc CompileHs Stage1: libraries/base/Data/Word.hs => _build/stage1/libraries/base/build/Data/Word.o| Run Ghc CompileHs Stage1: libraries/base/Data/Typeable.hs => _build/stage1/libraries/base/build/Data/Typeable.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Ptr.hs => _build/stage1/libraries/base/build/GHC/Ptr.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Fingerprint/Type.hs => _build/stage1/libraries/base/build/GHC/Fingerprint/Type.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Clock.hs => _build/stage1/libraries/base/build/GHC/Clock.o| Run Ghc CompileHs Stage1: libraries/base/Data/Type/Coercion.hs => _build/stage1/libraries/base/build/Data/Type/Coercion.o| Run Ghc CompileHs Stage1: libraries/base/Text/Read.hs => _build/stage1/libraries/base/build/Text/Read.o| Run Ghc CompileHs Stage1: libraries/base/Data/Char.hs => _build/stage1/libraries/base/build/Data/Char.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception/Type.hs => _build/stage1/libraries/base/build/GHC/Exception/Type.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Pack.hs => _build/stage1/libraries/base/build/GHC/Pack.o| Run Ghc CompileHs Stage1: libraries/base/Data/Ord.hs => _build/stage1/libraries/base/build/Data/Ord.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Stable.hs => _build/stage1/libraries/base/build/GHC/Stable.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception.hs => _build/stage1/libraries/base/build/GHC/Exception.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/OldList.hs => _build/stage1/libraries/base/build/Data/OldList.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/StablePtr.hs => _build/stage1/libraries/base/build/Foreign/StablePtr.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Exception.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Exception.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Int.hs => _build/stage1/libraries/base/build/GHC/Int.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO.hs => _build/stage1/libraries/base/build/GHC/IO.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/OldList.hs => _build/stage1/libraries/base/build/GHC/OldList.o| Run Ghc CompileHs Stage1: libraries/base/Data/Proxy.hs => _build/stage1/libraries/base/build/Data/Proxy.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IORef.hs => _build/stage1/libraries/base/build/GHC/IORef.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IOArray.hs => _build/stage1/libraries/base/build/GHC/IOArray.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Unsafe.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/TypeNats.hs => _build/stage1/libraries/base/build/GHC/TypeNats.o| Run Ghc CompileHs Stage1: libraries/base/Data/IORef.hs => _build/stage1/libraries/base/build/Data/IORef.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Int.hs => _build/stage1/libraries/base/build/Data/Int.o| Run Ghc CompileHs Stage1: libraries/base/GHC/TypeLits.hs => _build/stage1/libraries/base/build/GHC/TypeLits.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Storable.hs => _build/stage1/libraries/base/build/GHC/Storable.o| Run Ghc CompileHs Stage1: libraries/base/Type/Reflection.hs => _build/stage1/libraries/base/build/Type/Reflection.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Dynamic.hs => _build/stage1/libraries/base/build/Data/Dynamic.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Storable.hs => _build/stage1/libraries/base/build/Foreign/Storable.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Generics.hs => _build/stage1/libraries/base/build/GHC/Generics.o| Run Ghc CompileHs Stage1: libraries/base/Control/Category.hs => _build/stage1/libraries/base/build/Control/Category.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Fingerprint.hs-boot => _build/stage1/libraries/base/build/GHC/Fingerprint.o-boot| Run Ghc CompileHs Stage1: libraries/base/Foreign/C/Types.hs => _build/stage1/libraries/base/build/Foreign/C/Types.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Ptr.hs => _build/stage1/libraries/base/build/Foreign/Ptr.o| Run Ghc CompileHs Stage1: libraries/base/Data/Semigroup/Internal.hs => _build/stage1/libraries/base/build/Data/Semigroup/Internal.o| Run Ghc CompileHs Stage1: libraries/base/Data/Typeable/Internal.hs => _build/stage1/libraries/base/build/Data/Typeable/Internal.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Device.hs => _build/stage1/libraries/base/build/GHC/IO/Device.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Monoid.hs => _build/stage1/libraries/base/build/Data/Monoid.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Generics.hs => _build/stage1/libraries/base/build/GHC/Generics.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Typeable.hs => _build/stage1/libraries/base/build/Data/Typeable.o| Run Ghc CompileHs Stage1: libraries/base/Data/Foldable.hs => _build/stage1/libraries/base/build/Data/Foldable.o| Run Ghc CompileHs Stage1: libraries/base/Type/Reflection.hs => _build/stage1/libraries/base/build/Type/Reflection.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception/Type.hs => _build/stage1/libraries/base/build/GHC/Exception/Type.o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Const.hs => _build/stage1/libraries/base/build/Data/Functor/Const.o| Run Ghc CompileHs Stage1: libraries/base/Data/Semigroup/Internal.hs => _build/stage1/libraries/base/build/Data/Semigroup/Internal.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception.hs => _build/stage1/libraries/base/build/GHC/Exception.o| Run Ghc CompileHs Stage1: libraries/base/Data/Dynamic.hs => _build/stage1/libraries/base/build/Data/Dynamic.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Exception.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Exception.o-boot| Run Ghc CompileHs Stage1: libraries/base/Data/Monoid.hs => _build/stage1/libraries/base/build/Data/Monoid.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Pack.hs => _build/stage1/libraries/base/build/GHC/Pack.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Stable.hs => _build/stage1/libraries/base/build/GHC/Stable.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Storable.hs => _build/stage1/libraries/base/build/GHC/Storable.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/StablePtr.hs => _build/stage1/libraries/base/build/Foreign/StablePtr.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO.hs => _build/stage1/libraries/base/build/GHC/IO.o| Run Ghc CompileHs Stage1: libraries/base/Data/Foldable.hs => _build/stage1/libraries/base/build/Data/Foldable.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Storable.hs => _build/stage1/libraries/base/build/Foreign/Storable.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Device.hs => _build/stage1/libraries/base/build/GHC/IO/Device.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IOArray.hs => _build/stage1/libraries/base/build/GHC/IOArray.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IORef.hs => _build/stage1/libraries/base/build/GHC/IORef.o| Run Ghc CompileHs Stage1: libraries/base/GHC/ForeignPtr.hs => _build/stage1/libraries/base/build/GHC/ForeignPtr.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Ptr.hs => _build/stage1/libraries/base/build/Foreign/Ptr.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/IORef.hs => _build/stage1/libraries/base/build/Data/IORef.o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Const.hs => _build/stage1/libraries/base/build/Data/Functor/Const.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ForeignPtr.hs => _build/stage1/libraries/base/build/GHC/ForeignPtr.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Unsafe.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Unsafe.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr/Imp.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr/Imp.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Concurrent.hs => _build/stage1/libraries/base/build/Foreign/Concurrent.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Concurrent.hs => _build/stage1/libraries/base/build/Foreign/Concurrent.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr/Unsafe.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr/Unsafe.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr/Safe.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr/Safe.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr/Imp.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr/Imp.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Fail.hs => _build/stage1/libraries/base/build/Control/Monad/Fail.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Buffer.hs => _build/stage1/libraries/base/build/GHC/IO/Buffer.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Array.hs => _build/stage1/libraries/base/build/GHC/Event/Array.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr/Unsafe.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr/Safe.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr/Safe.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/IntTable.hs => _build/stage1/libraries/base/build/GHC/Event/IntTable.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Types.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Types.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/BufferedIO.hs => _build/stage1/libraries/base/build/GHC/IO/BufferedIO.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/IntTable.hs => _build/stage1/libraries/base/build/GHC/Event/IntTable.o| Run Ghc CompileHs Stage1: libraries/base/GHC/List.hs => _build/stage1/libraries/base/build/GHC/List.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Encoding.o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/Types.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Types.o| Run Ghc CompileHs Stage1: libraries/base/Data/Word.hs => _build/stage1/libraries/base/build/Data/Word.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Show.hs => _build/stage1/libraries/base/build/GHC/Show.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C/Types.hs => _build/stage1/libraries/base/build/Foreign/C/Types.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Char.hs => _build/stage1/libraries/base/build/GHC/Char.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Handle.o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Exception.hs => _build/stage1/libraries/base/build/GHC/IO/Exception.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Enum.hs => _build/stage1/libraries/base/build/GHC/Enum.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Clock.hs => _build/stage1/libraries/base/build/GHC/Clock.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Unique.hs => _build/stage1/libraries/base/build/GHC/Event/Unique.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Real.hs => _build/stage1/libraries/base/build/GHC/Real.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Alloc.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Alloc.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Failure.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Failure.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Error.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Error.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/UTF32.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/UTF32.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/UTF16.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/UTF16.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Utils.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Utils.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/UTF8.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/UTF8.o| Run Ghc CompileHs Stage1: libraries/base/Data/Bits.hs => _build/stage1/libraries/base/build/Data/Bits.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Array.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Array.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Latin1.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Latin1.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Array.hs => _build/stage1/libraries/base/build/GHC/Event/Array.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Foreign.hs => _build/stage1/libraries/base/build/GHC/Foreign.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Pool.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Pool.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal.hs => _build/stage1/libraries/base/build/Foreign/Marshal.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Safe.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Safe.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C/String.hs => _build/stage1/libraries/base/build/Foreign/C/String.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Buffer.hs => _build/stage1/libraries/base/build/GHC/IO/Buffer.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Safe.hs => _build/stage1/libraries/base/build/Foreign/Safe.o| Run Ghc CompileHs Stage1: libraries/base/Foreign.hs => _build/stage1/libraries/base/build/Foreign.o| Run Ghc CompileHs Stage1: libraries/base/GHC/ST.hs => _build/stage1/libraries/base/build/GHC/ST.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/FD.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Handle/FD.o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/BufferedIO.hs => _build/stage1/libraries/base/build/GHC/IO/BufferedIO.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/STRef.hs => _build/stage1/libraries/base/build/GHC/STRef.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Arr.hs => _build/stage1/libraries/base/build/GHC/Arr.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Types.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Types.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/Show.hs => _build/stage1/libraries/base/build/Text/Show.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Word.hs => _build/stage1/libraries/base/build/GHC/Word.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Unicode.hs => _build/stage1/libraries/base/build/GHC/Unicode.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/Types.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Types.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/ParserCombinators/ReadP.hs => _build/stage1/libraries/base/build/Text/ParserCombinators/ReadP.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Float.hs => _build/stage1/libraries/base/build/GHC/Float.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Exception.hs => _build/stage1/libraries/base/build/GHC/IO/Exception.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/FD.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Handle/FD.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Handle.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/PSQ.hs => _build/stage1/libraries/base/build/GHC/Event/PSQ.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Failure.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Failure.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Error.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Error.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/UTF16.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/UTF16.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Latin1.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Latin1.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/UTF8.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/UTF8.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/UTF32.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/UTF32.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/Read/Lex.hs => _build/stage1/libraries/base/build/Text/Read/Lex.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Encoding.p_o-boot| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Alloc.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Alloc.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/ParserCombinators/ReadPrec.hs => _build/stage1/libraries/base/build/Text/ParserCombinators/ReadPrec.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C/Error.hs => _build/stage1/libraries/base/build/Foreign/C/Error.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Read.hs => _build/stage1/libraries/base/build/GHC/Read.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Utils.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Utils.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C.hs => _build/stage1/libraries/base/build/Foreign/C.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Array.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Array.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Posix/Types.hs => _build/stage1/libraries/base/build/System/Posix/Types.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/IOMode.hs => _build/stage1/libraries/base/build/GHC/IO/IOMode.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Proxy.hs => _build/stage1/libraries/base/build/Data/Proxy.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Either.hs => _build/stage1/libraries/base/build/Data/Either.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Int.hs => _build/stage1/libraries/base/build/GHC/Int.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/Posix/Internals.hs => _build/stage1/libraries/base/build/System/Posix/Internals.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Internal.hs => _build/stage1/libraries/base/build/GHC/Event/Internal.o| Run Ghc CompileHs Stage1: libraries/base/Data/Char.hs => _build/stage1/libraries/base/build/Data/Char.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Ord.hs => _build/stage1/libraries/base/build/Data/Ord.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Pool.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Pool.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Event/EPoll.hs => _build/stage1/libraries/base/build/GHC/Event/EPoll.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal.hs => _build/stage1/libraries/base/build/Foreign/Marshal.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Safe.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Safe.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Safe.hs => _build/stage1/libraries/base/build/Foreign/Safe.p_o| Run Ghc CompileHs Stage1: libraries/base/Foreign.hs => _build/stage1/libraries/base/build/Foreign.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Event/KQueue.hs => _build/stage1/libraries/base/build/GHC/Event/KQueue.o| Run Ghc CompileHs Stage1: libraries/base/Text/Read.hs => _build/stage1/libraries/base/build/Text/Read.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc/Sync.hs => _build/stage1/libraries/base/build/GHC/Conc/Sync.o| Run Ghc CompileHs Stage1: libraries/base/Data/Word.hs => _build/stage1/libraries/base/build/Data/Word.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Numeric.hs => _build/stage1/libraries/base/build/Numeric.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Clock.hs => _build/stage1/libraries/base/build/GHC/Clock.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Fingerprint/Type.hs => _build/stage1/libraries/base/build/GHC/Fingerprint/Type.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Ptr.hs => _build/stage1/libraries/base/build/GHC/Ptr.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Exception/Base.hs => _build/stage1/libraries/base/build/Control/Exception/Base.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Fingerprint.hs-boot => _build/stage1/libraries/base/build/GHC/Fingerprint.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Imp.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Imp.o| Run Ghc CompileHs Stage1: libraries/base/System/IO/Error.hs => _build/stage1/libraries/base/build/System/IO/Error.o| Run Ghc CompileHs Stage1: libraries/base/Control/Exception.hs => _build/stage1/libraries/base/build/Control/Exception.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Stable.hs => _build/stage1/libraries/base/build/GHC/Stable.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/MVar.hs => _build/stage1/libraries/base/build/Control/Concurrent/MVar.o| Run Ghc CompileHs Stage1: libraries/base/System/IO/Unsafe.hs => _build/stage1/libraries/base/build/System/IO/Unsafe.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Storable.hs => _build/stage1/libraries/base/build/GHC/Storable.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc/Signal.hs => _build/stage1/libraries/base/build/GHC/Conc/Signal.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/StablePtr.hs => _build/stage1/libraries/base/build/Foreign/StablePtr.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Storable.hs => _build/stage1/libraries/base/build/Foreign/Storable.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Event/Poll.hs => _build/stage1/libraries/base/build/GHC/Event/Poll.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Control.hs => _build/stage1/libraries/base/build/GHC/Event/Control.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Foreign.hs => _build/stage1/libraries/base/build/GHC/Foreign.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Type/Equality.hs => _build/stage1/libraries/base/build/Data/Type/Equality.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/TimerManager.hs => _build/stage1/libraries/base/build/GHC/Event/TimerManager.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C/String.hs => _build/stage1/libraries/base/build/Foreign/C/String.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/TypeNats.hs => _build/stage1/libraries/base/build/GHC/TypeNats.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Manager.hs => _build/stage1/libraries/base/build/GHC/Event/Manager.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C/Error.hs => _build/stage1/libraries/base/build/Foreign/C/Error.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/TypeLits.hs => _build/stage1/libraries/base/build/GHC/TypeLits.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Type/Coercion.hs => _build/stage1/libraries/base/build/Data/Type/Coercion.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Typeable/Internal.hs => _build/stage1/libraries/base/build/Data/Typeable/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C.hs => _build/stage1/libraries/base/build/Foreign/C.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc/Sync.hs => _build/stage1/libraries/base/build/GHC/Conc/Sync.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Posix/Types.hs => _build/stage1/libraries/base/build/System/Posix/Types.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Typeable.hs => _build/stage1/libraries/base/build/Data/Typeable.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Type/Reflection.hs => _build/stage1/libraries/base/build/Type/Reflection.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Exception/Base.hs => _build/stage1/libraries/base/build/Control/Exception/Base.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Internal.hs => _build/stage1/libraries/base/build/GHC/Event/Internal.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Posix/Internals.hs => _build/stage1/libraries/base/build/System/Posix/Internals.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Imp.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Imp.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Exception.hs => _build/stage1/libraries/base/build/Control/Exception.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Event/KQueue.hs => _build/stage1/libraries/base/build/GHC/Event/KQueue.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/MVar.hs => _build/stage1/libraries/base/build/Control/Concurrent/MVar.p_o| Run Ghc CompileHs Stage1: libraries/base/System/IO/Error.hs => _build/stage1/libraries/base/build/System/IO/Error.p_o| Run Ghc CompileHs Stage1: libraries/base/System/IO/Unsafe.hs => _build/stage1/libraries/base/build/System/IO/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Iconv.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Iconv.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc/Signal.hs => _build/stage1/libraries/base/build/GHC/Conc/Signal.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Event/EPoll.hs => _build/stage1/libraries/base/build/GHC/Event/EPoll.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Control.hs => _build/stage1/libraries/base/build/GHC/Event/Control.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Generics.hs => _build/stage1/libraries/base/build/GHC/Generics.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Environment.hs => _build/stage1/libraries/base/build/GHC/Environment.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/Internals.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Internals.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Stack/CCS.hs => _build/stage1/libraries/base/build/GHC/Stack/CCS.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Stack.hs => _build/stage1/libraries/base/build/GHC/Stack.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception/Type.hs => _build/stage1/libraries/base/build/GHC/Exception/Type.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Int.hs => _build/stage1/libraries/base/build/Data/Int.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/OldList.hs => _build/stage1/libraries/base/build/Data/OldList.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Semigroup/Internal.hs => _build/stage1/libraries/base/build/Data/Semigroup/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C/Types.hs => _build/stage1/libraries/base/build/Foreign/C/Types.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/OldList.hs => _build/stage1/libraries/base/build/GHC/OldList.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Monoid.hs => _build/stage1/libraries/base/build/Data/Monoid.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exception.hs => _build/stage1/libraries/base/build/GHC/Exception.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Pack.hs => _build/stage1/libraries/base/build/GHC/Pack.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Exception.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Exception.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/Foreign/Ptr.hs => _build/stage1/libraries/base/build/Foreign/Ptr.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Foldable.hs => _build/stage1/libraries/base/build/Data/Foldable.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO.hs => _build/stage1/libraries/base/build/GHC/IO.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IORef.hs => _build/stage1/libraries/base/build/GHC/IORef.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Const.hs => _build/stage1/libraries/base/build/Data/Functor/Const.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Device.hs => _build/stage1/libraries/base/build/GHC/IO/Device.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/IORef.hs => _build/stage1/libraries/base/build/Data/IORef.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ForeignPtr.hs => _build/stage1/libraries/base/build/GHC/ForeignPtr.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Unsafe.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IOArray.hs => _build/stage1/libraries/base/build/GHC/IOArray.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Manager.hs => _build/stage1/libraries/base/build/GHC/Event/Manager.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Category.hs => _build/stage1/libraries/base/build/Control/Category.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Concurrent.hs => _build/stage1/libraries/base/build/Foreign/Concurrent.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr/Imp.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr/Imp.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Dynamic.hs => _build/stage1/libraries/base/build/Data/Dynamic.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr/Unsafe.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/ForeignPtr/Safe.hs => _build/stage1/libraries/base/build/Foreign/ForeignPtr/Safe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Iconv.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Iconv.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Buffer.hs => _build/stage1/libraries/base/build/GHC/IO/Buffer.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Array.hs => _build/stage1/libraries/base/build/GHC/Event/Array.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/IntTable.hs => _build/stage1/libraries/base/build/GHC/Event/IntTable.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/BufferedIO.hs => _build/stage1/libraries/base/build/GHC/IO/BufferedIO.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Types.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Types.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Thread.hs => _build/stage1/libraries/base/build/GHC/Event/Thread.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/Types.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Types.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Stack/CCS.hs => _build/stage1/libraries/base/build/GHC/Stack/CCS.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Environment.hs => _build/stage1/libraries/base/build/GHC/Environment.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc/IO.hs => _build/stage1/libraries/base/build/GHC/Conc/IO.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/FD.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Handle/FD.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Exception.hs => _build/stage1/libraries/base/build/GHC/IO/Exception.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/FD.hs => _build/stage1/libraries/base/build/GHC/IO/FD.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event.hs => _build/stage1/libraries/base/build/GHC/Event.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/Internals.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Internals.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Stack.hs => _build/stage1/libraries/base/build/GHC/Stack.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Encoding.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Failure.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Failure.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Alloc.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Alloc.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Error.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Error.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/UTF16.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/UTF16.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/UTF8.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/UTF8.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Utils.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Utils.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/UTF32.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/UTF32.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/FD.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/FD.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/Text.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Text.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Array.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Array.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Foreign.hs => _build/stage1/libraries/base/build/GHC/Foreign.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/IO/Handle/Lock.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Lock.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Pool.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Pool.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal.hs => _build/stage1/libraries/base/build/Foreign/Marshal.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Marshal/Safe.hs => _build/stage1/libraries/base/build/Foreign/Marshal/Safe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle.hs => _build/stage1/libraries/base/build/GHC/IO/Handle.o| Run Ghc CompileHs Stage1: libraries/base/Foreign.hs => _build/stage1/libraries/base/build/Foreign.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C/String.hs => _build/stage1/libraries/base/build/Foreign/C/String.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Foreign/Safe.hs => _build/stage1/libraries/base/build/Foreign/Safe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc.hs => _build/stage1/libraries/base/build/GHC/Conc.o| Run Ghc CompileHs Stage1: libraries/base/System/IO.hs => _build/stage1/libraries/base/build/System/IO.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C/Error.hs => _build/stage1/libraries/base/build/Foreign/C/Error.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/TopHandler.hs => _build/stage1/libraries/base/build/GHC/TopHandler.o| Run Ghc CompileHs Stage1: libraries/base/Foreign/C.hs => _build/stage1/libraries/base/build/Foreign/C.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Fingerprint.hs => _build/stage1/libraries/base/build/GHC/Fingerprint.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Fix.hs => _build/stage1/libraries/base/build/Control/Monad/Fix.o| Run Ghc CompileHs Stage1: libraries/base/System/Posix/Types.hs => _build/stage1/libraries/base/build/System/Posix/Types.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Identity.hs => _build/stage1/libraries/base/build/Data/Functor/Identity.o| Run Ghc CompileHs Stage1: libraries/base/Control/Arrow.hs => _build/stage1/libraries/base/build/Control/Arrow.o| Run Ghc CompileHs Stage1: libraries/base/System/Posix/Internals.hs => _build/stage1/libraries/base/build/System/Posix/Internals.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Internal.hs => _build/stage1/libraries/base/build/GHC/Event/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Applicative.hs => _build/stage1/libraries/base/build/Control/Applicative.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Event/KQueue.hs => _build/stage1/libraries/base/build/GHC/Event/KQueue.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Event/EPoll.hs => _build/stage1/libraries/base/build/GHC/Event/EPoll.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Event/Poll.hs => _build/stage1/libraries/base/build/GHC/Event/Poll.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Traversable.hs => _build/stage1/libraries/base/build/Data/Traversable.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle.hs-boot => _build/stage1/libraries/base/build/GHC/IO/Handle.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/base/Control/Monad.hs => _build/stage1/libraries/base/build/Control/Monad.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/TimerManager.hs => _build/stage1/libraries/base/build/GHC/Event/TimerManager.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc/Sync.hs => _build/stage1/libraries/base/build/GHC/Conc/Sync.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/RTS/Flags.hs => _build/stage1/libraries/base/build/GHC/RTS/Flags.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Thread.hs => _build/stage1/libraries/base/build/GHC/Event/Thread.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Exception/Base.hs => _build/stage1/libraries/base/build/Control/Exception/Base.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Stats.hs => _build/stage1/libraries/base/build/GHC/Stats.o| Run Ghc CompileHs Stage1: libraries/base/System/IO/Error.hs => _build/stage1/libraries/base/build/System/IO/Error.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/MVar.hs => _build/stage1/libraries/base/build/Control/Concurrent/MVar.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Imp.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Imp.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Exception.hs => _build/stage1/libraries/base/build/Control/Exception.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc/IO.hs => _build/stage1/libraries/base/build/GHC/Conc/IO.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc/Signal.hs => _build/stage1/libraries/base/build/GHC/Conc/Signal.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Event/Poll.hs => _build/stage1/libraries/base/build/GHC/Event/Poll.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event.hs => _build/stage1/libraries/base/build/GHC/Event.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Control.hs => _build/stage1/libraries/base/build/GHC/Event/Control.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/FD.hs => _build/stage1/libraries/base/build/GHC/IO/FD.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc.hs => _build/stage1/libraries/base/build/GHC/Conc.p_o| Run Ghc CompileHs Stage1: libraries/base/System/IO/Unsafe.hs => _build/stage1/libraries/base/build/System/IO/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Manager.hs => _build/stage1/libraries/base/build/GHC/Event/Manager.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Iconv.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Iconv.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/TimerManager.hs => _build/stage1/libraries/base/build/GHC/Event/TimerManager.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/Text.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Text.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/FD.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/FD.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event/Thread.hs => _build/stage1/libraries/base/build/GHC/Event/Thread.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/IO/Handle/Lock.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Lock.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc/IO.hs => _build/stage1/libraries/base/build/GHC/Conc/IO.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Event.hs => _build/stage1/libraries/base/build/GHC/Event.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/List.hs => _build/stage1/libraries/base/build/Data/List.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/FD.hs => _build/stage1/libraries/base/build/GHC/IO/FD.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Debug/Trace.hs => _build/stage1/libraries/base/build/Debug/Trace.o| Run Ghc CompileHs Stage1: libraries/base/Data/String.hs => _build/stage1/libraries/base/build/Data/String.o| Run Ghc CompileHs Stage1: libraries/base/Prelude.hs => _build/stage1/libraries/base/build/Prelude.o| Run Ghc CompileHs Stage1: libraries/base/Data/Version.hs => _build/stage1/libraries/base/build/Data/Version.o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle.hs => _build/stage1/libraries/base/build/GHC/IO/Handle.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/QSem.hs => _build/stage1/libraries/base/build/Control/Concurrent/QSem.o| Run Ghc CompileHs Stage1: libraries/base/GHC/ByteOrder.hs => _build/stage1/libraries/base/build/GHC/ByteOrder.o| Run Ghc CompileHs Stage1: libraries/base/Data/List/NonEmpty.hs => _build/stage1/libraries/base/build/Data/List/NonEmpty.o| Run Ghc CompileHs Stage1: libraries/base/System/Exit.hs => _build/stage1/libraries/base/build/System/Exit.o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/Chan.hs => _build/stage1/libraries/base/build/Control/Concurrent/Chan.o| Run Ghc CompileHs Stage1: libraries/base/Data/Data.hs => _build/stage1/libraries/base/build/Data/Data.o| Run Ghc CompileHs Stage1: libraries/base/Text/Printf.hs => _build/stage1/libraries/base/build/Text/Printf.o| Run Ghc CompileHs Stage1: libraries/base/System/Console/GetOpt.hs => _build/stage1/libraries/base/build/System/Console/GetOpt.o| Run Ghc CompileHs Stage1: libraries/base/Data/Unique.hs => _build/stage1/libraries/base/build/Data/Unique.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/Environment/ExecutablePath.hs => _build/stage1/libraries/base/build/System/Environment/ExecutablePath.o| Run Ghc CompileHs Stage1: libraries/base/Data/STRef.hs => _build/stage1/libraries/base/build/Data/STRef.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST.hs => _build/stage1/libraries/base/build/Control/Monad/ST.o| Run Ghc CompileHs Stage1: libraries/base/Data/STRef/Strict.hs => _build/stage1/libraries/base/build/Data/STRef/Strict.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Strict.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Strict.o| Run Ghc CompileHs Stage1: libraries/base/System/Environment.hs => _build/stage1/libraries/base/build/System/Environment.o| Run Ghc CompileHs Stage1: libraries/base/GHC/StaticPtr.hs => _build/stage1/libraries/base/build/GHC/StaticPtr.o| Run Ghc CompileHs Stage1: libraries/base/GHC/StableName.hs => _build/stage1/libraries/base/build/GHC/StableName.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/ExecutionStack/Internal.hs => _build/stage1/libraries/base/build/GHC/ExecutionStack/Internal.o| Run Ghc CompileHs Stage1: libraries/base/GHC/ResponseFile.hs => _build/stage1/libraries/base/build/GHC/ResponseFile.o| Run Ghc CompileHs Stage1: libraries/base/GHC/StaticPtr/Internal.hs => _build/stage1/libraries/base/build/GHC/StaticPtr/Internal.o| Run Ghc CompileHs Stage1: libraries/base/System/Mem/Weak.hs => _build/stage1/libraries/base/build/System/Mem/Weak.o| Run Ghc CompileHs Stage1: libraries/base/System/CPUTime/Utils.hs => _build/stage1/libraries/base/build/System/CPUTime/Utils.o| Run Ghc CompileHs Stage1: libraries/base/System/IO.hs => _build/stage1/libraries/base/build/System/IO.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Ratio.hs => _build/stage1/libraries/base/build/Data/Ratio.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime/Posix/ClockGetTime.hs => _build/stage1/libraries/base/build/System/CPUTime/Posix/ClockGetTime.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime/Posix/Times.hs => _build/stage1/libraries/base/build/System/CPUTime/Posix/Times.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime/Posix/RUsage.hs => _build/stage1/libraries/base/build/System/CPUTime/Posix/RUsage.o| Run Ghc CompileHs Stage1: libraries/base/Data/Bifunctor.hs => _build/stage1/libraries/base/build/Data/Bifunctor.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime.hs => _build/stage1/libraries/base/build/System/CPUTime.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Unsafe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Unsafe.o| Run Ghc CompileHs Stage1: libraries/base/System/CPUTime/Unsupported.hs => _build/stage1/libraries/base/build/System/CPUTime/Unsupported.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/Environment/Blank.hs => _build/stage1/libraries/base/build/System/Environment/Blank.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy/Imp.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy/Imp.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Records.hs => _build/stage1/libraries/base/build/GHC/Records.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy/Safe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy/Safe.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy/Unsafe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy/Unsafe.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Zip.hs => _build/stage1/libraries/base/build/Control/Monad/Zip.o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/QSemN.hs => _build/stage1/libraries/base/build/Control/Concurrent/QSemN.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/IO/Class.hs => _build/stage1/libraries/base/build/Control/Monad/IO/Class.o| Run Ghc CompileHs Stage1: libraries/base/System/Mem.hs => _build/stage1/libraries/base/build/System/Mem.o| Run Ghc CompileHs Stage1: libraries/base/Data/Ix.hs => _build/stage1/libraries/base/build/Data/Ix.o| Run Ghc CompileHs Stage1: libraries/base/Data/Complex.hs => _build/stage1/libraries/base/build/Data/Complex.o| Run Ghc CompileHs Stage1: libraries/base/Data/Fixed.hs => _build/stage1/libraries/base/build/Data/Fixed.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Desugar.hs => _build/stage1/libraries/base/build/GHC/Desugar.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exts.hs => _build/stage1/libraries/base/build/GHC/Exts.o| Run Ghc CompileHs Stage1: libraries/base/Type/Reflection/Unsafe.hs => _build/stage1/libraries/base/build/Type/Reflection/Unsafe.o| Run Ghc CompileHs Stage1: libraries/base/System/Info.hs => _build/stage1/libraries/base/build/System/Info.o| Run Ghc CompileHs Stage1: libraries/base/GHC/OverloadedLabels.hs => _build/stage1/libraries/base/build/GHC/OverloadedLabels.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Safe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Safe.o| Run Ghc CompileHs Stage1: libraries/base/GHC/ExecutionStack.hs => _build/stage1/libraries/base/build/GHC/ExecutionStack.o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Classes.hs => _build/stage1/libraries/base/build/Data/Functor/Classes.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Instances.hs => _build/stage1/libraries/base/build/Control/Monad/Instances.o| Run Ghc CompileHs Stage1: libraries/base/Data/Bifoldable.hs => _build/stage1/libraries/base/build/Data/Bifoldable.o| Run Ghc CompileHs Stage1: libraries/base/System/Mem/StableName.hs => _build/stage1/libraries/base/build/System/Mem/StableName.o| Run Ghc CompileHs Stage1: libraries/base/GHC/Fingerprint.hs => _build/stage1/libraries/base/build/GHC/Fingerprint.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Sum.hs => _build/stage1/libraries/base/build/Data/Functor/Sum.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Fix.hs => _build/stage1/libraries/base/build/Control/Monad/Fix.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Identity.hs => _build/stage1/libraries/base/build/Data/Functor/Identity.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Product.hs => _build/stage1/libraries/base/build/Data/Functor/Product.o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Compose.hs => _build/stage1/libraries/base/build/Data/Functor/Compose.o| Run Ghc CompileHs Stage1: libraries/base/Data/Bitraversable.hs => _build/stage1/libraries/base/build/Data/Bitraversable.o| Run Ghc CompileHs Stage1: libraries/base/Data/STRef/Lazy.hs => _build/stage1/libraries/base/build/Data/STRef/Lazy.o| Run Ghc CompileHs Stage1: libraries/base/Control/Arrow.hs => _build/stage1/libraries/base/build/Control/Arrow.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent.hs => _build/stage1/libraries/base/build/Control/Concurrent.o| Run Ghc CompileHs Stage1: libraries/base/Control/Applicative.hs => _build/stage1/libraries/base/build/Control/Applicative.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Semigroup.hs => _build/stage1/libraries/base/build/Data/Semigroup.o| Run Ghc CompileHs Stage1: libraries/base/System/Timeout.hs => _build/stage1/libraries/base/build/System/Timeout.o| Run Ghc CompileHs Stage1: libraries/base/Data/Traversable.hs => _build/stage1/libraries/base/build/Data/Traversable.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Void.hs => _build/stage1/libraries/base/build/Data/Void.o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad.hs => _build/stage1/libraries/base/build/Control/Monad.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/List.hs => _build/stage1/libraries/base/build/Data/List.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/Show/Functions.hs => _build/stage1/libraries/base/build/Text/Show/Functions.o| Run Ghc CompileHs Stage1: libraries/base/Data/String.hs => _build/stage1/libraries/base/build/Data/String.p_o| Run Ghc CompileHs Stage1: libraries/base/Prelude.hs => _build/stage1/libraries/base/build/Prelude.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Stats.hs => _build/stage1/libraries/base/build/GHC/Stats.p_o| Run Ghc CompileHs Stage1: libraries/base/Debug/Trace.hs => _build/stage1/libraries/base/build/Debug/Trace.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Bifoldable.hs => _build/stage1/libraries/base/build/Data/Bifoldable.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Unsafe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/OverloadedLabels.hs => _build/stage1/libraries/base/build/GHC/OverloadedLabels.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Ratio.hs => _build/stage1/libraries/base/build/Data/Ratio.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Kind.hs => _build/stage1/libraries/base/build/Data/Kind.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ByteOrder.hs => _build/stage1/libraries/base/build/GHC/ByteOrder.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Unique.hs => _build/stage1/libraries/base/build/Data/Unique.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/List/NonEmpty.hs => _build/stage1/libraries/base/build/Data/List/NonEmpty.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Bifunctor.hs => _build/stage1/libraries/base/build/Data/Bifunctor.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Records.hs => _build/stage1/libraries/base/build/GHC/Records.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Console/GetOpt.hs => _build/stage1/libraries/base/build/System/Console/GetOpt.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/StableName.hs => _build/stage1/libraries/base/build/GHC/StableName.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Bitraversable.hs => _build/stage1/libraries/base/build/Data/Bitraversable.p_o| Run Ghc CompileHs Stage1: libraries/base/System/CPUTime/Unsupported.hs => _build/stage1/libraries/base/build/System/CPUTime/Unsupported.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Mem/StableName.hs => _build/stage1/libraries/base/build/System/Mem/StableName.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/Show/Functions.hs => _build/stage1/libraries/base/build/Text/Show/Functions.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Classes.hs => _build/stage1/libraries/base/build/Data/Functor/Classes.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/IO/Class.hs => _build/stage1/libraries/base/build/Control/Monad/IO/Class.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Safe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Safe.p_o| Run Ghc CompileHs Stage1: libraries/base/Text/Printf.hs => _build/stage1/libraries/base/build/Text/Printf.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/Chan.hs => _build/stage1/libraries/base/build/Control/Concurrent/Chan.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/QSemN.hs => _build/stage1/libraries/base/build/Control/Concurrent/QSemN.p_o| Run Ghc CompileHs Stage1: libraries/base/System/CPUTime/Utils.hs => _build/stage1/libraries/base/build/System/CPUTime/Utils.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST.hs => _build/stage1/libraries/base/build/Control/Monad/ST.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Mem/Weak.hs => _build/stage1/libraries/base/build/System/Mem/Weak.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/QSem.hs => _build/stage1/libraries/base/build/Control/Concurrent/QSem.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Ix.hs => _build/stage1/libraries/base/build/Data/Ix.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Zip.hs => _build/stage1/libraries/base/build/Control/Monad/Zip.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Instances.hs => _build/stage1/libraries/base/build/Control/Monad/Instances.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent.hs => _build/stage1/libraries/base/build/Control/Concurrent.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/STRef.hs => _build/stage1/libraries/base/build/Data/STRef.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime/Posix/ClockGetTime.hs => _build/stage1/libraries/base/build/System/CPUTime/Posix/ClockGetTime.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/STRef/Strict.hs => _build/stage1/libraries/base/build/Data/STRef/Strict.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/StaticPtr.hs => _build/stage1/libraries/base/build/GHC/StaticPtr.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Timeout.hs => _build/stage1/libraries/base/build/System/Timeout.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/ExecutionStack/Internal.hs => _build/stage1/libraries/base/build/GHC/ExecutionStack/Internal.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/StaticPtr/Internal.hs => _build/stage1/libraries/base/build/GHC/StaticPtr/Internal.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Strict.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Strict.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Kind.hs => _build/stage1/libraries/base/build/Data/Kind.o| Run Ghc CompileHs Stage1: libraries/base/Data/Version.hs => _build/stage1/libraries/base/build/Data/Version.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Exit.hs => _build/stage1/libraries/base/build/System/Exit.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/RTS/Flags.hs => _build/stage1/libraries/base/build/GHC/RTS/Flags.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ExecutionStack.hs => _build/stage1/libraries/base/build/GHC/ExecutionStack.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Data.hs => _build/stage1/libraries/base/build/Data/Data.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Info.hs => _build/stage1/libraries/base/build/System/Info.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/Environment/ExecutablePath.hs => _build/stage1/libraries/base/build/System/Environment/ExecutablePath.p_o| Run Ghc CompileHs Stage1: libraries/base/Type/Reflection/Unsafe.hs => _build/stage1/libraries/base/build/Type/Reflection/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Environment.hs => _build/stage1/libraries/base/build/System/Environment.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime/Posix/RUsage.hs => _build/stage1/libraries/base/build/System/CPUTime/Posix/RUsage.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Sum.hs => _build/stage1/libraries/base/build/Data/Functor/Sum.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Semigroup.hs => _build/stage1/libraries/base/build/Data/Semigroup.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Product.hs => _build/stage1/libraries/base/build/Data/Functor/Product.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Fixed.hs => _build/stage1/libraries/base/build/Data/Fixed.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exts.hs => _build/stage1/libraries/base/build/GHC/Exts.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Compose.hs => _build/stage1/libraries/base/build/Data/Functor/Compose.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Void.hs => _build/stage1/libraries/base/build/Data/Void.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime/Posix/Times.hs => _build/stage1/libraries/base/build/System/CPUTime/Posix/Times.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Contravariant.hs => _build/stage1/libraries/base/build/Data/Functor/Contravariant.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/Complex.hs => _build/stage1/libraries/base/build/Data/Complex.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Desugar.hs => _build/stage1/libraries/base/build/GHC/Desugar.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/Environment/Blank.hs => _build/stage1/libraries/base/build/System/Environment/Blank.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ResponseFile.hs => _build/stage1/libraries/base/build/GHC/ResponseFile.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy/Imp.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy/Imp.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy/Safe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy/Safe.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy/Unsafe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/base/System/Mem.hs => _build/stage1/libraries/base/build/System/Mem.p_o| Run Ghc CompileHs Stage1: libraries/base/Data/STRef/Lazy.hs => _build/stage1/libraries/base/build/Data/STRef/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Conc.hs => _build/stage1/libraries/base/build/GHC/Conc.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Contravariant.hs => _build/stage1/libraries/base/build/Data/Functor/Contravariant.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime.hs => _build/stage1/libraries/base/build/System/CPUTime.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/TopHandler.hs => _build/stage1/libraries/base/build/GHC/TopHandler.p_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding/Latin1.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding/Latin1.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Encoding.hs => _build/stage1/libraries/base/build/GHC/IO/Encoding.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Environment.hs => _build/stage1/libraries/base/build/GHC/Environment.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/Internals.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Internals.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Stack/CCS.hs => _build/stage1/libraries/base/build/GHC/Stack/CCS.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Stack.hs => _build/stage1/libraries/base/build/GHC/Stack.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/Text.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Text.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle/FD.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/FD.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/IO/Handle/Lock.hs => _build/stage1/libraries/base/build/GHC/IO/Handle/Lock.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/IO/Handle.hs => _build/stage1/libraries/base/build/GHC/IO/Handle.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/TopHandler.hs => _build/stage1/libraries/base/build/GHC/TopHandler.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/IO.hs => _build/stage1/libraries/base/build/System/IO.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Fingerprint.hs => _build/stage1/libraries/base/build/GHC/Fingerprint.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Fix.hs => _build/stage1/libraries/base/build/Control/Monad/Fix.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Arrow.hs => _build/stage1/libraries/base/build/Control/Arrow.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Identity.hs => _build/stage1/libraries/base/build/Data/Functor/Identity.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Applicative.hs => _build/stage1/libraries/base/build/Control/Applicative.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Traversable.hs => _build/stage1/libraries/base/build/Data/Traversable.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad.hs => _build/stage1/libraries/base/build/Control/Monad.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/List.hs => _build/stage1/libraries/base/build/Data/List.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Debug/Trace.hs => _build/stage1/libraries/base/build/Debug/Trace.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/String.hs => _build/stage1/libraries/base/build/Data/String.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/RTS/Flags.hs => _build/stage1/libraries/base/build/GHC/RTS/Flags.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Version.hs => _build/stage1/libraries/base/build/Data/Version.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/Stats.hs => _build/stage1/libraries/base/build/GHC/Stats.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Prelude.hs => _build/stage1/libraries/base/build/Prelude.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Data.hs => _build/stage1/libraries/base/build/Data/Data.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/QSem.hs => _build/stage1/libraries/base/build/Control/Concurrent/QSem.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/List/NonEmpty.hs => _build/stage1/libraries/base/build/Data/List/NonEmpty.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/Console/GetOpt.hs => _build/stage1/libraries/base/build/System/Console/GetOpt.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Ix.hs => _build/stage1/libraries/base/build/Data/Ix.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST.hs => _build/stage1/libraries/base/build/Control/Monad/ST.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/Chan.hs => _build/stage1/libraries/base/build/Control/Concurrent/Chan.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/Mem.hs => _build/stage1/libraries/base/build/System/Mem.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/StableName.hs => _build/stage1/libraries/base/build/GHC/StableName.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Records.hs => _build/stage1/libraries/base/build/GHC/Records.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/STRef.hs => _build/stage1/libraries/base/build/Data/STRef.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Type/Reflection/Unsafe.hs => _build/stage1/libraries/base/build/Type/Reflection/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent/QSemN.hs => _build/stage1/libraries/base/build/Control/Concurrent/QSemN.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/STRef/Strict.hs => _build/stage1/libraries/base/build/Data/STRef/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/Mem/Weak.hs => _build/stage1/libraries/base/build/System/Mem/Weak.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/StaticPtr.hs => _build/stage1/libraries/base/build/GHC/StaticPtr.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Bifoldable.hs => _build/stage1/libraries/base/build/Data/Bifoldable.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/CPUTime/Unsupported.hs => _build/stage1/libraries/base/build/System/CPUTime/Unsupported.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Ratio.hs => _build/stage1/libraries/base/build/Data/Ratio.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/OverloadedLabels.hs => _build/stage1/libraries/base/build/GHC/OverloadedLabels.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Unsafe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Safe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Safe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/Exit.hs => _build/stage1/libraries/base/build/System/Exit.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/IO/Class.hs => _build/stage1/libraries/base/build/Control/Monad/IO/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ByteOrder.hs => _build/stage1/libraries/base/build/GHC/ByteOrder.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/Environment/ExecutablePath.hs => _build/stage1/libraries/base/build/System/Environment/ExecutablePath.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Classes.hs => _build/stage1/libraries/base/build/Data/Functor/Classes.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Zip.hs => _build/stage1/libraries/base/build/Control/Monad/Zip.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/StaticPtr/Internal.hs => _build/stage1/libraries/base/build/GHC/StaticPtr/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Bifunctor.hs => _build/stage1/libraries/base/build/Data/Bifunctor.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Unique.hs => _build/stage1/libraries/base/build/Data/Unique.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/GHC/ExecutionStack/Internal.hs => _build/stage1/libraries/base/build/GHC/ExecutionStack/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Bitraversable.hs => _build/stage1/libraries/base/build/Data/Bitraversable.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Text/Show/Functions.hs => _build/stage1/libraries/base/build/Text/Show/Functions.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/Info.hs => _build/stage1/libraries/base/build/System/Info.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/Mem/StableName.hs => _build/stage1/libraries/base/build/System/Mem/StableName.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Compose.hs => _build/stage1/libraries/base/build/Data/Functor/Compose.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Product.hs => _build/stage1/libraries/base/build/Data/Functor/Product.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Exts.hs => _build/stage1/libraries/base/build/GHC/Exts.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Semigroup.hs => _build/stage1/libraries/base/build/Data/Semigroup.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Fixed.hs => _build/stage1/libraries/base/build/Data/Fixed.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Complex.hs => _build/stage1/libraries/base/build/Data/Complex.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Sum.hs => _build/stage1/libraries/base/build/Data/Functor/Sum.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Void.hs => _build/stage1/libraries/base/build/Data/Void.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/Desugar.hs => _build/stage1/libraries/base/build/GHC/Desugar.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/Environment.hs => _build/stage1/libraries/base/build/System/Environment.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Functor/Contravariant.hs => _build/stage1/libraries/base/build/Data/Functor/Contravariant.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/CPUTime/Utils.hs => _build/stage1/libraries/base/build/System/CPUTime/Utils.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime/Posix/RUsage.hs => _build/stage1/libraries/base/build/System/CPUTime/Posix/RUsage.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ResponseFile.hs => _build/stage1/libraries/base/build/GHC/ResponseFile.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime/Posix/ClockGetTime.hs => _build/stage1/libraries/base/build/System/CPUTime/Posix/ClockGetTime.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime/Posix/Times.hs => _build/stage1/libraries/base/build/System/CPUTime/Posix/Times.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/Environment/Blank.hs => _build/stage1/libraries/base/build/System/Environment/Blank.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/Instances.hs => _build/stage1/libraries/base/build/Control/Monad/Instances.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Strict.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Text/Printf.hs => _build/stage1/libraries/base/build/Text/Printf.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/Kind.hs => _build/stage1/libraries/base/build/Data/Kind.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/base/build/System/CPUTime.hs => _build/stage1/libraries/base/build/System/CPUTime.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy/Imp.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy/Imp.dyn_o| Run Ghc CompileHs Stage1: libraries/base/GHC/ExecutionStack.hs => _build/stage1/libraries/base/build/GHC/ExecutionStack.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Concurrent.hs => _build/stage1/libraries/base/build/Control/Concurrent.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy/Safe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy/Safe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Data/STRef/Lazy.hs => _build/stage1/libraries/base/build/Data/STRef/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/base/Control/Monad/ST/Lazy/Unsafe.hs => _build/stage1/libraries/base/build/Control/Monad/ST/Lazy/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/base/System/Timeout.hs => _build/stage1/libraries/base/build/System/Timeout.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/base/build/c/cbits/DarwinUtils.dyn_o (and 249 more) => _build/stage1/libraries/base/build/libHSbase-4.13.0.0-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/filepath/System/FilePath/Posix.hs => _build/stage1/libraries/filepath/build/System/FilePath/Posix.dyn_o| Run Ghc CompileHs Stage1: libraries/filepath/System/FilePath/Windows.hs => _build/stage1/libraries/filepath/build/System/FilePath/Windows.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs => _build/stage1/libraries/ghc-boot-th/build/GHC/LanguageExtensions/Type.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot-th/GHC/ForeignSrcLang/Type.hs => _build/stage1/libraries/ghc-boot-th/build/GHC/ForeignSrcLang/Type.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot-th/GHC/Lexeme.hs => _build/stage1/libraries/ghc-boot-th/build/GHC/Lexeme.dyn_o| Run Ghc CompileHs Stage1: libraries/filepath/System/FilePath.hs => _build/stage1/libraries/filepath/build/System/FilePath.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Class.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Signatures.hs => _build/stage1/libraries/transformers/build/Control/Monad/Signatures.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/filepath/build/System/FilePath.dyn_o (and 2 more) => _build/stage1/libraries/filepath/build/libHSfilepath-1.4.2.1-ghc8.9.0.20190604.so| Run Ghc LinkHs Stage1: _build/stage1/libraries/ghc-boot-th/build/GHC/LanguageExtensions/Type.dyn_o (and 2 more) => _build/stage1/libraries/ghc-boot-th/build/libHSghc-boot-th-8.9.0.20190604-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/transformers/Data/Functor/Constant.hs => _build/stage1/libraries/transformers/build/Data/Functor/Constant.dyn_oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/transformers/Control/Applicative/Lift.hs => _build/stage1/libraries/transformers/build/Control/Applicative/Lift.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/State/Lazy.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/State/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer/Strict.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Except.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Except.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS/CPS.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS/CPS.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Reader.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Reader.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/State.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/State.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS/Lazy.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Cont.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Cont.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS/Strict.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer/Lazy.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Select.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Select.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer/CPS.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer/CPS.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/State/Strict.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/State/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/List.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/List.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Error.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Error.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Accum.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Accum.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Identity.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Identity.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Maybe.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Maybe.dyn_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Base.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Base.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Applicative/Backwards.hs => _build/stage1/libraries/transformers/build/Control/Applicative/Backwards.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Base.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Base.p_o| Run Ghc CompileHs Stage1: libraries/filepath/System/FilePath/Windows.hs => _build/stage1/libraries/filepath/build/System/FilePath/Windows.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Edit.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Edit.dyn_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Keys.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Keys.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Effects.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Effects.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Color.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Color.p_o| Run Ghc CompileHs Stage1: libraries/ghc-boot-th/GHC/Lexeme.hs => _build/stage1/libraries/ghc-boot-th/build/GHC/Lexeme.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Cursor.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Cursor.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Class.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Class.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Data/Functor/Constant.hs => _build/stage1/libraries/transformers/build/Data/Functor/Constant.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Effects.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Effects.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Cont.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Cont.p_o| Run Ghc CompileHs Stage1: libraries/filepath/System/FilePath/Posix.hs => _build/stage1/libraries/filepath/build/System/FilePath/Posix.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Color.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Color.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Applicative/Lift.hs => _build/stage1/libraries/transformers/build/Control/Applicative/Lift.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Edit.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Edit.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Cursor.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Cursor.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Select.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Select.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Keys.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Keys.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot-th/GHC/ForeignSrcLang/Type.hs => _build/stage1/libraries/ghc-boot-th/build/GHC/ForeignSrcLang/Type.p_o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Data/Functor/Reverse.hs => _build/stage1/libraries/transformers/build/Data/Functor/Reverse.p_o| Run Ghc CompileHs Stage1: libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs => _build/stage1/libraries/ghc-boot-th/build/GHC/LanguageExtensions/Type.p_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/terminfo/build/System/Console/Terminfo.dyn_o (and 6 more) => _build/stage1/libraries/terminfo/build/libHSterminfo-0.4.1.3-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo.p_oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Signatures.hs => _build/stage1/libraries/transformers/build/Control/Monad/Signatures.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Applicative/Backwards.hs => _build/stage1/libraries/transformers/build/Control/Applicative/Backwards.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Reader.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Reader.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS/Lazy.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer/CPS.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer/CPS.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/State/Lazy.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/State/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/List.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/List.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Error.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Error.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Data/Functor/Reverse.hs => _build/stage1/libraries/transformers/build/Data/Functor/Reverse.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer/Strict.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer/Strict.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/State/Strict.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/State/Strict.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Identity.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Identity.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer/Lazy.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/State.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/State.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Except.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Except.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS/CPS.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS/CPS.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Accum.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Accum.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Maybe.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Maybe.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS/Strict.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS/Strict.p_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Signatures.hs => _build/stage1/libraries/transformers/build/Control/Monad/Signatures.o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Base.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Base.o| Run Ghc CompileHs Stage1: libraries/ghc-boot-th/GHC/ForeignSrcLang/Type.hs => _build/stage1/libraries/ghc-boot-th/build/GHC/ForeignSrcLang/Type.o| Run Ghc CompileHs Stage1: libraries/filepath/System/FilePath/Windows.hs => _build/stage1/libraries/filepath/build/System/FilePath/Windows.o| Run Ghc CompileHs Stage1: libraries/transformers/Data/Functor/Constant.hs => _build/stage1/libraries/transformers/build/Data/Functor/Constant.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Applicative/Backwards.hs => _build/stage1/libraries/transformers/build/Control/Applicative/Backwards.o| Run Ghc CompileHs Stage1: libraries/ghc-boot-th/GHC/Lexeme.hs => _build/stage1/libraries/ghc-boot-th/build/GHC/Lexeme.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Applicative/Lift.hs => _build/stage1/libraries/transformers/build/Control/Applicative/Lift.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Class.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Class.o| Run Ghc CompileHs Stage1: libraries/transformers/Data/Functor/Reverse.hs => _build/stage1/libraries/transformers/build/Data/Functor/Reverse.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Reader.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Reader.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer/Strict.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer/Strict.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer/CPS.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer/CPS.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/List.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/List.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Cont.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Cont.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Identity.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Identity.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer/Lazy.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer/Lazy.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Except.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Except.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Error.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Error.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Writer.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Writer.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Maybe.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Maybe.o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Keys.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Keys.o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Effects.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Effects.o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Color.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Color.o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Cursor.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Cursor.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Select.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Select.o| Run Ghc CompileHs Stage1: libraries/filepath/System/FilePath/Posix.hs => _build/stage1/libraries/filepath/build/System/FilePath/Posix.o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo/Edit.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo/Edit.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/State/Strict.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/State/Strict.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS/Lazy.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS/Lazy.o| Run Ghc CompileHs Stage1: libraries/terminfo/System/Console/Terminfo.hs => _build/stage1/libraries/terminfo/build/System/Console/Terminfo.o| Run Ghc CompileHs Stage1: libraries/filepath/System/FilePath.hs => _build/stage1/libraries/filepath/build/System/FilePath.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/State/Lazy.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/State/Lazy.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS/Strict.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS/Strict.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS/CPS.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS/CPS.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/State.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/State.o| Run Ghc CompileHs Stage1: libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs => _build/stage1/libraries/ghc-boot-th/build/GHC/LanguageExtensions/Type.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array.hs => _build/stage1/libraries/array/build/Data/Array.dyn_o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/Accum.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/Accum.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Base.hs => _build/stage1/libraries/array/build/Data/Array/Base.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array.hs => _build/stage1/libraries/array/build/Data/Array.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array.hs => _build/stage1/libraries/array/build/Data/Array.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Base.hs => _build/stage1/libraries/array/build/Data/Array/Base.o| Run Ghc CompileHs Stage1: libraries/transformers/Control/Monad/Trans/RWS.hs => _build/stage1/libraries/transformers/build/Control/Monad/Trans/RWS.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/transformers/build/Control/Applicative/Backwards.dyn_o (and 25 more) => _build/stage1/libraries/transformers/build/libHStransformers-0.5.6.2-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IArray.hs => _build/stage1/libraries/array/build/Data/Array/IArray.dyn_oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IArray.hs => _build/stage1/libraries/array/build/Data/Array/IArray.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/MArray/Safe.hs => _build/stage1/libraries/array/build/Data/Array/MArray/Safe.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IO/Internals.hs => _build/stage1/libraries/array/build/Data/Array/IO/Internals.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Unboxed.hs => _build/stage1/libraries/array/build/Data/Array/Unboxed.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/MArray/Safe.hs => _build/stage1/libraries/array/build/Data/Array/MArray/Safe.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/MArray.hs => _build/stage1/libraries/array/build/Data/Array/MArray.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IO/Internals.hs => _build/stage1/libraries/array/build/Data/Array/IO/Internals.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/MArray.hs => _build/stage1/libraries/array/build/Data/Array/MArray.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/ST.hs => _build/stage1/libraries/array/build/Data/Array/ST.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Storable/Internals.hs => _build/stage1/libraries/array/build/Data/Array/Storable/Internals.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IO.hs => _build/stage1/libraries/array/build/Data/Array/IO.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Storable.hs => _build/stage1/libraries/array/build/Data/Array/Storable.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/ST/Safe.hs => _build/stage1/libraries/array/build/Data/Array/ST/Safe.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Storable/Internals.hs => _build/stage1/libraries/array/build/Data/Array/Storable/Internals.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/ST.hs => _build/stage1/libraries/array/build/Data/Array/ST.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IO/Safe.hs => _build/stage1/libraries/array/build/Data/Array/IO/Safe.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Storable.hs => _build/stage1/libraries/array/build/Data/Array/Storable.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Unsafe.hs => _build/stage1/libraries/array/build/Data/Array/Unsafe.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Storable/Safe.hs => _build/stage1/libraries/array/build/Data/Array/Storable/Safe.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Unsafe.hs => _build/stage1/libraries/array/build/Data/Array/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IO.hs => _build/stage1/libraries/array/build/Data/Array/IO.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Identity.hs => _build/stage1/libraries/mtl/build/Control/Monad/Identity.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Identity.hs => _build/stage1/libraries/mtl/build/Control/Monad/Identity.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Trans.hs => _build/stage1/libraries/mtl/build/Control/Monad/Trans.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Cont/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Cont/Class.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/List.hs => _build/stage1/libraries/mtl/build/Control/Monad/List.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/State/Class.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Reader/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Reader/Class.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Cont/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Cont/Class.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer/Class.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Reader.hs => _build/stage1/libraries/mtl/build/Control/Monad/Reader.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Error/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Error/Class.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Cont.hs => _build/stage1/libraries/mtl/build/Control/Monad/Cont.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS/Class.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer/Strict.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer/Strict.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS/Lazy.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS/Lazy.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Except.hs => _build/stage1/libraries/mtl/build/Control/Monad/Except.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Error.hs => _build/stage1/libraries/mtl/build/Control/Monad/Error.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State/Lazy.hs => _build/stage1/libraries/mtl/build/Control/Monad/State/Lazy.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State/Strict.hs => _build/stage1/libraries/mtl/build/Control/Monad/State/Strict.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State.hs => _build/stage1/libraries/mtl/build/Control/Monad/State.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS/Strict.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS/Strict.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Storable/Safe.hs => _build/stage1/libraries/array/build/Data/Array/Storable/Safe.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IO/Safe.hs => _build/stage1/libraries/array/build/Data/Array/IO/Safe.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/ST/Safe.hs => _build/stage1/libraries/array/build/Data/Array/ST/Safe.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer/Lazy.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer/Lazy.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Trans.hs => _build/stage1/libraries/mtl/build/Control/Monad/Trans.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Identity.hs => _build/stage1/libraries/mtl/build/Control/Monad/Identity.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/List.hs => _build/stage1/libraries/mtl/build/Control/Monad/List.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Cont/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Cont/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Error/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Error/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/State/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Cont.hs => _build/stage1/libraries/mtl/build/Control/Monad/Cont.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State/Strict.hs => _build/stage1/libraries/mtl/build/Control/Monad/State/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Except.hs => _build/stage1/libraries/mtl/build/Control/Monad/Except.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Error.hs => _build/stage1/libraries/mtl/build/Control/Monad/Error.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State/Lazy.hs => _build/stage1/libraries/mtl/build/Control/Monad/State/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State.hs => _build/stage1/libraries/mtl/build/Control/Monad/State.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Reader/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Reader/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Unboxed.hs => _build/stage1/libraries/array/build/Data/Array/Unboxed.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/array/build/Data/Array.dyn_o (and 14 more) => _build/stage1/libraries/array/build/libHSarray-0.5.4.0-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer/Lazy.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer/Lazy.dyn_oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer/Strict.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Reader.hs => _build/stage1/libraries/mtl/build/Control/Monad/Reader.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Internals.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Internals.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS/Lazy.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS/Strict.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/BlockTable.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/BlockTable.o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Strict/Attributes.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Strict/Attributes.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Internals.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Internals.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Strict/Elements.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Strict/Elements.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Transitional/Elements.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Transitional/Elements.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Internals.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Internals.o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Frameset/Elements.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Frameset/Elements.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Transitional/Elements.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Transitional/Elements.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Frameset/Attributes.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Frameset/Attributes.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Strict/Attributes.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Strict/Attributes.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Strict/Attributes.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Strict/Attributes.o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Frameset/Attributes.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Frameset/Attributes.o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Transitional/Attributes.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Transitional/Attributes.o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Transitional/Elements.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Transitional/Elements.o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Transitional/Attributes.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Transitional/Attributes.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Frameset/Elements.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Frameset/Elements.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Frameset/Attributes.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Frameset/Attributes.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Frameset/Elements.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Frameset/Elements.o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Extras.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Extras.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Strict/Elements.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Strict/Elements.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Transitional/Attributes.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Transitional/Attributes.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Strict.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Strict.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Extras.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Extras.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Transitional.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Transitional.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/BlockTable.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/BlockTable.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Transitional.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Transitional.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Strict.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Table.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Table.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Frameset.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Frameset.dyn_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Debug.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Debug.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Frameset.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Frameset.p_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/mtl/build/Control/Monad/Cont.dyn_o (and 21 more) => _build/stage1/libraries/mtl/build/libHSmtl-2.2.2-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/BlockTable.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/BlockTable.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml.hs => _build/stage1/libraries/xhtml/build/Text/XHtml.dyn_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Table.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Table.p_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/xhtml/build/Text/XHtml.dyn_o (and 14 more) => _build/stage1/libraries/xhtml/build/libHSxhtml-3000.2.2.1-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Debug.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Debug.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml.hs => _build/stage1/libraries/xhtml/build/Text/XHtml.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Strict/Elements.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Strict/Elements.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Base.hs => _build/stage1/libraries/array/build/Data/Array/Base.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Table.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Table.o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Extras.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Extras.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/State/Class.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Reader/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Reader/Class.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/MArray/Safe.hs => _build/stage1/libraries/array/build/Data/Array/MArray/Safe.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer/Class.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IO/Internals.hs => _build/stage1/libraries/array/build/Data/Array/IO/Internals.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Debug.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Debug.o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Transitional.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Transitional.o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/MArray.hs => _build/stage1/libraries/array/build/Data/Array/MArray.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IArray.hs => _build/stage1/libraries/array/build/Data/Array/IArray.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Error/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/Error/Class.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS/Class.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS/Class.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/ST.hs => _build/stage1/libraries/array/build/Data/Array/ST.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Unboxed.hs => _build/stage1/libraries/array/build/Data/Array/Unboxed.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Storable/Internals.hs => _build/stage1/libraries/array/build/Data/Array/Storable/Internals.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/ST/Safe.hs => _build/stage1/libraries/array/build/Data/Array/ST/Safe.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Frameset.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Frameset.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Trans.hs => _build/stage1/libraries/mtl/build/Control/Monad/Trans.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Unsafe.hs => _build/stage1/libraries/array/build/Data/Array/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Storable/Safe.hs => _build/stage1/libraries/array/build/Data/Array/Storable/Safe.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Reader.hs => _build/stage1/libraries/mtl/build/Control/Monad/Reader.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Cont.hs => _build/stage1/libraries/mtl/build/Control/Monad/Cont.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/List.hs => _build/stage1/libraries/mtl/build/Control/Monad/List.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS/Strict.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS/Strict.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Except.hs => _build/stage1/libraries/mtl/build/Control/Monad/Except.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer/Strict.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer/Strict.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Error.hs => _build/stage1/libraries/mtl/build/Control/Monad/Error.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer/Lazy.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State/Strict.hs => _build/stage1/libraries/mtl/build/Control/Monad/State/Strict.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/Storable.hs => _build/stage1/libraries/array/build/Data/Array/Storable.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS/Lazy.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/Writer.hs => _build/stage1/libraries/mtl/build/Control/Monad/Writer.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml/Strict.hs => _build/stage1/libraries/xhtml/build/Text/XHtml/Strict.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/RWS.hs => _build/stage1/libraries/mtl/build/Control/Monad/RWS.p_o| Run Ghc CompileHs Stage1: libraries/xhtml/Text/XHtml.hs => _build/stage1/libraries/xhtml/build/Text/XHtml.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State/Lazy.hs => _build/stage1/libraries/mtl/build/Control/Monad/State/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IO.hs => _build/stage1/libraries/array/build/Data/Array/IO.p_o| Run Ghc CompileHs Stage1: libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/ClosureTypes.p_o| Run Ghc CompileHs Stage1: libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/ClosureTypes.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Constants.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Constants.p_o| Run Ghc CompileHs Stage1: libraries/array/Data/Array/IO/Safe.hs => _build/stage1/libraries/array/build/Data/Array/IO/Safe.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable/Types.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable/Types.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable/Types.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable/Types.p_o| Run Ghc CompileHs Stage1: libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/ClosureTypes.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTableProf.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTableProf.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable/Types.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable/Types.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTableProf.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTableProf.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Utils.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Utils.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTableProf.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTableProf.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Constants.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Constants.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-heap/GHC/Exts/Heap/Closures.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Closures.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Constants.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Constants.o| Run Ghc CompileHs Stage1: libraries/mtl/Control/Monad/State.hs => _build/stage1/libraries/mtl/build/Control/Monad/State.p_o| Run Ghc CompileHs Stage1: libraries/ghc-heap/GHC/Exts/Heap/Closures.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Closures.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Utils.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Utils.o| Run Ghc CompileHs Stage1: libraries/ghc-heap/GHC/Exts/Heap.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap.p_o| Run Ghc CompileHs Stage1: libraries/ghc-heap/GHC/Exts/Heap/Closures.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Closures.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Utils.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap/Utils.dyn_o| Run Ghc CompileHs Stage1: libraries/deepseq/Control/DeepSeq/BackDoor.hs => _build/stage1/libraries/deepseq/build/Control/DeepSeq/BackDoor.p_o| Run Ghc CompileHs Stage1: libraries/deepseq/Control/DeepSeq/BackDoor.hs => _build/stage1/libraries/deepseq/build/Control/DeepSeq/BackDoor.o| Run Ghc CompileHs Stage1: libraries/ghc-heap/GHC/Exts/Heap.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap.o| Run Ghc CompileHs Stage1: libraries/ghc-heap/GHC/Exts/Heap.hs => _build/stage1/libraries/ghc-heap/build/GHC/Exts/Heap.dyn_o| Run Ghc CompileHs Stage1: libraries/deepseq/Control/DeepSeq/BackDoor.hs => _build/stage1/libraries/deepseq/build/Control/DeepSeq/BackDoor.dyn_o| Run Ghc CompileHs Stage1: libraries/deepseq/Control/DeepSeq.hs => _build/stage1/libraries/deepseq/build/Control/DeepSeq.p_o| Run Ghc CompileHs Stage1: libraries/deepseq/Control/DeepSeq.hs => _build/stage1/libraries/deepseq/build/Control/DeepSeq.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/ghc-heap/build/cmm/cbits/HeapPrim.dyn_o (and 8 more) => _build/stage1/libraries/ghc-heap/build/libHSghc-heap-8.9.0.20190604-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/deepseq/Control/DeepSeq.hs => _build/stage1/libraries/deepseq/build/Control/DeepSeq.dyn_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TVar.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TVar.dyn_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TVar.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TVar.p_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TBQueue.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TBQueue.o| Run Ghc CompileHs Stage1: libraries/stm/Control/Monad/STM.hs => _build/stage1/libraries/stm/build/Control/Monad/STM.o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TChan.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TChan.p_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TChan.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TChan.o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TChan.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TChan.dyn_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TMVar.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TMVar.dyn_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TMVar.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TMVar.p_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TVar.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TVar.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/deepseq/build/Control/DeepSeq.dyn_o (and 1 more) => _build/stage1/libraries/deepseq/build/libHSdeepseq-1.4.4.0-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TArray.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TArray.p_oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/stm/Control/Sequential/STM.hs => _build/stage1/libraries/stm/build/Control/Sequential/STM.o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TQueue.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TQueue.dyn_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Sequential/STM.hs => _build/stage1/libraries/stm/build/Control/Sequential/STM.dyn_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Sequential/STM.hs => _build/stage1/libraries/stm/build/Control/Sequential/STM.p_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TQueue.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TQueue.p_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Monad/STM.hs => _build/stage1/libraries/stm/build/Control/Monad/STM.dyn_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Monad/STM.hs => _build/stage1/libraries/stm/build/Control/Monad/STM.p_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TQueue.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TQueue.o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TArray.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TArray.o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TBQueue.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TBQueue.dyn_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/Annotated/HughesPJ.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/Annotated/HughesPJ.o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/Annotated/HughesPJ.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/Annotated/HughesPJ.dyn_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/Annotated/HughesPJ.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/Annotated/HughesPJ.p_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/Annotated.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/Annotated.o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/HughesPJ.dyn_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/HughesPJ.o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/Annotated/HughesPJClass.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/Annotated/HughesPJClass.p_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/Annotated.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/Annotated.p_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/HughesPJClass.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/HughesPJClass.o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/Annotated/HughesPJClass.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/Annotated/HughesPJClass.dyn_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/HughesPJ.p_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/HughesPJClass.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/HughesPJClass.dyn_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/Annotated/HughesPJClass.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/Annotated/HughesPJClass.o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint.p_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/HughesPJClass.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/HughesPJClass.p_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TArray.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TArray.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/CalendarDiffDays.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/CalendarDiffDays.p_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/DiffTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/DiffTime.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/CTimeval.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/CTimeval.o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TSem.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TSem.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Days.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Days.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Private.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Private.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/DiffTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/DiffTime.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/NominalDiffTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/NominalDiffTime.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Format.hs => _build/stage1/libraries/time/build/Data/Format.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/UniversalTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/UniversalTime.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Format.hs => _build/stage1/libraries/time/build/Data/Format.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/JulianYearDay.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/time/build/Data/Time/Clock/Internal/CTimespec.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/CTimespec.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Format.hs => _build/stage1/libraries/time/build/Data/Format.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/stm/build/Control/Concurrent/STM.dyn_o (and 9 more) => _build/stage1/libraries/stm/build/libHSstm-2.5.0.0-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/UniversalTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/UniversalTime.p_oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/CTimeval.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/CTimeval.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Week.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Week.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/MonthDay.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/MonthDay.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Private.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Private.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/CalendarDiffDays.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/CalendarDiffDays.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/OrdinalDate.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/MonthDay.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/MonthDay.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/WeekDate.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/WeekDate.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/CalendarDiffTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/CalendarDiffTime.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/AbsoluteTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/AbsoluteTime.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/UTCTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/UTCTime.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/CalendarDiffDays.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/CalendarDiffDays.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Days.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Days.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/UniversalTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/UniversalTime.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/DiffTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/DiffTime.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/JulianYearDay.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Week.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Week.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/AbsoluteTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/AbsoluteTime.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Julian.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Julian.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/UTCTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/UTCTime.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/OrdinalDate.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/CTimeval.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/CTimeval.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/time/build/Data/Time/Clock/Internal/CTimespec.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/CTimespec.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/WeekDate.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/WeekDate.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Gregorian.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Gregorian.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/SystemTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/SystemTime.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Days.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Days.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Gregorian.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Gregorian.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Julian.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Julian.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/UTCTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/UTCTime.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/NominalDiffTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/NominalDiffTime.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Week.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Week.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/AbsoluteTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/AbsoluteTime.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/CalendarDiffTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/CalendarDiffTime.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/POSIXTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/POSIXTime.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Private.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Private.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/NominalDiffTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/NominalDiffTime.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/System.hs => _build/stage1/libraries/time/build/Data/Time/Clock/System.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/JulianYearDay.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/MonthDay.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/MonthDay.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/POSIXTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/POSIXTime.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/CalendarDiffTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/CalendarDiffTime.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Julian.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Julian.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/OrdinalDate.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/WeekDate.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/WeekDate.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Gregorian.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Gregorian.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/POSIX.hs => _build/stage1/libraries/time/build/Data/Time/Clock/POSIX.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/time/build/Data/Time/Clock/Internal/CTimespec.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/CTimespec.dyn_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/TimeZone.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/TimeZone.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/UTCDiff.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/UTCDiff.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/SystemTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/SystemTime.dyn_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TMVar.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TMVar.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/TimeOfDay.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/TimeOfDay.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Locale.hs => _build/stage1/libraries/time/build/Data/Time/Format/Locale.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/System.hs => _build/stage1/libraries/time/build/Data/Time/Clock/System.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Parse/Class.hs => _build/stage1/libraries/time/build/Data/Time/Format/Parse/Class.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Format/Class.hs => _build/stage1/libraries/time/build/Data/Time/Format/Format/Class.p_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/LocalTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/LocalTime.p_o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TSem.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TSem.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Internal.hs => _build/stage1/libraries/time/build/Data/Time/Format/Internal.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Internal.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Internal.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Unsafe.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal/Floating.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal/Floating.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal/Floating.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal/Floating.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/ZonedTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/ZonedTime.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Unsafe.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Unsafe.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Parse/Instances.hs => _build/stage1/libraries/time/build/Data/Time/Format/Parse/Instances.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Format/Instances.hs => _build/stage1/libraries/time/build/Data/Time/Format/Format/Instances.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal/Floating.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal/Floating.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Binary.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Binary.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Parse.hs => _build/stage1/libraries/time/build/Data/Time/Format/Parse.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Short/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Short/Internal.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Short/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Short/Internal.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format.hs => _build/stage1/libraries/time/build/Data/Time/Format.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar.hs => _build/stage1/libraries/time/build/Data/Time/Calendar.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Easter.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Easter.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString.hs => _build/stage1/libraries/bytestring/build/Data/ByteString.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Short.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Short.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Binary.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Binary.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Binary.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Binary.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock.hs => _build/stage1/libraries/time/build/Data/Time/Clock.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString.hs => _build/stage1/libraries/bytestring/build/Data/ByteString.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Internal.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time.hs => _build/stage1/libraries/time/build/Data/Time.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/TAI.hs => _build/stage1/libraries/time/build/Data/Time/Clock/TAI.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal/Base16.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal/Base16.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Internal.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/ASCII.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/ASCII.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal/Base16.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal/Base16.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Internal.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/ASCII.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/ASCII.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Internal.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/ASCII.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/ASCII.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Char8.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Char8.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Char8.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Char8.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/ASCII.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/ASCII.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Extra.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Extra.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Builder/ASCII.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Builder/ASCII.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Builder.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Builder.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Builder/Extras.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Builder/Extras.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/ISO8601.hs => _build/stage1/libraries/time/build/Data/Time/Format/ISO8601.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Char8.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Char8.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Builder.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Builder.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Builder/ASCII.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Builder/ASCII.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Unsafe.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Short/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Short/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Extra.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Extra.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString.hs => _build/stage1/libraries/bytestring/build/Data/ByteString.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Builder/Extras.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Builder/Extras.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Short.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Short.dyn_o| Run Ghc CompileHs Stage1: libraries/pretty/src/Text/PrettyPrint/Annotated.hs => _build/stage1/libraries/pretty/build/Text/PrettyPrint/Annotated.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/Internal/Base16.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/Internal/Base16.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Internal.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/pretty/build/Text/PrettyPrint.dyn_o (and 5 more) => _build/stage1/libraries/pretty/build/libHSpretty-1.1.3.6-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Char8.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Char8.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Internal.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Lib/Map.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/LanguageExtensions.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/LanguageExtensions.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Lib/Map.p_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Syntax.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Syntax.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Lib/Map.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Char8.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Char8.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/LanguageExtensions.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/LanguageExtensions.p_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Syntax.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Syntax.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim/ASCII.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim/ASCII.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Lib/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/PprLib.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/PprLib.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Lib.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Lib.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Prim.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Prim.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Ppr.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Ppr.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/PprLib.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/PprLib.p_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Quote.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Quote.p_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Lib/Internal.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/ASCII.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/ASCII.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder/Extra.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder/Extra.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Builder/Extras.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Builder/Extras.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Lib.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Lib.p_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Quote.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Quote.dyn_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Builder.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Builder.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Ppr.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Ppr.p_o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Builder.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Builder.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/template-haskell/build/Language/Haskell/TH.dyn_o (and 8 more) => _build/stage1/libraries/template-haskell/build/libHStemplate-haskell-2.15.0.0-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Lazy/Builder/ASCII.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Lazy/Builder/ASCII.dyn_oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH.p_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/bytestring/build/c/cbits/fpstring.dyn_o (and 24 more) => _build/stage1/libraries/bytestring/build/libHSbytestring-0.10.9.0-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/LanguageExtensions.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/LanguageExtensions.o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Syntax.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Syntax.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Char8.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Char8.p_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/State.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/State.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/PtrEquality.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/PtrEquality.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/Coercions.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/Coercions.p_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/StrictMaybe.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/StrictMaybe.p_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/PtrEquality.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/PtrEquality.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/StrictPair.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/StrictPair.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/StrictPair.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/StrictPair.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/TypeError.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/TypeError.p_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/BitUtil.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/BitUtil.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/StrictMaybe.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/StrictMaybe.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/TypeError.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/TypeError.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/TypeError.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/TypeError.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/BitUtil.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/BitUtil.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/StrictMaybe.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/StrictMaybe.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/State.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/State.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntSet/Internal.hs => _build/stage1/libraries/containers/build/Data/IntSet/Internal.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/State.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/State.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Set/Internal.hs => _build/stage1/libraries/containers/build/Data/Set/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Quote.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Quote.o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntSet.hs => _build/stage1/libraries/containers/build/Data/IntSet.o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/PprLib.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/PprLib.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Set/Internal.hs => _build/stage1/libraries/containers/build/Data/Set/Internal.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Set.hs => _build/stage1/libraries/containers/build/Data/Set.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntSet/Internal.hs => _build/stage1/libraries/containers/build/Data/IntSet/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Ppr.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Ppr.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Set.hs => _build/stage1/libraries/containers/build/Data/Set.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/PtrEquality.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/PtrEquality.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Internal.hs => _build/stage1/libraries/containers/build/Data/IntMap/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntSet.hs => _build/stage1/libraries/containers/build/Data/IntSet.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/Coercions.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/Coercions.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Containers/ListUtils.hs => _build/stage1/libraries/containers/build/Data/Containers/ListUtils.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Sequence/Internal.hs => _build/stage1/libraries/containers/build/Data/Sequence/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Merge/Strict.hs => _build/stage1/libraries/containers/build/Data/IntMap/Merge/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Internal/DeprecatedDebug.hs => _build/stage1/libraries/containers/build/Data/IntMap/Internal/DeprecatedDebug.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Merge/Lazy.hs => _build/stage1/libraries/containers/build/Data/IntMap/Merge/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Lazy.hs => _build/stage1/libraries/containers/build/Data/IntMap/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Strict.hs => _build/stage1/libraries/containers/build/Data/IntMap/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/BitUtil.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/BitUtil.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap.hs => _build/stage1/libraries/containers/build/Data/IntMap.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/BitQueue.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/BitQueue.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Internal.hs => _build/stage1/libraries/containers/build/Data/IntMap/Internal.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/Coercions.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/Coercions.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/BitQueue.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/BitQueue.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Sequence/Internal.hs => _build/stage1/libraries/containers/build/Data/Sequence/Internal.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Internal.hs => _build/stage1/libraries/containers/build/Data/Map/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Merge/Strict.hs => _build/stage1/libraries/containers/build/Data/IntMap/Merge/Strict.o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Merge/Lazy.hs => _build/stage1/libraries/containers/build/Data/IntMap/Merge/Lazy.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Sequence/Internal/Sorting.hs => _build/stage1/libraries/containers/build/Data/Sequence/Internal/Sorting.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Internal/DeprecatedShowTree.hs => _build/stage1/libraries/containers/build/Data/Map/Internal/DeprecatedShowTree.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Internal/Debug.hs => _build/stage1/libraries/containers/build/Data/Map/Internal/Debug.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Sequence.hs => _build/stage1/libraries/containers/build/Data/Sequence.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Merge/Lazy.hs => _build/stage1/libraries/containers/build/Data/Map/Merge/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Strict/Internal.hs => _build/stage1/libraries/containers/build/Data/Map/Strict/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Tree.hs => _build/stage1/libraries/containers/build/Data/Tree.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Lazy.hs => _build/stage1/libraries/containers/build/Data/Map/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map.hs => _build/stage1/libraries/containers/build/Data/Map.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Merge/Strict.hs => _build/stage1/libraries/containers/build/Data/Map/Merge/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Strict.hs => _build/stage1/libraries/containers/build/Data/Map/Strict.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Internal/Debug.hs => _build/stage1/libraries/containers/build/Data/IntMap/Internal/Debug.o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Internal/Debug.hs => _build/stage1/libraries/containers/build/Data/IntMap/Internal/Debug.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Containers/ListUtils.hs => _build/stage1/libraries/containers/build/Data/Containers/ListUtils.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/SystemTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/SystemTime.o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/BitQueue.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/BitQueue.o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TBQueue.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TBQueue.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Internal.hs => _build/stage1/libraries/containers/build/Data/Map/Internal.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/System.hs => _build/stage1/libraries/time/build/Data/Time/Clock/System.o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/POSIX.hs => _build/stage1/libraries/time/build/Data/Time/Clock/POSIX.o| Run Ghc CompileHs Stage1: libraries/stm/Control/Concurrent/STM/TSem.hs => _build/stage1/libraries/stm/build/Control/Concurrent/STM/TSem.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Internal/Debug.hs => _build/stage1/libraries/containers/build/Data/Map/Internal/Debug.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Merge/Lazy.hs => _build/stage1/libraries/containers/build/Data/Map/Merge/Lazy.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/UTCDiff.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/UTCDiff.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/TimeZone.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/TimeZone.o| Run Ghc CompileHs Stage1: libraries/bytestring/Data/ByteString/Short.hs => _build/stage1/libraries/bytestring/build/Data/ByteString/Short.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Sequence/Internal/Sorting.hs => _build/stage1/libraries/containers/build/Data/Sequence/Internal/Sorting.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-compact/GHC/Compact.hs => _build/stage1/libraries/ghc-compact/build/GHC/Compact.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-compact/GHC/Compact.hs => _build/stage1/libraries/ghc-compact/build/GHC/Compact.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/TimeOfDay.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/TimeOfDay.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Sequence.hs => _build/stage1/libraries/containers/build/Data/Sequence.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-compact/GHC/Compact/Serialized.hs => _build/stage1/libraries/ghc-compact/build/GHC/Compact/Serialized.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Tree.hs => _build/stage1/libraries/containers/build/Data/Tree.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/LocalTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/LocalTime.o| Run Ghc CompileHs Stage1: libraries/ghc-compact/GHC/Compact.hs => _build/stage1/libraries/ghc-compact/build/GHC/Compact.o| Run Ghc CompileHs Stage1: libraries/ghc-compact/GHC/Compact/Serialized.hs => _build/stage1/libraries/ghc-compact/build/GHC/Compact/Serialized.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Graph.hs => _build/stage1/libraries/containers/build/Data/Graph.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/ZonedTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/ZonedTime.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Locale.hs => _build/stage1/libraries/time/build/Data/Time/Format/Locale.o| Run Ghc CompileHs Stage1: libraries/ghc-compact/GHC/Compact/Serialized.hs => _build/stage1/libraries/ghc-compact/build/GHC/Compact/Serialized.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/containers/build/Data/Containers/ListUtils.dyn_o (and 34 more) => _build/stage1/libraries/containers/build/libHScontainers-0.6.0.1-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Parse/Class.hs => _build/stage1/libraries/time/build/Data/Time/Format/Parse/Class.oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Format/Class.hs => _build/stage1/libraries/time/build/Data/Time/Format/Format/Class.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Parse/Instances.hs => _build/stage1/libraries/time/build/Data/Time/Format/Parse/Instances.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Internal.hs => _build/stage1/libraries/time/build/Data/Time/Format/Internal.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Format/Instances.hs => _build/stage1/libraries/time/build/Data/Time/Format/Format/Instances.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Parse.hs => _build/stage1/libraries/time/build/Data/Time/Format/Parse.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/ghc-compact/build/GHC/Compact.dyn_o (and 1 more) => _build/stage1/libraries/ghc-compact/build/libHSghc-compact-0.1.0.0-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/containers/Data/Graph.hs => _build/stage1/libraries/containers/build/Data/Graph.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format.hs => _build/stage1/libraries/time/build/Data/Time/Format.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar.hs => _build/stage1/libraries/time/build/Data/Time/Calendar.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Easter.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Easter.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/POSIXTime.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/POSIXTime.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock.hs => _build/stage1/libraries/time/build/Data/Time/Clock.o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Lib/Internal.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/POSIX.hs => _build/stage1/libraries/time/build/Data/Time/Clock/POSIX.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time.hs => _build/stage1/libraries/time/build/Data/Time.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/TAI.hs => _build/stage1/libraries/time/build/Data/Time/Clock/TAI.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/ISO8601.hs => _build/stage1/libraries/time/build/Data/Time/Format/ISO8601.o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH/Lib.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH/Lib.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/TimeZone.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/TimeZone.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/Internal/UTCDiff.hs => _build/stage1/libraries/time/build/Data/Time/Clock/Internal/UTCDiff.dyn_o| Run Ghc CompileHs Stage1: libraries/template-haskell/Language/Haskell/TH.hs => _build/stage1/libraries/template-haskell/build/Language/Haskell/TH.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Internal/DeprecatedShowTree.hs => _build/stage1/libraries/containers/build/Data/Map/Internal/DeprecatedShowTree.o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Internal/DeprecatedDebug.hs => _build/stage1/libraries/containers/build/Data/IntMap/Internal/DeprecatedDebug.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Locale.hs => _build/stage1/libraries/time/build/Data/Time/Format/Locale.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/TimeOfDay.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/TimeOfDay.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Strict.hs => _build/stage1/libraries/containers/build/Data/IntMap/Strict.o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Lazy.hs => _build/stage1/libraries/containers/build/Data/IntMap/Lazy.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/LocalTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/LocalTime.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap.hs => _build/stage1/libraries/containers/build/Data/IntMap.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Strict/Internal.hs => _build/stage1/libraries/containers/build/Data/Map/Strict/Internal.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Lazy.hs => _build/stage1/libraries/containers/build/Data/Map/Lazy.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime/Internal/ZonedTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime/Internal/ZonedTime.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Strict.hs => _build/stage1/libraries/containers/build/Data/Map/Strict.o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Merge/Strict.hs => _build/stage1/libraries/containers/build/Data/Map/Merge/Strict.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Format/Class.hs => _build/stage1/libraries/time/build/Data/Time/Format/Format/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Parse/Class.hs => _build/stage1/libraries/time/build/Data/Time/Format/Parse/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map.hs => _build/stage1/libraries/containers/build/Data/Map.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Parse/Instances.hs => _build/stage1/libraries/time/build/Data/Time/Format/Parse/Instances.dyn_o| Run Ghc CompileHs Stage1: libraries/filepath/System/FilePath.hs => _build/stage1/libraries/filepath/build/System/FilePath.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Format/Instances.hs => _build/stage1/libraries/time/build/Data/Time/Format/Format/Instances.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Internal.hs => _build/stage1/libraries/time/build/Data/Time/Format/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/Parse.hs => _build/stage1/libraries/time/build/Data/Time/Format/Parse.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Utils/Containers/Internal/StrictPair.hs => _build/stage1/libraries/containers/build/Utils/Containers/Internal/StrictPair.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Set/Internal.hs => _build/stage1/libraries/containers/build/Data/Set/Internal.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Sequence/Internal.hs => _build/stage1/libraries/containers/build/Data/Sequence/Internal.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntSet/Internal.hs => _build/stage1/libraries/containers/build/Data/IntSet/Internal.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Internal.hs => _build/stage1/libraries/containers/build/Data/Map/Internal.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntSet.hs => _build/stage1/libraries/containers/build/Data/IntSet.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Sequence/Internal/Sorting.hs => _build/stage1/libraries/containers/build/Data/Sequence/Internal/Sorting.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Internal.hs => _build/stage1/libraries/containers/build/Data/IntMap/Internal.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Set.hs => _build/stage1/libraries/containers/build/Data/Set.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Containers/ListUtils.hs => _build/stage1/libraries/containers/build/Data/Containers/ListUtils.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Internal/Debug.hs => _build/stage1/libraries/containers/build/Data/Map/Internal/Debug.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Merge/Lazy.hs => _build/stage1/libraries/containers/build/Data/IntMap/Merge/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Merge/Strict.hs => _build/stage1/libraries/containers/build/Data/IntMap/Merge/Strict.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Merge/Lazy.hs => _build/stage1/libraries/containers/build/Data/Map/Merge/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Internal/DeprecatedDebug.hs => _build/stage1/libraries/containers/build/Data/IntMap/Internal/DeprecatedDebug.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Internal/Debug.hs => _build/stage1/libraries/containers/build/Data/IntMap/Internal/Debug.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Internal/DeprecatedShowTree.hs => _build/stage1/libraries/containers/build/Data/Map/Internal/DeprecatedShowTree.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Sequence.hs => _build/stage1/libraries/containers/build/Data/Sequence.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Strict.hs => _build/stage1/libraries/containers/build/Data/IntMap/Strict.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Strict/Internal.hs => _build/stage1/libraries/containers/build/Data/Map/Strict/Internal.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap/Lazy.hs => _build/stage1/libraries/containers/build/Data/IntMap/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Tree.hs => _build/stage1/libraries/containers/build/Data/Tree.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Lazy.hs => _build/stage1/libraries/containers/build/Data/Map/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Merge/Strict.hs => _build/stage1/libraries/containers/build/Data/Map/Merge/Strict.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/IntMap.hs => _build/stage1/libraries/containers/build/Data/IntMap.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map.hs => _build/stage1/libraries/containers/build/Data/Map.p_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Graph.hs => _build/stage1/libraries/containers/build/Data/Graph.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format.hs => _build/stage1/libraries/time/build/Data/Time/Format.dyn_o| Run Ghc CompileHs Stage1: libraries/containers/Data/Map/Strict.hs => _build/stage1/libraries/containers/build/Data/Map/Strict.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar.hs => _build/stage1/libraries/time/build/Data/Time/Calendar.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/LocalTime.hs => _build/stage1/libraries/time/build/Data/Time/LocalTime.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Calendar/Easter.hs => _build/stage1/libraries/time/build/Data/Time/Calendar/Easter.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock.hs => _build/stage1/libraries/time/build/Data/Time/Clock.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/FloatCast.hs => _build/stage1/libraries/binary/build/Data/Binary/FloatCast.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Internal.hs => _build/stage1/libraries/binary/build/Data/Binary/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/FloatCast.hs => _build/stage1/libraries/binary/build/Data/Binary/FloatCast.o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Clock/TAI.hs => _build/stage1/libraries/time/build/Data/Time/Clock/TAI.dyn_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time.hs => _build/stage1/libraries/time/build/Data/Time.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/FloatCast.hs => _build/stage1/libraries/binary/build/Data/Binary/FloatCast.p_o| Run Ghc CompileHs Stage1: libraries/time/lib/Data/Time/Format/ISO8601.hs => _build/stage1/libraries/time/build/Data/Time/Format/ISO8601.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Builder.hs => _build/stage1/libraries/binary/build/Data/Binary/Builder.p_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Internal.hs => _build/stage1/libraries/binary/build/Data/Binary/Internal.o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Get/Internal.hs => _build/stage1/libraries/binary/build/Data/Binary/Get/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Builder.hs => _build/stage1/libraries/binary/build/Data/Binary/Builder.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/time/build/c/lib/cbits/HsTime.dyn_o (and 43 more) => _build/stage1/libraries/time/build/libHStime-1.9.2-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Put.hs => _build/stage1/libraries/binary/build/Data/Binary/Put.o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Get.hs => _build/stage1/libraries/binary/build/Data/Binary/Get.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Get/Internal.hs => _build/stage1/libraries/binary/build/Data/Binary/Get/Internal.o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Builder.hs => _build/stage1/libraries/binary/build/Data/Binary/Builder.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Get.hs => _build/stage1/libraries/binary/build/Data/Binary/Get.o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Put.hs => _build/stage1/libraries/binary/build/Data/Binary/Put.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Internal.hs => _build/stage1/libraries/binary/build/Data/Binary/Internal.p_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Get/Internal.hs => _build/stage1/libraries/binary/build/Data/Binary/Get/Internal.p_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Class.hs => _build/stage1/libraries/binary/build/Data/Binary/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Class.hs => _build/stage1/libraries/binary/build/Data/Binary/Class.o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Get.hs => _build/stage1/libraries/binary/build/Data/Binary/Get.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Env.hs => _build/stage1/libraries/unix/build/System/Posix/Env.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Fcntl.hs => _build/stage1/libraries/unix/build/System/Posix/Fcntl.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Env.hs => _build/stage1/libraries/unix/build/System/Posix/Env.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Prim.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Prim.o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/Time.hs => _build/stage1/libraries/unix/build/System/Posix/Time.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Env/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Env/ByteString.o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/Process/Internals.hs => _build/stage1/libraries/unix/build/System/Posix/Process/Internals.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/ByteString/FilePath.hs => _build/stage1/libraries/unix/build/System/Posix/ByteString/FilePath.p_o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/Error.hs => _build/stage1/libraries/unix/build/System/Posix/Error.o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/Error.hs => _build/stage1/libraries/unix/build/System/Posix/Error.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Unistd.hs => _build/stage1/libraries/unix/build/System/Posix/Unistd.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Resource.hs => _build/stage1/libraries/unix/build/System/Posix/Resource.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Terminal/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Terminal/Common.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Semaphore.hs => _build/stage1/libraries/unix/build/System/Posix/Semaphore.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/SharedMem.hs => _build/stage1/libraries/unix/build/System/Posix/SharedMem.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Directory/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Directory/Common.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/ByteString/FilePath.hs => _build/stage1/libraries/unix/build/System/Posix/ByteString/FilePath.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Env/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Env/ByteString.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Generic.hs => _build/stage1/libraries/binary/build/Data/Binary/Generic.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Terminal/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Terminal/Common.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/IO/Common.hs => _build/stage1/libraries/unix/build/System/Posix/IO/Common.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary.hs => _build/stage1/libraries/binary/build/Data/Binary.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Fcntl.hs => _build/stage1/libraries/unix/build/System/Posix/Fcntl.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/IO/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/IO/ByteString.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/User.hs => _build/stage1/libraries/unix/build/System/Posix/User.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Resource.hs => _build/stage1/libraries/unix/build/System/Posix/Resource.o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/Time.hs => _build/stage1/libraries/unix/build/System/Posix/Time.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/SharedMem.hs => _build/stage1/libraries/unix/build/System/Posix/SharedMem.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/SharedMem.hs => _build/stage1/libraries/unix/build/System/Posix/SharedMem.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Semaphore.hs => _build/stage1/libraries/unix/build/System/Posix/Semaphore.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Env/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Env/ByteString.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Process/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Process/Common.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Env.hs => _build/stage1/libraries/unix/build/System/Posix/Env.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Directory/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Directory/ByteString.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Process.hs => _build/stage1/libraries/unix/build/System/Posix/Process.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Terminal.hs => _build/stage1/libraries/unix/build/System/Posix/Terminal.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Signals.hs => _build/stage1/libraries/unix/build/System/Posix/Signals.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Files/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Files/Common.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/User.hs => _build/stage1/libraries/unix/build/System/Posix/User.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Files/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Files/ByteString.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Prim.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Prim.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Unistd.hs => _build/stage1/libraries/unix/build/System/Posix/Unistd.dyn_o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/Time.hs => _build/stage1/libraries/unix/build/System/Posix/Time.p_o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/Process/Internals.hs => _build/stage1/libraries/unix/build/System/Posix/Process/Internals.p_o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/Process/Internals.hs => _build/stage1/libraries/unix/build/System/Posix/Process/Internals.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/IO/Common.hs => _build/stage1/libraries/unix/build/System/Posix/IO/Common.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Process/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Process/Common.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Process/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Process/Common.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/IO.hs => _build/stage1/libraries/unix/build/System/Posix/IO.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Process/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Process/ByteString.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Process.hs => _build/stage1/libraries/unix/build/System/Posix/Process.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Temp.hs => _build/stage1/libraries/unix/build/System/Posix/Temp.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Process/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Process/ByteString.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Common.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Common.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/ByteString/FilePath.hs => _build/stage1/libraries/unix/build/System/Posix/ByteString/FilePath.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Directory/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Directory/Common.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/IO/Common.hs => _build/stage1/libraries/unix/build/System/Posix/IO/Common.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Process/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Process/ByteString.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Directory/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Directory/ByteString.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Temp/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Temp/ByteString.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/IO/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/IO/ByteString.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/IO.hs => _build/stage1/libraries/unix/build/System/Posix/IO.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Directory.hs => _build/stage1/libraries/unix/build/System/Posix/Directory.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Terminal/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Terminal/Common.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Temp.hs => _build/stage1/libraries/unix/build/System/Posix/Temp.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Temp/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Temp/ByteString.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Terminal.hs => _build/stage1/libraries/unix/build/System/Posix/Terminal.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Terminal/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Terminal/ByteString.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Directory/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Directory/Common.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Fcntl.hs => _build/stage1/libraries/unix/build/System/Posix/Fcntl.o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/Error.hs => _build/stage1/libraries/unix/build/System/Posix/Error.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Terminal/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Terminal/ByteString.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Signals/Exts.hs => _build/stage1/libraries/unix/build/System/Posix/Signals/Exts.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Directory.hs => _build/stage1/libraries/unix/build/System/Posix/Directory.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Files.hs => _build/stage1/libraries/unix/build/System/Posix/Files.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/IO.hs => _build/stage1/libraries/unix/build/System/Posix/IO.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Temp.hs => _build/stage1/libraries/unix/build/System/Posix/Temp.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Temp/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Temp/ByteString.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Signals.hs => _build/stage1/libraries/unix/build/System/Posix/Signals.p_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Generic.hs => _build/stage1/libraries/binary/build/Data/Binary/Generic.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Directory/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Directory/ByteString.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Unistd.hs => _build/stage1/libraries/unix/build/System/Posix/Unistd.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Files/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Files/Common.p_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary.hs => _build/stage1/libraries/binary/build/Data/Binary.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Resource.hs => _build/stage1/libraries/unix/build/System/Posix/Resource.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/binary/build/Data/Binary.dyn_o (and 8 more) => _build/stage1/libraries/binary/build/libHSbinary-0.8.6.0-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Files.hs => _build/stage1/libraries/unix/build/System/Posix/Files.p_oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Terminal.hs => _build/stage1/libraries/unix/build/System/Posix/Terminal.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Signals/Exts.hs => _build/stage1/libraries/unix/build/System/Posix/Signals/Exts.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Process.hs => _build/stage1/libraries/unix/build/System/Posix/Process.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Signals.hs => _build/stage1/libraries/unix/build/System/Posix/Signals.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/IO/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/IO/ByteString.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Semaphore.hs => _build/stage1/libraries/unix/build/System/Posix/Semaphore.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Files/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Files/ByteString.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Files/Common.hs => _build/stage1/libraries/unix/build/System/Posix/Files/Common.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/User.hs => _build/stage1/libraries/unix/build/System/Posix/User.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Directory.hs => _build/stage1/libraries/unix/build/System/Posix/Directory.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Files/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Files/ByteString.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Files.hs => _build/stage1/libraries/unix/build/System/Posix/Files.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Signals/Exts.hs => _build/stage1/libraries/unix/build/System/Posix/Signals/Exts.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Common.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Common.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/Terminal/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/Terminal/ByteString.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Prim.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Prim.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/ByteString.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker.p_o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/ByteString.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Common.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Common.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module.p_o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix.hs => _build/stage1/libraries/unix/build/System/Posix.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module/ByteString.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/ByteString.dyn_o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix.hs => _build/stage1/libraries/unix/build/System/Posix.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module.dyn_o| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/ByteString.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module/ByteString.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/ByteString.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/unix/build/c/cbits/HsUnix.dyn_o (and 40 more) => _build/stage1/libraries/unix/build/libHSunix-2.7.2.2-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/unix/System/Posix/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/ByteString.oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/unix/System/Posix.hs => _build/stage1/libraries/unix/build/System/Posix.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module.o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Put.hs => _build/stage1/libraries/binary/build/Data/Binary/Put.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module/ByteString.hs => _build/stage1/libraries/unix/build/System/Posix/DynamicLinker/Module/ByteString.o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Class.hs => _build/stage1/libraries/binary/build/Data/Binary/Class.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/directory/build/System/Directory/Internal/Windows.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Windows.p_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal/Config.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Config.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/directory/build/System/Directory/Internal/Windows.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Windows.o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal/Prelude.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Prelude.o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal/Prelude.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Prelude.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary/Generic.hs => _build/stage1/libraries/binary/build/Data/Binary/Generic.p_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal/Common.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Common.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/directory/build/System/Directory/Internal/C_utimensat.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/C_utimensat.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/directory/build/System/Directory/Internal/C_utimensat.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/C_utimensat.dyn_o| Run Ghc CompileHs Stage1: libraries/binary/src/Data/Binary.hs => _build/stage1/libraries/binary/build/Data/Binary.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/directory/build/System/Directory/Internal/Windows.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Windows.dyn_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal/Prelude.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Prelude.p_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal/Common.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Common.dyn_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal/Config.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Config.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/directory/build/System/Directory/Internal/C_utimensat.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/C_utimensat.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/directory/build/System/Directory/Internal/Posix.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Posix.dyn_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal/Common.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Common.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Functions.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Functions.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Functions.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Functions.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Unsafe.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Unsafe.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Utf16.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Utf16.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Unsafe/Shift.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Unsafe/Shift.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Utf32.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Utf32.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Functions.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Functions.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Read.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Read.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder/RealFloat/Functions.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder/RealFloat/Functions.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder/Int/Digits.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder/Int/Digits.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Encoding/Error.hs => _build/stage1/libraries/text/build/Data/Text/Encoding/Error.o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal.hs => _build/stage1/libraries/directory/build/System/Directory/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Read.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Read.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/directory/build/System/Directory/Internal/Posix.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Posix.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder/RealFloat/Functions.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder/RealFloat/Functions.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Unsafe.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Utf32.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Utf32.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Encoding/Error.hs => _build/stage1/libraries/text/build/Data/Text/Encoding/Error.dyn_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory.hs => _build/stage1/libraries/directory/build/System/Directory.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Encoding/Error.hs => _build/stage1/libraries/text/build/Data/Text/Encoding/Error.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Utf32.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Utf32.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder/Int/Digits.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder/Int/Digits.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/directory/build/System/Directory.dyn_o (and 7 more) => _build/stage1/libraries/directory/build/libHSdirectory-1.3.3.2-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Unsafe.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Unsafe/Shift.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Unsafe/Shift.p_oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Utf16.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Utf16.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Array.hs => _build/stage1/libraries/text/build/Data/Text/Array.o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal.hs => _build/stage1/libraries/directory/build/System/Directory/Internal.p_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory.hs => _build/stage1/libraries/directory/build/System/Directory.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Utf16.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Utf16.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder/Int/Digits.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder/Int/Digits.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Unsafe/Char.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Unsafe/Char.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Read.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Read.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Unsafe/Shift.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Unsafe/Shift.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Array.hs => _build/stage1/libraries/text/build/Data/Text/Array.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal.hs => _build/stage1/libraries/text/build/Data/Text/Internal.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Utf8.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Utf8.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Array.hs => _build/stage1/libraries/text/build/Data/Text/Array.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Unsafe.hs => _build/stage1/libraries/text/build/Data/Text/Unsafe.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Unsafe/Char.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Unsafe/Char.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal.hs => _build/stage1/libraries/text/build/Data/Text/Internal.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Private.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Private.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Search.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Search.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/Size.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/Size.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder/RealFloat/Functions.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder/RealFloat/Functions.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Search.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Search.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/Size.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/Size.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Unsafe.hs => _build/stage1/libraries/text/build/Data/Text/Unsafe.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/Types.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/Types.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/Types.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/Types.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Private.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Private.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/CaseMapping.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/CaseMapping.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/CaseMapping.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/CaseMapping.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Utf8.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Utf8.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/Common.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/Common.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/Common.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/Common.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Unsafe/Char.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Unsafe/Char.dyn_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal/Config.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Config.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/directory/build/System/Directory/Internal/Posix.hs => _build/stage1/libraries/directory/build/System/Directory/Internal/Posix.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal.hs => _build/stage1/libraries/text/build/Data/Text/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Fusion/Common.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Fusion/Common.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Show.hs => _build/stage1/libraries/text/build/Data/Text/Show.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Utf8.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Utf8.dyn_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory/Internal.hs => _build/stage1/libraries/directory/build/System/Directory/Internal.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Unsafe.hs => _build/stage1/libraries/text/build/Data/Text/Unsafe.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Search.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Search.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/Size.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/Size.dyn_o| Run Ghc CompileHs Stage1: libraries/directory/System/Directory.hs => _build/stage1/libraries/directory/build/System/Directory.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Private.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Private.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Fusion.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/Types.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/Types.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/HandleEncoding.hs => _build/stage1/libraries/ghc-boot/build/GHC/HandleEncoding.p_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/LanguageExtensions.hs => _build/stage1/libraries/ghc-boot/build/GHC/LanguageExtensions.o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/ForeignSrcLang.hs => _build/stage1/libraries/ghc-boot/build/GHC/ForeignSrcLang.p_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/Serialized.hs => _build/stage1/libraries/ghc-boot/build/GHC/Serialized.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/CaseMapping.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/CaseMapping.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/HandleEncoding.hs => _build/stage1/libraries/ghc-boot/build/GHC/HandleEncoding.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/Serialized.hs => _build/stage1/libraries/ghc-boot/build/GHC/Serialized.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion/Common.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion/Common.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/LanguageExtensions.hs => _build/stage1/libraries/ghc-boot/build/GHC/LanguageExtensions.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/ForeignSrcLang.hs => _build/stage1/libraries/ghc-boot/build/GHC/ForeignSrcLang.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/ForeignSrcLang.hs => _build/stage1/libraries/ghc-boot/build/GHC/ForeignSrcLang.o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/LanguageExtensions.hs => _build/stage1/libraries/ghc-boot/build/GHC/LanguageExtensions.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Encoding.hs => _build/stage1/libraries/text/build/Data/Text/Encoding.p_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/PackageDb.hs => _build/stage1/libraries/ghc-boot/build/GHC/PackageDb.p_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/Serialized.hs => _build/stage1/libraries/ghc-boot/build/GHC/Serialized.p_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/PackageDb.hs => _build/stage1/libraries/ghc-boot/build/GHC/PackageDb.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text.hs => _build/stage1/libraries/text/build/Data/Text.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Foreign.hs => _build/stage1/libraries/text/build/Data/Text/Foreign.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion.dyn_o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/HandleEncoding.hs => _build/stage1/libraries/ghc-boot/build/GHC/HandleEncoding.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/IO.hs => _build/stage1/libraries/text/build/Data/Text/Internal/IO.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Read.hs => _build/stage1/libraries/text/build/Data/Text/Read.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Fusion/Common.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Fusion/Common.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy/Search.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy/Search.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy/Fusion.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Show.hs => _build/stage1/libraries/text/build/Data/Text/Show.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy/Encoding/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy/Encoding/Fusion.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Internal.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Internal.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/IO.hs => _build/stage1/libraries/text/build/Data/Text/IO.p_o| Run Ghc CompileHs Stage1: libraries/process/System/Process/Common.hs => _build/stage1/libraries/process/build/System/Process/Common.o| Run Ghc CompileHs Stage1: libraries/process/System/Process/Common.hs => _build/stage1/libraries/process/build/System/Process/Common.dyn_o| Run Ghc CompileHs Stage1: libraries/process/System/Process/Common.hs => _build/stage1/libraries/process/build/System/Process/Common.p_o| Run Ghc CompileHs Stage1: libraries/process/System/Process/Posix.hs => _build/stage1/libraries/process/build/System/Process/Posix.o| Run Ghc CompileHs Stage1: libraries/process/System/Process/Posix.hs => _build/stage1/libraries/process/build/System/Process/Posix.dyn_o| Run Ghc CompileHs Stage1: libraries/hpc/Trace/Hpc/Util.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Util.o| Run Ghc CompileHs Stage1: libraries/hpc/Trace/Hpc/Util.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Util.dyn_o| Run Ghc CompileHs Stage1: libraries/process/System/Process/Internals.hs => _build/stage1/libraries/process/build/System/Process/Internals.dyn_o| Run Ghc CompileHs Stage1: libraries/hpc/Trace/Hpc/Tix.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Tix.o| Run Ghc CompileHs Stage1: libraries/ghc-boot/GHC/PackageDb.hs => _build/stage1/libraries/ghc-boot/build/GHC/PackageDb.dyn_o| Run Ghc CompileHs Stage1: libraries/process/System/Process.hs => _build/stage1/libraries/process/build/System/Process.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/hpc/build/Trace/Hpc/Reflect.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Reflect.o| Run Ghc CompileHs Stage1: libraries/hpc/Trace/Hpc/Mix.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Mix.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/ghc-boot/build/GHC/LanguageExtensions.dyn_o (and 4 more) => _build/stage1/libraries/ghc-boot/build/libHSghc-boot-8.9.0.20190604-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/process/System/Cmd.hs => _build/stage1/libraries/process/build/System/Cmd.dyn_oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc LinkHs Stage1: _build/stage1/libraries/process/build/c/cbits/runProcess.dyn_o (and 5 more) => _build/stage1/libraries/process/build/libHSprocess-1.6.5.0-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/process/System/Process/Internals.hs => _build/stage1/libraries/process/build/System/Process/Internals.o| Run Ghc CompileHs Stage1: libraries/process/System/Process.hs => _build/stage1/libraries/process/build/System/Process.o| Run Ghc CompileHs Stage1: libraries/hpc/Trace/Hpc/Tix.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Tix.dyn_o| Run Ghc CompileHs Stage1: libraries/hpc/Trace/Hpc/Util.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Util.p_o| Run Ghc CompileHs Stage1: libraries/hpc/Trace/Hpc/Mix.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Mix.dyn_o| Run Ghc CompileHs Stage1: libraries/process/System/Cmd.hs => _build/stage1/libraries/process/build/System/Cmd.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/hpc/build/Trace/Hpc/Reflect.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Reflect.dyn_o| Run Ghc CompileHs Stage1: libraries/process/System/Process/Posix.hs => _build/stage1/libraries/process/build/System/Process/Posix.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Fusion.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/hpc/build/Trace/Hpc/Util.dyn_o (and 3 more) => _build/stage1/libraries/hpc/build/libHShpc-0.6.0.3-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/process/System/Process/Internals.hs => _build/stage1/libraries/process/build/System/Process/Internals.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Encoding.hs => _build/stage1/libraries/text/build/Data/Text/Encoding.dyn_o| Run Ghc CompileHs Stage1: libraries/process/System/Process.hs => _build/stage1/libraries/process/build/System/Process.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text.hs => _build/stage1/libraries/text/build/Data/Text.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Foreign.hs => _build/stage1/libraries/text/build/Data/Text/Foreign.dyn_o| Run Ghc CompileHs Stage1: libraries/process/System/Cmd.hs => _build/stage1/libraries/process/build/System/Cmd.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/IO.hs => _build/stage1/libraries/text/build/Data/Text/Internal/IO.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Read.hs => _build/stage1/libraries/text/build/Data/Text/Read.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy/Fusion.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Internal.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy/Search.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy/Search.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/IO.hs => _build/stage1/libraries/text/build/Data/Text/IO.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Encoding.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Encoding.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Key.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Key.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Directory.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Directory.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Recover.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Recover.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Recover.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Recover.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/LineState.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/LineState.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/History.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/History.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/History.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/History.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/WCWidth.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/WCWidth.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy.hs => _build/stage1/libraries/text/build/Data/Text/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/MonadException.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/MonadException.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Directory.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Directory.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/LineState.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/LineState.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Prefs.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Prefs.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/IO.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/IO.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Read.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Read.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/WCWidth.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/WCWidth.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Builder.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Builder.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Monads.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Monads.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/MonadException.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/MonadException.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder/Functions.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder/Functions.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Builder/Int.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Builder/Int.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/Undo.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/Undo.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/Posix/Encoder.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Posix/Encoder.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/KillRing.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/KillRing.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Builder/RealFloat.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Builder/RealFloat.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Completion.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Completion.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Monads.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Monads.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Term.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Term.p_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/text/build/c/cbits/cbits.dyn_o (and 44 more) => _build/stage1/libraries/text/build/libHStext-1.2.3.1-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Completion.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Completion.oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/RunCommand.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/RunCommand.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Posix.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Posix.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/Posix/Encoder.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Posix/Encoder.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/Completion.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/Completion.p_o| Run Ghc CompileHs Stage1: utils/hsc2hs/ATTParser.hs => _build/stage1/utils/hsc2hs/build/ATTParser.o| Run Ghc CompileHs Stage1: utils/hsc2hs/Compat/ResponseFile.hs => _build/stage1/utils/hsc2hs/build/Compat/ResponseFile.o| Run Ghc CompileHs Stage1: _build/stage1/utils/hsc2hs/build/hsc2hs/autogen/Paths_hsc2hs.hs => _build/stage1/utils/hsc2hs/build/Paths_hsc2hs.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/Terminfo.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Terminfo.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/DumbTerm.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/DumbTerm.p_o| Run Ghc CompileHs Stage1: utils/hsc2hs/Flags.hs => _build/stage1/utils/hsc2hs/build/Flags.o| Run Ghc CompileHs Stage1: utils/hsc2hs/HSCParser.hs => _build/stage1/utils/hsc2hs/build/HSCParser.o| Run Ghc CompileHs Stage1: utils/hsc2hs/Common.hs => _build/stage1/utils/hsc2hs/build/Common.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend.p_o| Run Ghc CompileHs Stage1: utils/hsc2hs/C.hs => _build/stage1/utils/hsc2hs/build/C.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Key.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Key.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Key.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Key.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/LineState.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/LineState.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Directory.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Directory.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/WCWidth.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/WCWidth.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/Undo.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/Undo.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Recover.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Recover.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Prefs.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Prefs.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/KillRing.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/KillRing.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/History.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/History.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Term.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Term.o| Run Ghc CompileHs Stage1: utils/hsc2hs/CrossCodegen.hs => _build/stage1/utils/hsc2hs/build/CrossCodegen.o| Run Ghc CompileHs Stage1: utils/hsc2hs/UtilsCodegen.hs => _build/stage1/utils/hsc2hs/build/UtilsCodegen.o| Run Ghc CompileHs Stage1: utils/hsc2hs/DirectCodegen.hs => _build/stage1/utils/hsc2hs/build/DirectCodegen.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/MonadException.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/MonadException.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/Completion.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/Completion.o| Run Ghc CompileHs Stage1: utils/hsc2hs/Main.hs => _build/stage1/utils/hsc2hs/build/Main.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/RunCommand.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/RunCommand.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Monads.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Monads.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/Undo.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/Undo.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Completion.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Completion.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/utils/hsc2hs/build/Main.o (and 10 more) => _build/stage1/bin/hsc2hs| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/History.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/History.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Prefs.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Prefs.dyn_o| Run Ghc CompileHs Stage1: utils/runghc/Main.hs => _build/stage1/utils/runghc/build/Main.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Term.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Term.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/utils/runghc/build/Main.o => _build/stage1/bin/runghc| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/RunCommand.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/RunCommand.dyn_o/--------------------------------------------------------------------------------------\| Successfully built program 'hsc2hs' (Stage1). || Executable: _build/stage1/bin/hsc2hs || Program synopsis: A preprocessor that helps with writing Haskell bindings to C code. |\--------------------------------------------------------------------------------------/| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/Completion.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/Completion.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/Posix/Encoder.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Posix/Encoder.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Posix.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Posix.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Posix.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Posix.o/----------------------------------------------------------------------------------\| Successfully built program 'runghc' (Stage1). || Executable: _build/stage1/bin/runghc || Program synopsis: A wrapper around GHC allowing convenient execution of scripts. |\----------------------------------------------------------------------------------/| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/Terminfo.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Terminfo.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/DumbTerm.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/DumbTerm.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/Terminfo.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/Terminfo.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend/DumbTerm.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend/DumbTerm.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/History.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/History.o| Run Ghc CompileHs Stage1: libraries/ghci/SizedSeq.hs => _build/stage1/libraries/ghci/build/SizedSeq.p_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/BreakArray.hs => _build/stage1/libraries/ghci/build/GHCi/BreakArray.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Backend.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Backend.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/Signals.hs => _build/stage1/libraries/ghci/build/GHCi/Signals.dyn_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/RemoteTypes.hs => _build/stage1/libraries/ghci/build/GHCi/RemoteTypes.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/Signals.hs => _build/stage1/libraries/ghci/build/GHCi/Signals.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghci/build/GHCi/FFI.hs => _build/stage1/libraries/ghci/build/GHCi/FFI.p_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/BinaryArray.hs => _build/stage1/libraries/ghci/build/GHCi/BinaryArray.p_o| Run Ghc CompileHs Stage1: libraries/ghci/SizedSeq.hs => _build/stage1/libraries/ghci/build/SizedSeq.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghci/build/GHCi/FFI.hs => _build/stage1/libraries/ghci/build/GHCi/FFI.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/TH/Binary.hs => _build/stage1/libraries/ghci/build/GHCi/TH/Binary.dyn_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/RemoteTypes.hs => _build/stage1/libraries/ghci/build/GHCi/RemoteTypes.dyn_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/BinaryArray.hs => _build/stage1/libraries/ghci/build/GHCi/BinaryArray.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/InputT.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/InputT.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/ObjLink.hs => _build/stage1/libraries/ghci/build/GHCi/ObjLink.dyn_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/StaticPtrTable.hs => _build/stage1/libraries/ghci/build/GHCi/StaticPtrTable.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Vi.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Vi.o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghci/build/GHCi/FFI.hs => _build/stage1/libraries/ghci/build/GHCi/FFI.dyn_o| Run Ghc CompileHs Stage1: libraries/ghci/SizedSeq.hs => _build/stage1/libraries/ghci/build/SizedSeq.dyn_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/StaticPtrTable.hs => _build/stage1/libraries/ghci/build/GHCi/StaticPtrTable.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/ObjLink.hs => _build/stage1/libraries/ghci/build/GHCi/ObjLink.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/TH/Binary.hs => _build/stage1/libraries/ghci/build/GHCi/TH/Binary.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/TH/Binary.hs => _build/stage1/libraries/ghci/build/GHCi/TH/Binary.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghci/build/GHCi/InfoTable.hs => _build/stage1/libraries/ghci/build/GHCi/InfoTable.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghci/build/GHCi/InfoTable.hs => _build/stage1/libraries/ghci/build/GHCi/InfoTable.p_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/BinaryArray.hs => _build/stage1/libraries/ghci/build/GHCi/BinaryArray.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/ResolvedBCO.hs => _build/stage1/libraries/ghci/build/GHCi/ResolvedBCO.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/RemoteTypes.hs => _build/stage1/libraries/ghci/build/GHCi/RemoteTypes.p_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/BreakArray.hs => _build/stage1/libraries/ghci/build/GHCi/BreakArray.dyn_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/Message.hs => _build/stage1/libraries/ghci/build/GHCi/Message.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/Message.hs => _build/stage1/libraries/ghci/build/GHCi/Message.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/ghci/build/GHCi/InfoTable.hs => _build/stage1/libraries/ghci/build/GHCi/InfoTable.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/ObjLink.hs => _build/stage1/libraries/ghci/build/GHCi/ObjLink.p_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/ResolvedBCO.hs => _build/stage1/libraries/ghci/build/GHCi/ResolvedBCO.dyn_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/TH.hs => _build/stage1/libraries/ghci/build/GHCi/TH.dyn_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/StaticPtrTable.hs => _build/stage1/libraries/ghci/build/GHCi/StaticPtrTable.p_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/CreateBCO.hs => _build/stage1/libraries/ghci/build/GHCi/CreateBCO.dyn_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/TH.hs => _build/stage1/libraries/ghci/build/GHCi/TH.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Emacs.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Emacs.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/Run.hs => _build/stage1/libraries/ghci/build/GHCi/Run.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/CreateBCO.hs => _build/stage1/libraries/ghci/build/GHCi/CreateBCO.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/ghci/build/GHCi/BreakArray.dyn_o (and 14 more) => _build/stage1/libraries/ghci/build/libHSghci-8.9.0.20190604-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/IO.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/IO.oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/Signals.hs => _build/stage1/libraries/ghci/build/GHCi/Signals.o| Run Ghc CompileHs Stage1: libraries/hpc/Trace/Hpc/Tix.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Tix.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/History.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/History.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/hpc/build/Trace/Hpc/Reflect.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Reflect.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/InputT.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/InputT.p_o| Run Ghc CompileHs Stage1: libraries/hpc/Trace/Hpc/Mix.hs => _build/stage1/libraries/hpc/build/Trace/Hpc/Mix.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Emacs.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Emacs.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Vi.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Vi.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Command/KillRing.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Command/KillRing.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/utils/hpc/build/hpc/autogen/Paths_hpc_bin.hs => _build/stage1/utils/hpc/build/Paths_hpc_bin.o| Run Ghc CompileHs Stage1: utils/hpc/HpcLexer.hs => _build/stage1/utils/hpc/build/HpcLexer.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline.p_o| Run Ghc CompileHs Stage1: utils/hpc/HpcFlags.hs => _build/stage1/utils/hpc/build/HpcFlags.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/InputT.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/InputT.dyn_o| Run Ghc CompileHs Stage1: utils/hpc/HpcCombine.hs => _build/stage1/utils/hpc/build/HpcCombine.o| Run Ghc CompileHs Stage1: _build/stage1/utils/hpc/build/HpcParser.hs => _build/stage1/utils/hpc/build/HpcParser.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Vi.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Vi.dyn_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/Emacs.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/Emacs.dyn_o| Run Ghc CompileHs Stage1: utils/hpc/HpcReport.hs => _build/stage1/utils/hpc/build/HpcReport.o| Run Ghc CompileHs Stage1: utils/hpc/HpcShowTix.hs => _build/stage1/utils/hpc/build/HpcShowTix.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline.dyn_o| Run Ghc CompileHs Stage1: utils/hpc/HpcUtils.hs => _build/stage1/utils/hpc/build/HpcUtils.o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/IO.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/IO.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy/Encoding/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy/Encoding/Fusion.p_o| Run Ghc CompileHs Stage1: libraries/haskeline/System/Console/Haskeline/IO.hs => _build/stage1/libraries/haskeline/build/System/Console/Haskeline/IO.dyn_o| Run Ghc CompileHs Stage1: utils/hpc/HpcOverlay.hs => _build/stage1/utils/hpc/build/HpcOverlay.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/haskeline/build/c/cbits/h_wcwidth.dyn_o (and 27 more) => _build/stage1/libraries/haskeline/build/libHShaskeline-0.7.5.0-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: utils/hpc/HpcDraft.hs => _build/stage1/utils/hpc/build/HpcDraft.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Encoding.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Encoding.p_o| Run Ghc CompileHs Stage1: utils/hpc/HpcMarkup.hs => _build/stage1/utils/hpc/build/HpcMarkup.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy.hs => _build/stage1/libraries/text/build/Data/Text/Lazy.p_o| Run Ghc CompileHs Stage1: utils/hpc/Main.hs => _build/stage1/utils/hpc/build/Main.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Fusion.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/IO.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/IO.p_o| Run Ghc LinkHs Stage1: _build/stage1/utils/hpc/build/Main.o (and 11 more) => _build/stage1/bin/hpc| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Fusion/Common.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Fusion/Common.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Read.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Read.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Builder.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Builder.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy/Encoding/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy/Encoding/Fusion.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Encoding/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Encoding/Fusion.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder/Functions.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder/Functions.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Show.hs => _build/stage1/libraries/text/build/Data/Text/Show.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Builder/Int.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Builder/Int.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Encoding.hs => _build/stage1/libraries/text/build/Data/Text/Encoding.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Builder/RealFloat.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Builder/RealFloat.p_o/------------------------------------------------\| Successfully built program 'hpc-bin' (Stage1). || Executable: _build/stage1/bin/hpc || Program synopsis: XXX. |\------------------------------------------------/| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/BreakArray.hs => _build/stage1/libraries/ghci/build/GHCi/BreakArray.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Foreign.hs => _build/stage1/libraries/text/build/Data/Text/Foreign.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text.hs => _build/stage1/libraries/text/build/Data/Text.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/ResolvedBCO.hs => _build/stage1/libraries/ghci/build/GHCi/ResolvedBCO.p_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/Message.hs => _build/stage1/libraries/ghci/build/GHCi/Message.p_o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/CreateBCO.hs => _build/stage1/libraries/ghci/build/GHCi/CreateBCO.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/IO.hs => _build/stage1/libraries/text/build/Data/Text/Internal/IO.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Read.hs => _build/stage1/libraries/text/build/Data/Text/Read.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/IO.hs => _build/stage1/libraries/text/build/Data/Text/IO.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/TH.hs => _build/stage1/libraries/ghci/build/GHCi/TH.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/Run.hs => _build/stage1/libraries/ghci/build/GHCi/Run.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy/Search.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy/Search.o| Run Ghc CompileHs Stage1: libraries/ghci/GHCi/Run.hs => _build/stage1/libraries/ghci/build/GHCi/Run.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Internal.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Internal.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Lazy/Fusion.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Lazy/Fusion.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Encoding.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Encoding.o| Run Ghc CompileHs Stage1: compiler/utils/GhcPrelude.hs => _build/stage1/compiler/build/GhcPrelude.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy.hs => _build/stage1/libraries/text/build/Data/Text/Lazy.o| Run Ghc CompileHs Stage1: compiler/utils/GhcPrelude.hs => _build/stage1/compiler/build/GhcPrelude.p_o| Run Ghc CompileHs Stage1: compiler/main/GhcNameVersion.hs => _build/stage1/compiler/build/GhcNameVersion.p_o| Run Ghc CompileHs Stage1: compiler/main/PlatformConstants.hs => _build/stage1/compiler/build/PlatformConstants.p_o| Run Ghc CompileHs Stage1: compiler/utils/Encoding.hs => _build/stage1/compiler/build/Encoding.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Exception.hs => _build/stage1/compiler/build/Exception.dyn_o| Run Ghc CompileHs Stage1: compiler/main/GhcNameVersion.hs => _build/stage1/compiler/build/GhcNameVersion.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/EnumSet.hs => _build/stage1/compiler/build/EnumSet.p_o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Block.hs => _build/stage1/compiler/build/Hoopl/Block.p_o| Run Ghc CompileHs Stage1: compiler/utils/ListT.hs => _build/stage1/compiler/build/ListT.p_o| Run Ghc CompileHs Stage1: compiler/main/Hooks.hs-boot => _build/stage1/compiler/build/Hooks.p_o-boot| Run Ghc CompileHs Stage1: compiler/utils/Platform.hs => _build/stage1/compiler/build/Platform.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Block.hs => _build/stage1/compiler/build/Hoopl/Block.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Cond.hs => _build/stage1/compiler/build/SPARC/Cond.p_o| Run Ghc CompileHs Stage1: compiler/utils/Outputable.hs-boot => _build/stage1/compiler/build/Outputable.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnTypes.hs-boot => _build/stage1/compiler/build/TcRnTypes.p_o-boot| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Read.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Read.o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/IO.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/IO.o| Run Ghc CompileHs Stage1: compiler/main/CliOption.hs => _build/stage1/compiler/build/CliOption.p_o| Run Ghc CompileHs Stage1: compiler/main/CliOption.hs => _build/stage1/compiler/build/CliOption.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/PrimOp.hs-boot => _build/stage1/compiler/build/PrimOp.p_o-boot| Run Ghc CompileHs Stage1: compiler/utils/FastFunctions.hs => _build/stage1/compiler/build/FastFunctions.dyn_o| Run Ghc CompileHs Stage1: compiler/main/FileSettings.hs => _build/stage1/compiler/build/FileSettings.p_o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Fingerprint.hs => _build/stage1/compiler/build/Fingerprint.p_o| Run Ghc CompileHs Stage1: compiler/main/DynFlags.hs-boot => _build/stage1/compiler/build/DynFlags.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/utils/FiniteMap.hs => _build/stage1/compiler/build/FiniteMap.p_o| Run Ghc CompileHs Stage1: compiler/main/ToolSettings.hs => _build/stage1/compiler/build/ToolSettings.p_o| Run Ghc CompileHs Stage1: compiler/utils/Outputable.hs-boot => _build/stage1/compiler/build/Outputable.p_o-boot| Run Ghc CompileHs Stage1: compiler/utils/Stream.hs => _build/stage1/compiler/build/Stream.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/OccName.hs-boot => _build/stage1/compiler/build/OccName.p_o-boot| Run Ghc CompileHs Stage1: compiler/main/Plugins.hs-boot => _build/stage1/compiler/build/Plugins.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/main/Hooks.hs-boot => _build/stage1/compiler/build/Hooks.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/utils/Encoding.hs => _build/stage1/compiler/build/Encoding.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnTypes.hs-boot => _build/stage1/compiler/build/TcRnTypes.o-boot| Run Ghc CompileHs Stage1: compiler/types/TyCon.hs-boot => _build/stage1/compiler/build/TyCon.p_o-boot| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder.o| Run Ghc CompileHs Stage1: compiler/utils/ListT.hs => _build/stage1/compiler/build/ListT.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Config.hs => _build/stage1/compiler/build/Config.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/MonadUtils.hs => _build/stage1/compiler/build/MonadUtils.p_o| Run Ghc CompileHs Stage1: compiler/utils/GhcPrelude.hs => _build/stage1/compiler/build/GhcPrelude.o| Run Ghc CompileHs Stage1: compiler/utils/PlainPanic.hs => _build/stage1/compiler/build/PlainPanic.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Constants.hs => _build/stage1/compiler/build/Constants.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Platform.hs => _build/stage1/compiler/build/Platform.p_o| Run Ghc CompileHs Stage1: compiler/utils/FastMutInt.hs => _build/stage1/compiler/build/FastMutInt.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Cond.hs => _build/stage1/compiler/build/X86/Cond.p_o| Run Ghc CompileHs Stage1: compiler/main/DynFlags.hs-boot => _build/stage1/compiler/build/DynFlags.p_o-boot| Run Ghc CompileHs Stage1: compiler/main/SysTools/Terminal.hs => _build/stage1/compiler/build/SysTools/Terminal.p_o| Run Ghc CompileHs Stage1: compiler/main/PlatformConstants.hs => _build/stage1/compiler/build/PlatformConstants.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/FastMutInt.hs => _build/stage1/compiler/build/FastMutInt.o| Run Ghc CompileHs Stage1: compiler/types/TyCon.hs-boot => _build/stage1/compiler/build/TyCon.o-boot| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Block.hs => _build/stage1/compiler/build/Hoopl/Block.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Cond.hs => _build/stage1/compiler/build/SPARC/Cond.o| Run Ghc CompileHs Stage1: compiler/utils/Platform.hs => _build/stage1/compiler/build/Platform.o| Run Ghc CompileHs Stage1: compiler/main/Plugins.hs-boot => _build/stage1/compiler/build/Plugins.o-boot| Run Ghc CompileHs Stage1: compiler/main/Ar.hs => _build/stage1/compiler/build/Ar.o| Run Ghc CompileHs Stage1: compiler/main/SysTools/Terminal.hs => _build/stage1/compiler/build/SysTools/Terminal.o| Run Ghc CompileHs Stage1: compiler/main/DynFlags.hs-boot => _build/stage1/compiler/build/DynFlags.o-boot| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Fingerprint.hs => _build/stage1/compiler/build/Fingerprint.o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Collections.hs => _build/stage1/compiler/build/Hoopl/Collections.o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Config.hs => _build/stage1/compiler/build/Config.o| Run Ghc CompileHs Stage1: compiler/utils/FiniteMap.hs => _build/stage1/compiler/build/FiniteMap.o| Run Ghc CompileHs Stage1: compiler/utils/FastFunctions.hs => _build/stage1/compiler/build/FastFunctions.o| Run Ghc CompileHs Stage1: compiler/basicTypes/Name.hs-boot => _build/stage1/compiler/build/Name.o-boot| Run Ghc CompileHs Stage1: compiler/main/Hooks.hs-boot => _build/stage1/compiler/build/Hooks.o-boot| Run Ghc CompileHs Stage1: compiler/utils/Outputable.hs-boot => _build/stage1/compiler/build/Outputable.o-boot| Run Ghc CompileHs Stage1: compiler/main/PlatformConstants.hs => _build/stage1/compiler/build/PlatformConstants.o| Run Ghc CompileHs Stage1: compiler/utils/State.hs => _build/stage1/compiler/build/State.o| Run Ghc CompileHs Stage1: compiler/utils/ListT.hs => _build/stage1/compiler/build/ListT.o| Run Ghc CompileHs Stage1: compiler/basicTypes/OccName.hs-boot => _build/stage1/compiler/build/OccName.dyn_o-boot| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Builder.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Builder.o| Run Ghc CompileHs Stage1: compiler/basicTypes/Var.hs-boot => _build/stage1/compiler/build/Var.p_o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/OccName.hs-boot => _build/stage1/compiler/build/OccName.o-boot| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Fingerprint.hs => _build/stage1/compiler/build/Fingerprint.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Ar.hs => _build/stage1/compiler/build/Ar.p_o| Run Ghc CompileHs Stage1: compiler/utils/Stream.hs => _build/stage1/compiler/build/Stream.o| Run Ghc CompileHs Stage1: compiler/main/ToolSettings.hs => _build/stage1/compiler/build/ToolSettings.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Ar.hs => _build/stage1/compiler/build/Ar.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Cond.hs => _build/stage1/compiler/build/SPARC/Cond.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Encoding.hs => _build/stage1/compiler/build/Encoding.o| Run Ghc CompileHs Stage1: compiler/basicTypes/Var.hs-boot => _build/stage1/compiler/build/Var.o-boot| Run Ghc CompileHs Stage1: compiler/utils/Exception.hs => _build/stage1/compiler/build/Exception.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Var.hs-boot => _build/stage1/compiler/build/Var.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/main/GhcNameVersion.hs => _build/stage1/compiler/build/GhcNameVersion.o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Collections.hs => _build/stage1/compiler/build/Hoopl/Collections.dyn_o| Run Ghc CompileHs Stage1: compiler/main/FileSettings.hs => _build/stage1/compiler/build/FileSettings.o| Run Ghc CompileHs Stage1: compiler/utils/FastMutInt.hs => _build/stage1/compiler/build/FastMutInt.p_o| Run Ghc CompileHs Stage1: compiler/utils/Util.hs => _build/stage1/compiler/build/Util.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Panic.hs => _build/stage1/compiler/build/Panic.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/EnumSet.hs => _build/stage1/compiler/build/EnumSet.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Name.hs-boot => _build/stage1/compiler/build/Name.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/utils/Stream.hs => _build/stage1/compiler/build/Stream.dyn_o| Run Ghc CompileHs Stage1: compiler/parser/Ctype.hs => _build/stage1/compiler/build/Ctype.dyn_o| Run Ghc CompileHs Stage1: compiler/main/SysTools/BaseDir.hs => _build/stage1/compiler/build/SysTools/BaseDir.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Maybes.hs => _build/stage1/compiler/build/Maybes.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Cond.hs => _build/stage1/compiler/build/PPC/Cond.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Constants.hs => _build/stage1/compiler/build/Constants.o| Run Ghc CompileHs Stage1: compiler/utils/FastString.hs => _build/stage1/compiler/build/FastString.dyn_o| Run Ghc CompileHs Stage1: compiler/types/TyCon.hs-boot => _build/stage1/compiler/build/TyCon.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/Name.hs-boot => _build/stage1/compiler/build/Name.p_o-boot| Run Ghc CompileHs Stage1: compiler/utils/Exception.hs => _build/stage1/compiler/build/Exception.o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Cond.hs => _build/stage1/compiler/build/X86/Cond.o| Run Ghc CompileHs Stage1: compiler/utils/PlainPanic.hs => _build/stage1/compiler/build/PlainPanic.o| Run Ghc CompileHs Stage1: compiler/utils/MonadUtils.hs => _build/stage1/compiler/build/MonadUtils.o| Run Ghc CompileHs Stage1: compiler/basicTypes/Module.hs-boot => _build/stage1/compiler/build/Module.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/Lexeme.hs => _build/stage1/compiler/build/Lexeme.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Packages.hs-boot => _build/stage1/compiler/build/Packages.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/utils/BufWrite.hs => _build/stage1/compiler/build/BufWrite.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Util.hs => _build/stage1/compiler/build/Util.o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Config.hs => _build/stage1/compiler/build/Config.p_o| Run Ghc CompileHs Stage1: compiler/utils/Pretty.hs => _build/stage1/compiler/build/Pretty.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Constants.hs => _build/stage1/compiler/build/Constants.p_o| Run Ghc CompileHs Stage1: compiler/utils/PlainPanic.hs => _build/stage1/compiler/build/PlainPanic.p_o| Run Ghc CompileHs Stage1: compiler/prelude/PrimOp.hs-boot => _build/stage1/compiler/build/PrimOp.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/utils/PprColour.hs => _build/stage1/compiler/build/PprColour.o| Run Ghc CompileHs Stage1: compiler/utils/FastString.hs => _build/stage1/compiler/build/FastString.o| Run Ghc CompileHs Stage1: compiler/utils/Panic.hs => _build/stage1/compiler/build/Panic.p_o| Run Ghc CompileHs Stage1: compiler/utils/Util.hs => _build/stage1/compiler/build/Util.p_o| Run Ghc CompileHs Stage1: compiler/parser/Ctype.hs => _build/stage1/compiler/build/Ctype.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Cond.hs => _build/stage1/compiler/build/PPC/Cond.p_o| Run Ghc CompileHs Stage1: compiler/utils/PprColour.hs => _build/stage1/compiler/build/PprColour.p_o| Run Ghc CompileHs Stage1: compiler/main/SysTools/BaseDir.hs => _build/stage1/compiler/build/SysTools/BaseDir.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Lexeme.hs => _build/stage1/compiler/build/Lexeme.o| Run Ghc CompileHs Stage1: compiler/utils/StringBuffer.hs => _build/stage1/compiler/build/StringBuffer.o| Run Ghc CompileHs Stage1: compiler/basicTypes/Module.hs-boot => _build/stage1/compiler/build/Module.o-boot| Run Ghc CompileHs Stage1: compiler/utils/BufWrite.hs => _build/stage1/compiler/build/BufWrite.o| Run Ghc CompileHs Stage1: compiler/main/Packages.hs-boot => _build/stage1/compiler/build/Packages.o-boot| Run Ghc CompileHs Stage1: compiler/utils/Maybes.hs => _build/stage1/compiler/build/Maybes.p_o| Run Ghc CompileHs Stage1: compiler/utils/Maybes.hs => _build/stage1/compiler/build/Maybes.o| Run Ghc CompileHs Stage1: compiler/utils/EnumSet.hs => _build/stage1/compiler/build/EnumSet.o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Cond.hs => _build/stage1/compiler/build/X86/Cond.dyn_o| Run Ghc CompileHs Stage1: compiler/main/FileSettings.hs => _build/stage1/compiler/build/FileSettings.dyn_o| Run Ghc CompileHs Stage1: libraries/libiserv/src/Lib.hs => _build/stage1/libraries/libiserv/build/Lib.dyn_o| Run Ghc CompileHs Stage1: libraries/libiserv/src/Lib.hs => _build/stage1/libraries/libiserv/build/Lib.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/libiserv/build/GHCi/Utils.hs => _build/stage1/libraries/libiserv/build/GHCi/Utils.p_o| Run Ghc CompileHs Stage1: libraries/libiserv/src/Lib.hs => _build/stage1/libraries/libiserv/build/Lib.o| Run Ghc CompileHs Stage1: compiler/main/Settings.hs => _build/stage1/compiler/build/Settings.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/FiniteMap.hs => _build/stage1/compiler/build/FiniteMap.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/State.hs => _build/stage1/compiler/build/State.p_o| Run Ghc CompileHs Stage1: compiler/main/Plugins.hs-boot => _build/stage1/compiler/build/Plugins.p_o-boot| Run Ghc CompileHs Stage1: compiler/main/CliOption.hs => _build/stage1/compiler/build/CliOption.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnTypes.hs-boot => _build/stage1/compiler/build/TcRnTypes.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/utils/PprColour.hs => _build/stage1/compiler/build/PprColour.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/StringBuffer.hs => _build/stage1/compiler/build/StringBuffer.dyn_o| Run Ghc CompileHs Stage1: compiler/main/ToolSettings.hs => _build/stage1/compiler/build/ToolSettings.o| Run Ghc CompileHs Stage1: compiler/utils/Outputable.hs => _build/stage1/compiler/build/Outputable.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Settings.hs => _build/stage1/compiler/build/Settings.o| Run Ghc CompileHs Stage1: compiler/utils/Panic.hs => _build/stage1/compiler/build/Panic.o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Collections.hs => _build/stage1/compiler/build/Hoopl/Collections.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/IdInfo.hs-boot => _build/stage1/compiler/build/IdInfo.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/utils/AsmUtils.hs => _build/stage1/compiler/build/AsmUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Pair.hs => _build/stage1/compiler/build/Pair.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Cond.hs => _build/stage1/compiler/build/PPC/Cond.o| Run Ghc CompileHs Stage1: compiler/parser/Ctype.hs => _build/stage1/compiler/build/Ctype.o| Run Ghc CompileHs Stage1: compiler/utils/OrdList.hs => _build/stage1/compiler/build/OrdList.dyn_o| Run Ghc CompileHs Stage1: compiler/main/SysTools/BaseDir.hs => _build/stage1/compiler/build/SysTools/BaseDir.o| Run Ghc CompileHs Stage1: compiler/utils/ListSetOps.hs => _build/stage1/compiler/build/ListSetOps.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcType.hs-boot => _build/stage1/compiler/build/TcType.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/utils/Json.hs => _build/stage1/compiler/build/Json.dyn_o| Run Ghc CompileHs Stage1: compiler/types/TyCoRep.hs-boot => _build/stage1/compiler/build/TyCoRep.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/prelude/TysWiredIn.hs-boot => _build/stage1/compiler/build/TysWiredIn.dyn_o-boot| Run Ghc CompileHs Stage1: _build/stage1/libraries/libiserv/build/GHCi/Utils.hs => _build/stage1/libraries/libiserv/build/GHCi/Utils.o| Run Ghc CompileHs Stage1: compiler/basicTypes/SrcLoc.hs => _build/stage1/compiler/build/SrcLoc.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/MonadUtils.hs => _build/stage1/compiler/build/MonadUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/FastFunctions.hs => _build/stage1/compiler/build/FastFunctions.p_o| Run Ghc CompileHs Stage1: compiler/utils/Bag.hs => _build/stage1/compiler/build/Bag.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/BasicTypes.hs => _build/stage1/compiler/build/BasicTypes.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/FastString.hs => _build/stage1/compiler/build/FastString.p_o| Run Ghc CompileHs Stage1: compiler/main/CmdLineParser.hs => _build/stage1/compiler/build/CmdLineParser.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Unique.hs => _build/stage1/compiler/build/Unique.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Module.hs-boot => _build/stage1/compiler/build/Module.p_o-boot| Run Ghc CompileHs Stage1: compiler/utils/StringBuffer.hs => _build/stage1/compiler/build/StringBuffer.p_o| Run Ghc CompileHs Stage1: compiler/main/Packages.hs-boot => _build/stage1/compiler/build/Packages.p_o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/UniqSupply.hs => _build/stage1/compiler/build/UniqSupply.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Lexeme.hs => _build/stage1/compiler/build/Lexeme.p_o| Run Ghc CompileHs Stage1: compiler/utils/BufWrite.hs => _build/stage1/compiler/build/BufWrite.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegClass.hs => _build/stage1/compiler/build/RegClass.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/UniqFM.hs => _build/stage1/compiler/build/UniqFM.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/Reg.hs => _build/stage1/compiler/build/Reg.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Pretty.hs => _build/stage1/compiler/build/Pretty.p_o| Run Ghc CompileHs Stage1: compiler/utils/UniqSet.hs => _build/stage1/compiler/build/UniqSet.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Binary.hs => _build/stage1/compiler/build/Binary.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Digraph.hs => _build/stage1/compiler/build/Digraph.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/GraphBase.hs => _build/stage1/compiler/build/GraphBase.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/GraphPpr.hs => _build/stage1/compiler/build/GraphPpr.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs => _build/stage1/compiler/build/RegAlloc/Graph/TrivColorable.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/GraphOps.hs => _build/stage1/compiler/build/GraphOps.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/BooleanFormula.hs => _build/stage1/compiler/build/BooleanFormula.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/UniqDFM.hs => _build/stage1/compiler/build/UniqDFM.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/GraphColor.hs => _build/stage1/compiler/build/GraphColor.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Outputable.hs => _build/stage1/compiler/build/Outputable.p_o| Run Ghc CompileHs Stage1: compiler/main/DriverPhases.hs => _build/stage1/compiler/build/DriverPhases.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/UniqDSet.hs => _build/stage1/compiler/build/UniqDSet.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Json.hs => _build/stage1/compiler/build/Json.p_o| Run Ghc CompileHs Stage1: compiler/utils/AsmUtils.hs => _build/stage1/compiler/build/AsmUtils.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Module.hs => _build/stage1/compiler/build/Module.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Pair.hs => _build/stage1/compiler/build/Pair.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/SrcLoc.hs => _build/stage1/compiler/build/SrcLoc.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/IdInfo.hs-boot => _build/stage1/compiler/build/IdInfo.p_o-boot| Run Ghc CompileHs Stage1: compiler/main/PackageConfig.hs => _build/stage1/compiler/build/PackageConfig.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/PrelNames.hs-boot => _build/stage1/compiler/build/PrelNames.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/prelude/ForeignCall.hs => _build/stage1/compiler/build/ForeignCall.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/OrdList.hs => _build/stage1/compiler/build/OrdList.p_o| Run Ghc CompileHs Stage1: compiler/utils/Bag.hs => _build/stage1/compiler/build/Bag.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcType.hs-boot => _build/stage1/compiler/build/TcType.p_o-boot| Run Ghc CompileHs Stage1: compiler/utils/ListSetOps.hs => _build/stage1/compiler/build/ListSetOps.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/BasicTypes.hs => _build/stage1/compiler/build/BasicTypes.p_o| Run Ghc CompileHs Stage1: compiler/main/CmdLineParser.hs => _build/stage1/compiler/build/CmdLineParser.p_o| Run Ghc CompileHs Stage1: compiler/types/TyCoRep.hs-boot => _build/stage1/compiler/build/TyCoRep.p_o-boot| Run Ghc CompileHs Stage1: compiler/utils/FastStringEnv.hs => _build/stage1/compiler/build/FastStringEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Unique.hs => _build/stage1/compiler/build/Unique.p_o| Run Ghc CompileHs Stage1: compiler/prelude/TysWiredIn.hs-boot => _build/stage1/compiler/build/TysWiredIn.p_o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/UniqSupply.hs => _build/stage1/compiler/build/UniqSupply.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegClass.hs => _build/stage1/compiler/build/RegClass.p_o| Run Ghc CompileHs Stage1: compiler/main/ErrUtils.hs-boot => _build/stage1/compiler/build/ErrUtils.p_o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/Reg.hs => _build/stage1/compiler/build/Reg.p_o| Run Ghc CompileHs Stage1: compiler/profiling/CostCentreState.hs => _build/stage1/compiler/build/CostCentreState.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/UniqMap.hs => _build/stage1/compiler/build/UniqMap.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/UniqFM.hs => _build/stage1/compiler/build/UniqFM.p_o| Run Ghc CompileHs Stage1: compiler/main/ErrUtils.hs-boot => _build/stage1/compiler/build/ErrUtils.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/ArchBase.hs => _build/stage1/compiler/build/RegAlloc/Graph/ArchBase.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Internal/Builder/Functions.hs => _build/stage1/libraries/text/build/Data/Text/Internal/Builder/Functions.o| Run Ghc CompileHs Stage1: compiler/utils/Binary.hs => _build/stage1/compiler/build/Binary.p_o| Run Ghc CompileHs Stage1: compiler/utils/Digraph.hs => _build/stage1/compiler/build/Digraph.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/ArchX86.hs => _build/stage1/compiler/build/RegAlloc/Graph/ArchX86.dyn_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Builder/Int.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Builder/Int.o| Run Ghc CompileHs Stage1: compiler/utils/UniqMap.hs => _build/stage1/compiler/build/UniqMap.p_o| Run Ghc CompileHs Stage1: compiler/main/DriverPhases.hs => _build/stage1/compiler/build/DriverPhases.p_o| Run Ghc CompileHs Stage1: compiler/utils/UniqSet.hs => _build/stage1/compiler/build/UniqSet.p_o| Run Ghc CompileHs Stage1: libraries/text/Data/Text/Lazy/Builder/RealFloat.hs => _build/stage1/libraries/text/build/Data/Text/Lazy/Builder/RealFloat.o| Run Ghc CompileHs Stage1: compiler/utils/GraphBase.hs => _build/stage1/compiler/build/GraphBase.p_o| Run Ghc CompileHs Stage1: compiler/utils/UniqDFM.hs => _build/stage1/compiler/build/UniqDFM.p_o| Run Ghc CompileHs Stage1: compiler/utils/GraphOps.hs => _build/stage1/compiler/build/GraphOps.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs => _build/stage1/compiler/build/RegAlloc/Graph/TrivColorable.p_o| Run Ghc CompileHs Stage1: compiler/utils/BooleanFormula.hs => _build/stage1/compiler/build/BooleanFormula.p_o| Run Ghc CompileHs Stage1: compiler/utils/FastStringEnv.hs => _build/stage1/compiler/build/FastStringEnv.p_o| Run Ghc CompileHs Stage1: compiler/utils/UniqDSet.hs => _build/stage1/compiler/build/UniqDSet.p_o| Run Ghc CompileHs Stage1: compiler/utils/GraphPpr.hs => _build/stage1/compiler/build/GraphPpr.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/ArchBase.hs => _build/stage1/compiler/build/RegAlloc/Graph/ArchBase.p_o| Run Ghc CompileHs Stage1: compiler/utils/GraphColor.hs => _build/stage1/compiler/build/GraphColor.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Module.hs => _build/stage1/compiler/build/Module.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/libiserv/build/GHCi/Utils.hs => _build/stage1/libraries/libiserv/build/GHCi/Utils.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/ArchX86.hs => _build/stage1/compiler/build/RegAlloc/Graph/ArchX86.p_o| Run Ghc CompileHs Stage1: compiler/utils/State.hs => _build/stage1/compiler/build/State.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/libiserv/build/Lib.dyn_o (and 1 more) => _build/stage1/libraries/libiserv/build/libHSlibiserv-8.9.0.20190604-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: compiler/utils/Pretty.hs => _build/stage1/compiler/build/Pretty.o| Run Ghc CompileHs Stage1: compiler/prelude/PrelNames.hs-boot => _build/stage1/compiler/build/PrelNames.p_o-boot| Run Ghc CompileHs Stage1: compiler/prelude/ForeignCall.hs => _build/stage1/compiler/build/ForeignCall.p_o| Run Ghc CompileHs Stage1: compiler/main/PackageConfig.hs => _build/stage1/compiler/build/PackageConfig.p_o| Run Ghc CompileHs Stage1: compiler/utils/Outputable.hs => _build/stage1/compiler/build/Outputable.o| Run Ghc CompileHs Stage1: compiler/main/Settings.hs => _build/stage1/compiler/build/Settings.p_o| Run Ghc CompileHs Stage1: utils/iserv/src/Main.hs => _build/stage1/utils/iserv/build/Main.o| Run Ghc CompileHs Stage1: compiler/main/DynFlags.hs => _build/stage1/compiler/build/DynFlags.p_o| Run Ghc CompileHs Stage1: compiler/types/TyCoRep.hs-boot => _build/stage1/compiler/build/TyCoRep.o-boot| Run Ghc CompileHs Stage1: compiler/utils/Json.hs => _build/stage1/compiler/build/Json.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcType.hs-boot => _build/stage1/compiler/build/TcType.o-boot| Run Ghc LinkHs Stage1: _build/stage1/utils/iserv/build/c/cbits/iservmain.o (and 1 more) => _build/stage1/lib/bin/ghc-iserv| Run Ghc CompileHs Stage1: compiler/utils/Pair.hs => _build/stage1/compiler/build/Pair.o| Run Ghc CompileHs Stage1: compiler/utils/ListSetOps.hs => _build/stage1/compiler/build/ListSetOps.o| Run Ghc CompileHs Stage1: compiler/cmm/SMRep.hs => _build/stage1/compiler/build/SMRep.p_o| Run Ghc CompileHs Stage1: compiler/utils/IOEnv.hs => _build/stage1/compiler/build/IOEnv.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmType.hs => _build/stage1/compiler/build/CmmType.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/CoreMonad.hs-boot => _build/stage1/compiler/build/CoreMonad.p_o-boot| Run Ghc CompileHs Stage1: compiler/cmm/Bitmap.hs => _build/stage1/compiler/build/Bitmap.p_o| Run Ghc CompileHs Stage1: compiler/main/ErrUtils.hs => _build/stage1/compiler/build/ErrUtils.p_o/-------------------------------------------------------------------------------\| Successfully built program 'iserv' (Stage1). || Executable: _build/stage1/lib/bin/ghc-iserv || Program synopsis: iserv allows GHC to delegate Template Haskell computations. |\-------------------------------------------------------------------------------/| Run Ghc CompileHs Stage1: compiler/utils/Bag.hs => _build/stage1/compiler/build/Bag.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Base.hs => _build/stage1/compiler/build/SPARC/Base.p_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmMangler.hs => _build/stage1/compiler/build/LlvmMangler.p_o| Run Ghc CompileHs Stage1: compiler/main/FileCleanup.hs => _build/stage1/compiler/build/FileCleanup.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmMachOp.hs => _build/stage1/compiler/build/CmmMachOp.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/IdInfo.hs-boot => _build/stage1/compiler/build/IdInfo.o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/CPrim.hs => _build/stage1/compiler/build/CPrim.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/SrcLoc.hs => _build/stage1/compiler/build/SrcLoc.o| Run Ghc CompileHs Stage1: compiler/main/SysTools/Process.hs => _build/stage1/compiler/build/SysTools/Process.p_o| Run Ghc CompileHs Stage1: compiler/utils/AsmUtils.hs => _build/stage1/compiler/build/AsmUtils.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/StackMap.hs => _build/stage1/compiler/build/RegAlloc/Linear/StackMap.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/BasicTypes.hs => _build/stage1/compiler/build/BasicTypes.o| Run Ghc CompileHs Stage1: compiler/main/CmdLineParser.hs => _build/stage1/compiler/build/CmdLineParser.o| Run Ghc CompileHs Stage1: compiler/main/ErrUtils.hs-boot => _build/stage1/compiler/build/ErrUtils.o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/Unique.hs => _build/stage1/compiler/build/Unique.o| Run Ghc CompileHs Stage1: compiler/main/SysTools/Info.hs => _build/stage1/compiler/build/SysTools/Info.p_o| Run Ghc CompileHs Stage1: compiler/main/Elf.hs => _build/stage1/compiler/build/Elf.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegClass.hs => _build/stage1/compiler/build/RegClass.o| Run Ghc CompileHs Stage1: compiler/basicTypes/UniqSupply.hs => _build/stage1/compiler/build/UniqSupply.o| Run Ghc CompileHs Stage1: compiler/nativeGen/Reg.hs => _build/stage1/compiler/build/Reg.o| Run Ghc CompileHs Stage1: compiler/utils/UniqFM.hs => _build/stage1/compiler/build/UniqFM.o| Run Ghc CompileHs Stage1: compiler/prelude/TysWiredIn.hs-boot => _build/stage1/compiler/build/TysWiredIn.o-boot| Run Ghc CompileHs Stage1: compiler/utils/OrdList.hs => _build/stage1/compiler/build/OrdList.o| Run Ghc CompileHs Stage1: compiler/prelude/PrimOp.hs-boot => _build/stage1/compiler/build/PrimOp.o-boot| Run Ghc CompileHs Stage1: compiler/main/SysTools/Terminal.hs => _build/stage1/compiler/build/SysTools/Terminal.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Digraph.hs => _build/stage1/compiler/build/Digraph.o| Run Ghc CompileHs Stage1: compiler/utils/UniqMap.hs => _build/stage1/compiler/build/UniqMap.o| Run Ghc CompileHs Stage1: compiler/utils/UniqSet.hs => _build/stage1/compiler/build/UniqSet.o| Run Ghc CompileHs Stage1: compiler/main/DynFlags.hs => _build/stage1/compiler/build/DynFlags.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/Binary.hs => _build/stage1/compiler/build/Binary.o| Run Ghc CompileHs Stage1: compiler/utils/GraphBase.hs => _build/stage1/compiler/build/GraphBase.o| Run Ghc CompileHs Stage1: compiler/utils/GraphPpr.hs => _build/stage1/compiler/build/GraphPpr.o| Run Ghc CompileHs Stage1: compiler/utils/GraphOps.hs => _build/stage1/compiler/build/GraphOps.o| Run Ghc CompileHs Stage1: compiler/main/DriverPhases.hs => _build/stage1/compiler/build/DriverPhases.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/ArchBase.hs => _build/stage1/compiler/build/RegAlloc/Graph/ArchBase.o| Run Ghc CompileHs Stage1: compiler/cmm/SMRep.hs => _build/stage1/compiler/build/SMRep.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/OccName.hs => _build/stage1/compiler/build/OccName.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmType.hs => _build/stage1/compiler/build/CmmType.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/Bitmap.hs => _build/stage1/compiler/build/Bitmap.dyn_o| Run Ghc CompileHs Stage1: compiler/main/ErrUtils.hs => _build/stage1/compiler/build/ErrUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmMachOp.hs => _build/stage1/compiler/build/CmmMachOp.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs => _build/stage1/compiler/build/RegAlloc/Graph/TrivColorable.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/StackMap.hs => _build/stage1/compiler/build/RegAlloc/Linear/StackMap.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/CPrim.hs => _build/stage1/compiler/build/CPrim.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Elf.hs => _build/stage1/compiler/build/Elf.dyn_o| Run Ghc CompileHs Stage1: compiler/main/FileCleanup.hs => _build/stage1/compiler/build/FileCleanup.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmMangler.hs => _build/stage1/compiler/build/LlvmMangler.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/IOEnv.hs => _build/stage1/compiler/build/IOEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/main/SysTools/Process.hs => _build/stage1/compiler/build/SysTools/Process.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/ArchX86.hs => _build/stage1/compiler/build/RegAlloc/Graph/ArchX86.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Base.hs => _build/stage1/compiler/build/SPARC/Base.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Name.hs => _build/stage1/compiler/build/Name.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/CoreMonad.hs-boot => _build/stage1/compiler/build/CoreMonad.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/main/SysTools/Info.hs => _build/stage1/compiler/build/SysTools/Info.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/UniqDFM.hs => _build/stage1/compiler/build/UniqDFM.o| Run Ghc CompileHs Stage1: compiler/utils/GraphColor.hs => _build/stage1/compiler/build/GraphColor.o| Run Ghc CompileHs Stage1: compiler/basicTypes/NameEnv.hs => _build/stage1/compiler/build/NameEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/UniqDSet.hs => _build/stage1/compiler/build/UniqDSet.o| Run Ghc CompileHs Stage1: compiler/basicTypes/FieldLabel.hs => _build/stage1/compiler/build/FieldLabel.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/FastStringEnv.hs => _build/stage1/compiler/build/FastStringEnv.o| Run Ghc CompileHs Stage1: compiler/basicTypes/Module.hs => _build/stage1/compiler/build/Module.o| Run Ghc CompileHs Stage1: compiler/profiling/CostCentreState.hs => _build/stage1/compiler/build/CostCentreState.o| Run Ghc CompileHs Stage1: compiler/basicTypes/NameSet.hs => _build/stage1/compiler/build/NameSet.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/PrelNames.hs-boot => _build/stage1/compiler/build/PrelNames.o-boot| Run Ghc CompileHs Stage1: compiler/main/Packages.hs => _build/stage1/compiler/build/Packages.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Avail.hs => _build/stage1/compiler/build/Avail.dyn_o| Run Ghc CompileHs Stage1: compiler/main/PackageConfig.hs => _build/stage1/compiler/build/PackageConfig.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsDoc.hs => _build/stage1/compiler/build/HsDoc.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/RdrName.hs => _build/stage1/compiler/build/RdrName.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Annotations.hs => _build/stage1/compiler/build/Annotations.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/ForeignCall.hs => _build/stage1/compiler/build/ForeignCall.o| Run Ghc CompileHs Stage1: compiler/parser/ApiAnnotation.hs => _build/stage1/compiler/build/ApiAnnotation.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/PrelNames.hs => _build/stage1/compiler/build/PrelNames.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/KnownUniques.hs-boot => _build/stage1/compiler/build/KnownUniques.dyn_o-boot| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Lexer.hs => _build/stage1/compiler/build/Lexer.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/THNames.hs => _build/stage1/compiler/build/THNames.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/BinFingerprint.hs => _build/stage1/compiler/build/BinFingerprint.dyn_o| Run Ghc CompileHs Stage1: compiler/main/DynFlags.hs => _build/stage1/compiler/build/DynFlags.o| Run Ghc CompileHs Stage1: compiler/utils/BooleanFormula.hs => _build/stage1/compiler/build/BooleanFormula.o| Run Ghc CompileHs Stage1: compiler/basicTypes/OccName.hs => _build/stage1/compiler/build/OccName.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmMonad.hs => _build/stage1/compiler/build/CmmMonad.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/SMRep.hs => _build/stage1/compiler/build/SMRep.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmType.hs => _build/stage1/compiler/build/CmmType.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/StackMap.hs => _build/stage1/compiler/build/RegAlloc/Linear/StackMap.o| Run Ghc CompileHs Stage1: compiler/basicTypes/OccName.hs => _build/stage1/compiler/build/OccName.o| Run Ghc CompileHs Stage1: compiler/basicTypes/Name.hs => _build/stage1/compiler/build/Name.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Base.hs => _build/stage1/compiler/build/SPARC/Base.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmMachOp.hs => _build/stage1/compiler/build/CmmMachOp.o| Run Ghc CompileHs Stage1: compiler/main/ErrUtils.hs => _build/stage1/compiler/build/ErrUtils.o| Run Ghc CompileHs Stage1: compiler/main/Annotations.hs => _build/stage1/compiler/build/Annotations.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/NameSet.hs => _build/stage1/compiler/build/NameSet.p_o| Run Ghc CompileHs Stage1: compiler/iface/BinFingerprint.hs => _build/stage1/compiler/build/BinFingerprint.p_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsDoc.hs => _build/stage1/compiler/build/HsDoc.p_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmMangler.hs => _build/stage1/compiler/build/LlvmMangler.o| Run Ghc CompileHs Stage1: compiler/basicTypes/NameEnv.hs => _build/stage1/compiler/build/NameEnv.p_o| Run Ghc CompileHs Stage1: compiler/utils/IOEnv.hs => _build/stage1/compiler/build/IOEnv.o| Run Ghc CompileHs Stage1: compiler/main/Packages.hs => _build/stage1/compiler/build/Packages.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/FieldLabel.hs => _build/stage1/compiler/build/FieldLabel.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Avail.hs => _build/stage1/compiler/build/Avail.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/CoreMonad.hs-boot => _build/stage1/compiler/build/CoreMonad.o-boot| Run Ghc CompileHs Stage1: compiler/cmm/Bitmap.hs => _build/stage1/compiler/build/Bitmap.o| Run Ghc CompileHs Stage1: compiler/main/Elf.hs => _build/stage1/compiler/build/Elf.o| Run Ghc CompileHs Stage1: compiler/nativeGen/CPrim.hs => _build/stage1/compiler/build/CPrim.o| Run Ghc CompileHs Stage1: compiler/basicTypes/RdrName.hs => _build/stage1/compiler/build/RdrName.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Name.hs => _build/stage1/compiler/build/Name.o| Run Ghc CompileHs Stage1: compiler/profiling/CostCentreState.hs => _build/stage1/compiler/build/CostCentreState.p_o| Run Ghc CompileHs Stage1: compiler/prelude/PrelNames.hs => _build/stage1/compiler/build/PrelNames.p_o| Run Ghc CompileHs Stage1: compiler/parser/ApiAnnotation.hs => _build/stage1/compiler/build/ApiAnnotation.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Var.hs => _build/stage1/compiler/build/Var.o| Run Ghc CompileHs Stage1: compiler/prelude/KnownUniques.hs-boot => _build/stage1/compiler/build/KnownUniques.o-boot| Run Ghc CompileHs Stage1: compiler/prelude/THNames.hs => _build/stage1/compiler/build/THNames.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/FieldLabel.hs => _build/stage1/compiler/build/FieldLabel.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsDoc.hs => _build/stage1/compiler/build/HsDoc.o| Run Ghc CompileHs Stage1: compiler/iface/IfaceType.hs-boot => _build/stage1/compiler/build/IfaceType.o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/VarSet.hs => _build/stage1/compiler/build/VarSet.o| Run Ghc CompileHs Stage1: compiler/types/CoAxiom.hs => _build/stage1/compiler/build/CoAxiom.o| Run Ghc CompileHs Stage1: compiler/basicTypes/NameEnv.hs => _build/stage1/compiler/build/NameEnv.o| Run Ghc CompileHs Stage1: compiler/basicTypes/VarEnv.hs => _build/stage1/compiler/build/VarEnv.o| Run Ghc CompileHs Stage1: compiler/basicTypes/DataCon.hs-boot => _build/stage1/compiler/build/DataCon.o-boot| Run Ghc CompileHs Stage1: compiler/main/Packages.hs => _build/stage1/compiler/build/Packages.o| Run Ghc CompileHs Stage1: compiler/profiling/CostCentre.hs => _build/stage1/compiler/build/CostCentre.o| Run Ghc CompileHs Stage1: compiler/utils/FV.hs => _build/stage1/compiler/build/FV.o| Run Ghc CompileHs Stage1: compiler/types/Coercion.hs-boot => _build/stage1/compiler/build/Coercion.o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/NameSet.hs => _build/stage1/compiler/build/NameSet.o| Run Ghc CompileHs Stage1: compiler/basicTypes/PatSyn.hs-boot => _build/stage1/compiler/build/PatSyn.o-boot| Run Ghc CompileHs Stage1: compiler/main/Annotations.hs => _build/stage1/compiler/build/Annotations.o| Run Ghc CompileHs Stage1: compiler/basicTypes/ConLike.hs-boot => _build/stage1/compiler/build/ConLike.o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/Avail.hs => _build/stage1/compiler/build/Avail.o| Run Ghc CompileHs Stage1: compiler/iface/BinFingerprint.hs => _build/stage1/compiler/build/BinFingerprint.o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Lexer.hs => _build/stage1/compiler/build/Lexer.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/RdrName.hs => _build/stage1/compiler/build/RdrName.o| Run Ghc CompileHs Stage1: compiler/types/Class.hs => _build/stage1/compiler/build/Class.o| Run Ghc CompileHs Stage1: compiler/basicTypes/MkId.hs-boot => _build/stage1/compiler/build/MkId.o-boot| Run Ghc CompileHs Stage1: compiler/parser/ApiAnnotation.hs => _build/stage1/compiler/build/ApiAnnotation.o| Run Ghc CompileHs Stage1: compiler/prelude/PrelNames.hs => _build/stage1/compiler/build/PrelNames.o| Run Ghc CompileHs Stage1: compiler/hsSyn/PlaceHolder.hs => _build/stage1/compiler/build/PlaceHolder.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsExtension.hs => _build/stage1/compiler/build/HsExtension.o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Lexer.hs => _build/stage1/compiler/build/Lexer.o| Run Ghc CompileHs Stage1: compiler/types/TyCon.hs => _build/stage1/compiler/build/TyCon.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmMonad.hs => _build/stage1/compiler/build/CmmMonad.p_o| Run Ghc CompileHs Stage1: compiler/prelude/THNames.hs => _build/stage1/compiler/build/THNames.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmMonad.hs => _build/stage1/compiler/build/CmmMonad.o| Run Ghc CompileHs Stage1: compiler/iface/IfaceType.hs => _build/stage1/compiler/build/IfaceType.o| Run Ghc CompileHs Stage1: compiler/iface/ToIface.hs-boot => _build/stage1/compiler/build/ToIface.o-boot| Run Ghc CompileHs Stage1: compiler/types/Type.hs-boot => _build/stage1/compiler/build/Type.o-boot| Run Ghc CompileHs Stage1: compiler/hsSyn/HsImpExp.hs => _build/stage1/compiler/build/HsImpExp.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsPat.hs-boot => _build/stage1/compiler/build/HsPat.o-boot| Run Ghc CompileHs Stage1: compiler/types/TyCoRep.hs => _build/stage1/compiler/build/TyCoRep.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsExpr.hs-boot => _build/stage1/compiler/build/HsExpr.o-boot| Run Ghc CompileHs Stage1: compiler/hieFile/HieTypes.hs => _build/stage1/compiler/build/HieTypes.o| Run Ghc CompileHs Stage1: compiler/basicTypes/Var.hs => _build/stage1/compiler/build/Var.p_o| Run Ghc CompileHs Stage1: compiler/main/FileCleanup.hs => _build/stage1/compiler/build/FileCleanup.o| Run Ghc CompileHs Stage1: compiler/types/Kind.hs => _build/stage1/compiler/build/Kind.o| Run Ghc CompileHs Stage1: compiler/prelude/TysPrim.hs => _build/stage1/compiler/build/TysPrim.o| Run Ghc CompileHs Stage1: compiler/basicTypes/VarSet.hs => _build/stage1/compiler/build/VarSet.p_o| Run Ghc CompileHs Stage1: compiler/iface/IfaceType.hs-boot => _build/stage1/compiler/build/IfaceType.p_o-boot| Run Ghc CompileHs Stage1: compiler/types/CoAxiom.hs => _build/stage1/compiler/build/CoAxiom.p_o| Run Ghc CompileHs Stage1: compiler/types/Type.hs => _build/stage1/compiler/build/Type.o| Run Ghc CompileHs Stage1: compiler/basicTypes/VarEnv.hs => _build/stage1/compiler/build/VarEnv.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/DataCon.hs-boot => _build/stage1/compiler/build/DataCon.p_o-boot| Run Ghc CompileHs Stage1: compiler/profiling/CostCentre.hs => _build/stage1/compiler/build/CostCentre.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Literal.hs => _build/stage1/compiler/build/Literal.o| Run Ghc CompileHs Stage1: compiler/types/Coercion.hs-boot => _build/stage1/compiler/build/Coercion.p_o-boot| Run Ghc CompileHs Stage1: compiler/types/Coercion.hs => _build/stage1/compiler/build/Coercion.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsLit.hs => _build/stage1/compiler/build/HsLit.o| Run Ghc CompileHs Stage1: compiler/hsSyn/PlaceHolder.hs => _build/stage1/compiler/build/PlaceHolder.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/PatSyn.hs => _build/stage1/compiler/build/PatSyn.o| Run Ghc CompileHs Stage1: compiler/types/Unify.hs => _build/stage1/compiler/build/Unify.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsExtension.hs => _build/stage1/compiler/build/HsExtension.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/PatSyn.hs-boot => _build/stage1/compiler/build/PatSyn.p_o-boot| Run Ghc CompileHs Stage1: compiler/hsSyn/HsPat.hs-boot => _build/stage1/compiler/build/HsPat.p_o-boot| Run Ghc CompileHs Stage1: compiler/hsSyn/HsImpExp.hs => _build/stage1/compiler/build/HsImpExp.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/DataCon.hs => _build/stage1/compiler/build/DataCon.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsExpr.hs-boot => _build/stage1/compiler/build/HsExpr.p_o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/ConLike.hs-boot => _build/stage1/compiler/build/ConLike.p_o-boot| Run Ghc CompileHs Stage1: compiler/types/Class.hs => _build/stage1/compiler/build/Class.p_o| Run Ghc CompileHs Stage1: compiler/utils/TrieMap.hs => _build/stage1/compiler/build/TrieMap.o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Label.hs => _build/stage1/compiler/build/Hoopl/Label.o| Run Ghc CompileHs Stage1: compiler/simplStg/RepType.hs => _build/stage1/compiler/build/RepType.o| Run Ghc CompileHs Stage1: compiler/types/TyCon.hs => _build/stage1/compiler/build/TyCon.p_o| Run Ghc CompileHs Stage1: compiler/cmm/BlockId.hs-boot => _build/stage1/compiler/build/BlockId.o-boot| Run Ghc CompileHs Stage1: compiler/cmm/CmmSwitch.hs => _build/stage1/compiler/build/CmmSwitch.o| Run Ghc CompileHs Stage1: compiler/basicTypes/ConLike.hs => _build/stage1/compiler/build/ConLike.o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Graph.hs => _build/stage1/compiler/build/Hoopl/Graph.o| Run Ghc CompileHs Stage1: compiler/iface/IfaceType.hs => _build/stage1/compiler/build/IfaceType.p_o| Run Ghc CompileHs Stage1: compiler/types/Type.hs-boot => _build/stage1/compiler/build/Type.p_o-boot| Run Ghc CompileHs Stage1: compiler/iface/ToIface.hs-boot => _build/stage1/compiler/build/ToIface.p_o-boot| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreSyn.hs => _build/stage1/compiler/build/CoreSyn.o| Run Ghc CompileHs Stage1: compiler/utils/FV.hs => _build/stage1/compiler/build/FV.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Demand.hs => _build/stage1/compiler/build/Demand.o| Run Ghc CompileHs Stage1: compiler/hieFile/HieTypes.hs => _build/stage1/compiler/build/HieTypes.p_o| Run Ghc CompileHs Stage1: compiler/types/TyCoRep.hs => _build/stage1/compiler/build/TyCoRep.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/IdInfo.hs => _build/stage1/compiler/build/IdInfo.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreMap.hs => _build/stage1/compiler/build/CoreMap.o| Run Ghc CompileHs Stage1: compiler/basicTypes/Id.hs => _build/stage1/compiler/build/Id.o| Run Ghc CompileHs Stage1: compiler/types/FamInstEnv.hs => _build/stage1/compiler/build/FamInstEnv.o| Run Ghc CompileHs Stage1: compiler/types/Kind.hs => _build/stage1/compiler/build/Kind.p_o| Run Ghc CompileHs Stage1: compiler/prelude/TysPrim.hs => _build/stage1/compiler/build/TysPrim.p_o| Run Ghc CompileHs Stage1: compiler/prelude/KnownUniques.hs-boot => _build/stage1/compiler/build/KnownUniques.p_o-boot| Run Ghc CompileHs Stage1: compiler/main/InteractiveEvalTypes.hs => _build/stage1/compiler/build/InteractiveEvalTypes.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsTypes.hs => _build/stage1/compiler/build/HsTypes.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreSeq.hs => _build/stage1/compiler/build/CoreSeq.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreStats.hs => _build/stage1/compiler/build/CoreStats.o| Run Ghc CompileHs Stage1: compiler/utils/UnVarGraph.hs => _build/stage1/compiler/build/UnVarGraph.o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgSubst.hs => _build/stage1/compiler/build/StgSubst.o| Run Ghc CompileHs Stage1: compiler/coreSyn/PprCore.hs => _build/stage1/compiler/build/PprCore.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreFVs.hs => _build/stage1/compiler/build/CoreFVs.o| Run Ghc CompileHs Stage1: compiler/prelude/TysWiredIn.hs => _build/stage1/compiler/build/TysWiredIn.o| Run Ghc CompileHs Stage1: compiler/types/Type.hs => _build/stage1/compiler/build/Type.p_o| Run Ghc CompileHs Stage1: compiler/iface/IfaceSyn.hs => _build/stage1/compiler/build/IfaceSyn.o| Run Ghc CompileHs Stage1: compiler/prelude/PrimOp.hs => _build/stage1/compiler/build/PrimOp.o| Run Ghc CompileHs Stage1: compiler/basicTypes/NameCache.hs => _build/stage1/compiler/build/NameCache.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcType.hs => _build/stage1/compiler/build/TcType.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreUtils.hs => _build/stage1/compiler/build/CoreUtils.o| Run Ghc CompileHs Stage1: compiler/cmm/CLabel.hs => _build/stage1/compiler/build/CLabel.o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeTypes.hs => _build/stage1/compiler/build/ByteCodeTypes.o| Run Ghc CompileHs Stage1: compiler/cmm/BlockId.hs => _build/stage1/compiler/build/BlockId.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmExpr.hs => _build/stage1/compiler/build/CmmExpr.o| Run Ghc CompileHs Stage1: compiler/simplCore/SAT.hs => _build/stage1/compiler/build/SAT.o| Run Ghc CompileHs Stage1: compiler/ghci/LinkerTypes.hs => _build/stage1/compiler/build/LinkerTypes.o| Run Ghc CompileHs Stage1: compiler/prelude/KnownUniques.hs => _build/stage1/compiler/build/KnownUniques.o| Run Ghc CompileHs Stage1: compiler/simplCore/Exitify.hs => _build/stage1/compiler/build/Exitify.o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/CmmLex.hs => _build/stage1/compiler/build/CmmLex.o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/ARM64.hs => _build/stage1/compiler/build/CodeGen/Platform/ARM64.o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/PPC.hs => _build/stage1/compiler/build/CodeGen/Platform/PPC.o| Run Ghc CompileHs Stage1: compiler/cmm/PprCmmExpr.hs => _build/stage1/compiler/build/PprCmmExpr.o| Run Ghc CompileHs Stage1: compiler/types/Coercion.hs => _build/stage1/compiler/build/Coercion.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/NoRegs.hs => _build/stage1/compiler/build/CodeGen/Platform/NoRegs.o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/X86_64.hs => _build/stage1/compiler/build/CodeGen/Platform/X86_64.o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/X86.hs => _build/stage1/compiler/build/CodeGen/Platform/X86.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreSubst.hs => _build/stage1/compiler/build/CoreSubst.o| Run Ghc CompileHs Stage1: compiler/types/Unify.hs => _build/stage1/compiler/build/Unify.p_o| Run Ghc CompileHs Stage1: compiler/types/InstEnv.hs => _build/stage1/compiler/build/InstEnv.o| Run Ghc CompileHs Stage1: compiler/simplCore/CSE.hs => _build/stage1/compiler/build/CSE.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEvidence.hs => _build/stage1/compiler/build/TcEvidence.o| Run Ghc CompileHs Stage1: compiler/types/OptCoercion.hs => _build/stage1/compiler/build/OptCoercion.o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgSyn.hs => _build/stage1/compiler/build/StgSyn.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsBinds.hs => _build/stage1/compiler/build/HsBinds.o| Run Ghc CompileHs Stage1: compiler/profiling/ProfInit.hs => _build/stage1/compiler/build/ProfInit.o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgLint.hs => _build/stage1/compiler/build/StgLint.o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgFVs.hs => _build/stage1/compiler/build/StgFVs.o| Run Ghc CompileHs Stage1: compiler/simplStg/StgStats.hs => _build/stage1/compiler/build/StgStats.o| Run Ghc CompileHs Stage1: compiler/simplStg/StgCse.hs => _build/stage1/compiler/build/StgCse.o| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams/LiftM.hs => _build/stage1/compiler/build/StgLiftLams/LiftM.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsLit.hs => _build/stage1/compiler/build/HsLit.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Literal.hs => _build/stage1/compiler/build/Literal.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/PatSyn.hs => _build/stage1/compiler/build/PatSyn.p_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsDecls.hs => _build/stage1/compiler/build/HsDecls.o| Run Ghc CompileHs Stage1: compiler/utils/TrieMap.hs => _build/stage1/compiler/build/TrieMap.p_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreArity.hs => _build/stage1/compiler/build/CoreArity.o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/SPARC.hs => _build/stage1/compiler/build/CodeGen/Platform/SPARC.o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Label.hs => _build/stage1/compiler/build/Hoopl/Label.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/ARM.hs => _build/stage1/compiler/build/CodeGen/Platform/ARM.o| Run Ghc CompileHs Stage1: compiler/cmm/BlockId.hs-boot => _build/stage1/compiler/build/BlockId.p_o-boot| Run Ghc CompileHs Stage1: compiler/cmm/CmmSwitch.hs => _build/stage1/compiler/build/CmmSwitch.p_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreTidy.hs => _build/stage1/compiler/build/CoreTidy.o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform.hs => _build/stage1/compiler/build/CodeGen/Platform.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmNode.hs => _build/stage1/compiler/build/CmmNode.o| Run Ghc CompileHs Stage1: compiler/simplCore/OccurAnal.hs => _build/stage1/compiler/build/OccurAnal.o| Run Ghc CompileHs Stage1: compiler/simplCore/CallArity.hs => _build/stage1/compiler/build/CallArity.o| Run Ghc CompileHs Stage1: compiler/cmm/Cmm.hs => _build/stage1/compiler/build/Cmm.o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Graph.hs => _build/stage1/compiler/build/Hoopl/Graph.p_o| Run Ghc CompileHs Stage1: compiler/main/SysTools/Process.hs => _build/stage1/compiler/build/SysTools/Process.o| Run Ghc CompileHs Stage1: compiler/basicTypes/Var.hs => _build/stage1/compiler/build/Var.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmUtils.hs => _build/stage1/compiler/build/CmmUtils.o| Run Ghc CompileHs Stage1: compiler/nativeGen/Format.hs => _build/stage1/compiler/build/Format.o| Run Ghc CompileHs Stage1: compiler/hsSyn/PlaceHolder.hs => _build/stage1/compiler/build/PlaceHolder.dyn_o| Run Ghc CompileHs Stage1: compiler/types/Class.hs => _build/stage1/compiler/build/Class.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/IfaceType.hs-boot => _build/stage1/compiler/build/IfaceType.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Imm.hs => _build/stage1/compiler/build/SPARC/Imm.o| Run Ghc CompileHs Stage1: compiler/types/CoAxiom.hs => _build/stage1/compiler/build/CoAxiom.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmClosure.hs => _build/stage1/compiler/build/StgCmmClosure.o| Run Ghc CompileHs Stage1: compiler/basicTypes/DataCon.hs-boot => _build/stage1/compiler/build/DataCon.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/types/Coercion.hs-boot => _build/stage1/compiler/build/Coercion.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/MkId.hs-boot => _build/stage1/compiler/build/MkId.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/cmm/CmmImplementSwitchPlans.hs => _build/stage1/compiler/build/CmmImplementSwitchPlans.o| Run Ghc CompileHs Stage1: compiler/cmm/Debug.hs => _build/stage1/compiler/build/Debug.o| Run Ghc CompileHs Stage1: compiler/codeGen/CgUtils.hs => _build/stage1/compiler/build/CgUtils.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmOpt.hs => _build/stage1/compiler/build/CmmOpt.o| Run Ghc CompileHs Stage1: compiler/main/SysTools/Info.hs => _build/stage1/compiler/build/SysTools/Info.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmArgRep.hs => _build/stage1/compiler/build/StgCmmArgRep.o| Run Ghc CompileHs Stage1: compiler/basicTypes/VarSet.hs => _build/stage1/compiler/build/VarSet.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmInfo.hs => _build/stage1/compiler/build/CmmInfo.o| Run Ghc CompileHs Stage1: compiler/cmm/PprCmmDecl.hs => _build/stage1/compiler/build/PprCmmDecl.o| Run Ghc CompileHs Stage1: compiler/types/TyCon.hs => _build/stage1/compiler/build/TyCon.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/PprCmm.hs => _build/stage1/compiler/build/PprCmm.o| Run Ghc CompileHs Stage1: compiler/basicTypes/VarEnv.hs => _build/stage1/compiler/build/VarEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/Instruction.hs => _build/stage1/compiler/build/Instruction.o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Regs.hs => _build/stage1/compiler/build/PPC/Regs.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Regs.hs => _build/stage1/compiler/build/SPARC/Regs.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/SPARC/FreeRegs.o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Regs.hs => _build/stage1/compiler/build/X86/Regs.o| Run Ghc CompileHs Stage1: compiler/iface/ToIface.hs-boot => _build/stage1/compiler/build/ToIface.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/PPC/FreeRegs.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmContFlowOpt.hs => _build/stage1/compiler/build/CmmContFlowOpt.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsExtension.hs => _build/stage1/compiler/build/HsExtension.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PprBase.hs => _build/stage1/compiler/build/PprBase.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmCommonBlockElim.hs => _build/stage1/compiler/build/CmmCommonBlockElim.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsImpExp.hs => _build/stage1/compiler/build/HsImpExp.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsPat.hs-boot => _build/stage1/compiler/build/HsPat.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/Types.hs => _build/stage1/compiler/build/Llvm/Types.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/AddrMode.hs => _build/stage1/compiler/build/SPARC/AddrMode.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsExpr.hs-boot => _build/stage1/compiler/build/HsExpr.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Stack.hs => _build/stage1/compiler/build/SPARC/Stack.o| Run Ghc CompileHs Stage1: compiler/basicTypes/PatSyn.hs-boot => _build/stage1/compiler/build/PatSyn.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/basicTypes/ConLike.hs-boot => _build/stage1/compiler/build/ConLike.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/MetaData.hs => _build/stage1/compiler/build/Llvm/MetaData.o| Run Ghc CompileHs Stage1: compiler/utils/FV.hs => _build/stage1/compiler/build/FV.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/IfaceType.hs => _build/stage1/compiler/build/IfaceType.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/AbsSyn.hs => _build/stage1/compiler/build/Llvm/AbsSyn.o| Run Ghc CompileHs Stage1: compiler/cmm/PprC.hs => _build/stage1/compiler/build/PprC.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmCallConv.hs => _build/stage1/compiler/build/CmmCallConv.o| Run Ghc CompileHs Stage1: compiler/hieFile/HieTypes.hs => _build/stage1/compiler/build/HieTypes.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/MkGraph.hs => _build/stage1/compiler/build/MkGraph.o| Run Ghc CompileHs Stage1: compiler/nativeGen/CFG.hs => _build/stage1/compiler/build/CFG.o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Dataflow.hs => _build/stage1/compiler/build/Hoopl/Dataflow.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmMonad.hs => _build/stage1/compiler/build/StgCmmMonad.o| Run Ghc CompileHs Stage1: compiler/types/Type.hs-boot => _build/stage1/compiler/build/Type.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Liveness.hs => _build/stage1/compiler/build/RegAlloc/Liveness.o| Run Ghc CompileHs Stage1: compiler/types/TyCoRep.hs => _build/stage1/compiler/build/TyCoRep.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmExtCode.hs => _build/stage1/compiler/build/StgCmmExtCode.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmUtils.hs => _build/stage1/compiler/build/StgCmmUtils.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/SpillClean.hs => _build/stage1/compiler/build/RegAlloc/Graph/SpillClean.o| Run Ghc CompileHs Stage1: compiler/prelude/TysPrim.hs => _build/stage1/compiler/build/TysPrim.dyn_o| Run Ghc CompileHs Stage1: compiler/types/Kind.hs => _build/stage1/compiler/build/Kind.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/Base.hs => _build/stage1/compiler/build/RegAlloc/Linear/Base.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmTicky.hs => _build/stage1/compiler/build/StgCmmTicky.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmEnv.hs => _build/stage1/compiler/build/StgCmmEnv.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/SpillCost.hs => _build/stage1/compiler/build/RegAlloc/Graph/SpillCost.o| Run Ghc CompileHs Stage1: compiler/types/Type.hs => _build/stage1/compiler/build/Type.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmBind.hs-boot => _build/stage1/compiler/build/StgCmmBind.o-boot| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmProf.hs => _build/stage1/compiler/build/StgCmmProf.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/Stats.hs => _build/stage1/compiler/build/RegAlloc/Linear/Stats.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/State.hs => _build/stage1/compiler/build/RegAlloc/Linear/State.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Spill.hs => _build/stage1/compiler/build/RegAlloc/Graph/Spill.o| Run Ghc CompileHs Stage1: compiler/basicTypes/PatSyn.hs => _build/stage1/compiler/build/PatSyn.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Literal.hs => _build/stage1/compiler/build/Literal.dyn_o| Run Ghc CompileHs Stage1: compiler/types/Coercion.hs => _build/stage1/compiler/build/Coercion.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsLit.hs => _build/stage1/compiler/build/HsLit.dyn_o| Run Ghc CompileHs Stage1: compiler/types/Unify.hs => _build/stage1/compiler/build/Unify.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/TrieMap.hs => _build/stage1/compiler/build/TrieMap.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmLayout.hs => _build/stage1/compiler/build/StgCmmLayout.o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Label.hs => _build/stage1/compiler/build/Hoopl/Label.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/DataCon.hs => _build/stage1/compiler/build/DataCon.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/BlockId.hs-boot => _build/stage1/compiler/build/BlockId.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams/Analysis.hs => _build/stage1/compiler/build/StgLiftLams/Analysis.o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Graph.hs => _build/stage1/compiler/build/Hoopl/Graph.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmSwitch.hs => _build/stage1/compiler/build/CmmSwitch.dyn_o| Run Ghc CompileHs Stage1: compiler/simplStg/RepType.hs => _build/stage1/compiler/build/RepType.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Demand.hs => _build/stage1/compiler/build/Demand.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmForeign.hs => _build/stage1/compiler/build/StgCmmForeign.o| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams/Transformation.hs => _build/stage1/compiler/build/StgLiftLams/Transformation.o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeInstr.hs => _build/stage1/compiler/build/ByteCodeInstr.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmHeap.hs => _build/stage1/compiler/build/StgCmmHeap.o| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams.hs => _build/stage1/compiler/build/StgLiftLams.o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/RegInfo.hs => _build/stage1/compiler/build/X86/RegInfo.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/X86_64/FreeRegs.o| Run Ghc CompileHs Stage1: compiler/nativeGen/TargetReg.hs => _build/stage1/compiler/build/TargetReg.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmPrim.hs => _build/stage1/compiler/build/StgCmmPrim.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/X86/FreeRegs.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Instr.hs => _build/stage1/compiler/build/SPARC/Instr.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Stats.hs => _build/stage1/compiler/build/RegAlloc/Graph/Stats.o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Instr.hs => _build/stage1/compiler/build/X86/Instr.o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Instr.hs => _build/stage1/compiler/build/PPC/Instr.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Main.hs => _build/stage1/compiler/build/RegAlloc/Graph/Main.o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Ppr.hs => _build/stage1/compiler/build/X86/Ppr.o| Run Ghc CompileHs Stage1: compiler/nativeGen/NCGMonad.hs => _build/stage1/compiler/build/NCGMonad.o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/RegInfo.hs => _build/stage1/compiler/build/PPC/RegInfo.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/FreeRegs.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Base.hs => _build/stage1/compiler/build/SPARC/CodeGen/Base.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Ppr.hs => _build/stage1/compiler/build/SPARC/Ppr.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs => _build/stage1/compiler/build/RegAlloc/Linear/JoinToTargets.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/ShortcutJump.hs => _build/stage1/compiler/build/SPARC/ShortcutJump.o| Run Ghc CompileHs Stage1: compiler/nativeGen/PIC.hs => _build/stage1/compiler/build/PIC.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Expand.hs => _build/stage1/compiler/build/SPARC/CodeGen/Expand.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/Main.hs => _build/stage1/compiler/build/RegAlloc/Linear/Main.o| Run Ghc CompileHs Stage1: compiler/nativeGen/BlockLayout.hs => _build/stage1/compiler/build/BlockLayout.o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/CodeGen.hs => _build/stage1/compiler/build/PPC/CodeGen.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Sanity.hs => _build/stage1/compiler/build/SPARC/CodeGen/Sanity.o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/CodeGen.hs => _build/stage1/compiler/build/X86/CodeGen.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot => _build/stage1/compiler/build/SPARC/CodeGen/Gen32.o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Amode.hs => _build/stage1/compiler/build/SPARC/CodeGen/Amode.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/CondCode.hs => _build/stage1/compiler/build/SPARC/CodeGen/CondCode.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Gen64.hs => _build/stage1/compiler/build/SPARC/CodeGen/Gen64.o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Ppr.hs => _build/stage1/compiler/build/PPC/Ppr.o| Run Ghc CompileHs Stage1: compiler/nativeGen/Dwarf/Constants.hs => _build/stage1/compiler/build/Dwarf/Constants.o| Run Ghc CompileHs Stage1: compiler/nativeGen/Dwarf/Types.hs => _build/stage1/compiler/build/Dwarf/Types.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Gen32.hs => _build/stage1/compiler/build/SPARC/CodeGen/Gen32.o| Run Ghc CompileHs Stage1: compiler/profiling/CostCentre.hs => _build/stage1/compiler/build/CostCentre.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/Dwarf.hs => _build/stage1/compiler/build/Dwarf.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreSyn.hs => _build/stage1/compiler/build/CoreSyn.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen.hs => _build/stage1/compiler/build/SPARC/CodeGen.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Coalesce.hs => _build/stage1/compiler/build/RegAlloc/Graph/Coalesce.o| Run Ghc CompileHs Stage1: compiler/basicTypes/ConLike.hs => _build/stage1/compiler/build/ConLike.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/AsmCodeGen.hs => _build/stage1/compiler/build/AsmCodeGen.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreMap.hs => _build/stage1/compiler/build/CoreMap.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/IdInfo.hs => _build/stage1/compiler/build/IdInfo.dyn_o| Run Ghc CompileHs Stage1: compiler/types/FamInstEnv.hs => _build/stage1/compiler/build/FamInstEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Id.hs => _build/stage1/compiler/build/Id.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmLive.hs => _build/stage1/compiler/build/CmmLive.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmBuildInfoTables.hs => _build/stage1/compiler/build/CmmBuildInfoTables.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmProcPoint.hs => _build/stage1/compiler/build/CmmProcPoint.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmSink.hs => _build/stage1/compiler/build/CmmSink.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsTypes.hs => _build/stage1/compiler/build/HsTypes.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/TysWiredIn.hs => _build/stage1/compiler/build/TysWiredIn.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreSeq.hs => _build/stage1/compiler/build/CoreSeq.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmLint.hs => _build/stage1/compiler/build/CmmLint.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmLayoutStack.hs => _build/stage1/compiler/build/CmmLayoutStack.o| Run Ghc CompileHs Stage1: compiler/basicTypes/NameCache.hs => _build/stage1/compiler/build/NameCache.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/PrimOp.hs => _build/stage1/compiler/build/PrimOp.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/KnownUniques.hs => _build/stage1/compiler/build/KnownUniques.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreFVs.hs => _build/stage1/compiler/build/CoreFVs.dyn_o| Run Ghc CompileHs Stage1: compiler/main/InteractiveEvalTypes.hs => _build/stage1/compiler/build/InteractiveEvalTypes.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeTypes.hs => _build/stage1/compiler/build/ByteCodeTypes.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcType.hs => _build/stage1/compiler/build/TcType.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/UnVarGraph.hs => _build/stage1/compiler/build/UnVarGraph.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/LinkerTypes.hs => _build/stage1/compiler/build/LinkerTypes.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreStats.hs => _build/stage1/compiler/build/CoreStats.dyn_o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgSubst.hs => _build/stage1/compiler/build/StgSubst.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/PprCore.hs => _build/stage1/compiler/build/PprCore.dyn_o| Run Ghc CompileHs Stage1: compiler/types/InstEnv.hs => _build/stage1/compiler/build/InstEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/PpLlvm.hs => _build/stage1/compiler/build/Llvm/PpLlvm.o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm.hs => _build/stage1/compiler/build/Llvm.o| Run Ghc CompileHs Stage1: compiler/types/OptCoercion.hs => _build/stage1/compiler/build/OptCoercion.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Regs.hs => _build/stage1/compiler/build/LlvmCodeGen/Regs.o| Run Ghc CompileHs Stage1: compiler/iface/IfaceSyn.hs => _build/stage1/compiler/build/IfaceSyn.dyn_o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgSyn.hs => _build/stage1/compiler/build/StgSyn.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CLabel.hs => _build/stage1/compiler/build/CLabel.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreUtils.hs => _build/stage1/compiler/build/CoreUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Base.hs => _build/stage1/compiler/build/LlvmCodeGen/Base.o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgFVs.hs => _build/stage1/compiler/build/StgFVs.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/BlockId.hs => _build/stage1/compiler/build/BlockId.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/SAT.hs => _build/stage1/compiler/build/SAT.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreSubst.hs => _build/stage1/compiler/build/CoreSubst.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/Exitify.hs => _build/stage1/compiler/build/Exitify.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/CodeGen.hs => _build/stage1/compiler/build/LlvmCodeGen/CodeGen.o| Run Ghc CompileHs Stage1: compiler/simplCore/CSE.hs => _build/stage1/compiler/build/CSE.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreArity.hs => _build/stage1/compiler/build/CoreArity.dyn_o| Run Ghc CompileHs Stage1: compiler/simplStg/StgStats.hs => _build/stage1/compiler/build/StgStats.dyn_o| Run Ghc CompileHs Stage1: compiler/profiling/ProfInit.hs => _build/stage1/compiler/build/ProfInit.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/CallArity.hs => _build/stage1/compiler/build/CallArity.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/OccurAnal.hs => _build/stage1/compiler/build/OccurAnal.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreTidy.hs => _build/stage1/compiler/build/CoreTidy.dyn_o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgLint.hs => _build/stage1/compiler/build/StgLint.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmExpr.hs => _build/stage1/compiler/build/CmmExpr.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEvidence.hs => _build/stage1/compiler/build/TcEvidence.dyn_o| Run Ghc CompileHs Stage1: compiler/simplStg/StgCse.hs => _build/stage1/compiler/build/StgCse.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/NoRegs.hs => _build/stage1/compiler/build/CodeGen/Platform/NoRegs.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/X86.hs => _build/stage1/compiler/build/CodeGen/Platform/X86.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/ARM.hs => _build/stage1/compiler/build/CodeGen/Platform/ARM.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/X86_64.hs => _build/stage1/compiler/build/CodeGen/Platform/X86_64.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/ARM64.hs => _build/stage1/compiler/build/CodeGen/Platform/ARM64.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/PprCmmExpr.hs => _build/stage1/compiler/build/PprCmmExpr.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/PPC.hs => _build/stage1/compiler/build/CodeGen/Platform/PPC.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsBinds.hs => _build/stage1/compiler/build/HsBinds.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/CmmLex.hs => _build/stage1/compiler/build/CmmLex.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/SPARC.hs => _build/stage1/compiler/build/CodeGen/Platform/SPARC.dyn_o| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams/LiftM.hs => _build/stage1/compiler/build/StgLiftLams/LiftM.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform.hs => _build/stage1/compiler/build/CodeGen/Platform.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsPat.hs => _build/stage1/compiler/build/HsPat.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsDecls.hs => _build/stage1/compiler/build/HsDecls.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmNode.hs => _build/stage1/compiler/build/CmmNode.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Data.hs => _build/stage1/compiler/build/LlvmCodeGen/Data.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsExpr.hs => _build/stage1/compiler/build/HsExpr.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/Cmm.hs => _build/stage1/compiler/build/Cmm.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Ppr.hs => _build/stage1/compiler/build/LlvmCodeGen/Ppr.o| Run Ghc CompileHs Stage1: compiler/nativeGen/PprBase.hs => _build/stage1/compiler/build/PprBase.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Regs.hs => _build/stage1/compiler/build/X86/Regs.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmClosure.hs => _build/stage1/compiler/build/StgCmmClosure.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/Types.hs => _build/stage1/compiler/build/Llvm/Types.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Dataflow.hs => _build/stage1/compiler/build/Hoopl/Dataflow.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/PprCmmDecl.hs => _build/stage1/compiler/build/PprCmmDecl.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/X86/FreeRegs.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/MetaData.hs => _build/stage1/compiler/build/Llvm/MetaData.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/X86_64/FreeRegs.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmArgRep.hs => _build/stage1/compiler/build/StgCmmArgRep.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/Format.hs => _build/stage1/compiler/build/Format.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Regs.hs => _build/stage1/compiler/build/SPARC/Regs.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Regs.hs => _build/stage1/compiler/build/PPC/Regs.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/SPARC/FreeRegs.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmUtils.hs => _build/stage1/compiler/build/CmmUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Imm.hs => _build/stage1/compiler/build/SPARC/Imm.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/PPC/FreeRegs.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/AddrMode.hs => _build/stage1/compiler/build/SPARC/AddrMode.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmContFlowOpt.hs => _build/stage1/compiler/build/CmmContFlowOpt.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/Debug.hs => _build/stage1/compiler/build/Debug.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmOpt.hs => _build/stage1/compiler/build/CmmOpt.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmImplementSwitchPlans.hs => _build/stage1/compiler/build/CmmImplementSwitchPlans.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/CgUtils.hs => _build/stage1/compiler/build/CgUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsInstances.hs => _build/stage1/compiler/build/HsInstances.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsUtils.hs => _build/stage1/compiler/build/HsUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmCommonBlockElim.hs => _build/stage1/compiler/build/CmmCommonBlockElim.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmInfo.hs => _build/stage1/compiler/build/CmmInfo.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/AbsSyn.hs => _build/stage1/compiler/build/Llvm/AbsSyn.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsSyn.hs => _build/stage1/compiler/build/HsSyn.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/PpLlvm.hs => _build/stage1/compiler/build/Llvm/PpLlvm.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Stack.hs => _build/stage1/compiler/build/SPARC/Stack.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm.hs => _build/stage1/compiler/build/Llvm.dyn_o| Run Ghc CompileHs Stage1: compiler/deSugar/PmExpr.hs => _build/stage1/compiler/build/PmExpr.dyn_o| Run Ghc CompileHs Stage1: compiler/parser/RdrHsSyn.hs => _build/stage1/compiler/build/RdrHsSyn.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Regs.hs => _build/stage1/compiler/build/LlvmCodeGen/Regs.dyn_o| Run Ghc CompileHs Stage1: compiler/backpack/BkpSyn.hs => _build/stage1/compiler/build/BkpSyn.dyn_o| Run Ghc CompileHs Stage1: compiler/main/HscStats.hs => _build/stage1/compiler/build/HscStats.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsDumpAst.hs => _build/stage1/compiler/build/HsDumpAst.dyn_o| Run Ghc CompileHs Stage1: compiler/parser/HaddockUtils.hs => _build/stage1/compiler/build/HaddockUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/main/HscTypes.hs => _build/stage1/compiler/build/HscTypes.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/Convert.hs => _build/stage1/compiler/build/Convert.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Base.hs => _build/stage1/compiler/build/LlvmCodeGen/Base.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Data.hs => _build/stage1/compiler/build/LlvmCodeGen/Data.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/RegInfo.hs => _build/stage1/compiler/build/X86/RegInfo.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/TargetReg.hs => _build/stage1/compiler/build/TargetReg.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/CoreMonad.hs => _build/stage1/compiler/build/CoreMonad.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnTypes.hs => _build/stage1/compiler/build/TcRnTypes.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Finder.hs => _build/stage1/compiler/build/Finder.dyn_o| Run Ghc CompileHs Stage1: compiler/main/SysTools/Tasks.hs => _build/stage1/compiler/build/SysTools/Tasks.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreLint.hs => _build/stage1/compiler/build/CoreLint.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Parser.hs => _build/stage1/compiler/build/Parser.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHoleErrors.hs-boot => _build/stage1/compiler/build/TcHoleErrors.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcExpr.hs-boot => _build/stage1/compiler/build/TcExpr.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcEnv.hs-boot => _build/stage1/compiler/build/TcEnv.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcTypeNats.hs => _build/stage1/compiler/build/TcTypeNats.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnMonad.hs => _build/stage1/compiler/build/TcRnMonad.dyn_o| Run Ghc CompileHs Stage1: compiler/main/HeaderInfo.hs => _build/stage1/compiler/build/HeaderInfo.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSplice.hs-boot => _build/stage1/compiler/build/TcSplice.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcUnify.hs-boot => _build/stage1/compiler/build/TcUnify.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/iface/LoadIface.hs-boot => _build/stage1/compiler/build/LoadIface.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcMType.hs => _build/stage1/compiler/build/TcMType.dyn_o| Run Ghc CompileHs Stage1: compiler/rename/RnUnbound.hs => _build/stage1/compiler/build/RnUnbound.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/IfaceEnv.hs => _build/stage1/compiler/build/IfaceEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/backpack/NameShape.hs => _build/stage1/compiler/build/NameShape.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/MkCore.hs => _build/stage1/compiler/build/MkCore.dyn_o| Run Ghc CompileHs Stage1: compiler/rename/RnExpr.hs-boot => _build/stage1/compiler/build/RnExpr.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/simplCore/SimplMonad.hs => _build/stage1/compiler/build/SimplMonad.dyn_o| Run Ghc CompileHs Stage1: compiler/backpack/RnModIface.hs => _build/stage1/compiler/build/RnModIface.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/FloatIn.hs => _build/stage1/compiler/build/FloatIn.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplEnv.hs => _build/stage1/compiler/build/SimplEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/SetLevels.hs => _build/stage1/compiler/build/SetLevels.dyn_o| Run Ghc CompileHs Stage1: compiler/deSugar/ExtractDocs.hs => _build/stage1/compiler/build/ExtractDocs.dyn_o| Run Ghc CompileHs Stage1: compiler/main/SysTools/ExtraObj.hs => _build/stage1/compiler/build/SysTools/ExtraObj.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/FloatOut.hs => _build/stage1/compiler/build/FloatOut.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmLive.hs => _build/stage1/compiler/build/CmmLive.dyn_o| Run Ghc CompileHs Stage1: compiler/main/SysTools.hs => _build/stage1/compiler/build/SysTools.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcAnnotations.hs => _build/stage1/compiler/build/TcAnnotations.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/TcIface.hs-boot => _build/stage1/compiler/build/TcIface.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Ppr.hs => _build/stage1/compiler/build/LlvmCodeGen/Ppr.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreOpt.hs => _build/stage1/compiler/build/CoreOpt.dyn_o| Run Ghc CompileHs Stage1: compiler/main/GhcMonad.hs => _build/stage1/compiler/build/GhcMonad.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEvTerm.hs => _build/stage1/compiler/build/TcEvTerm.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Plugins.hs => _build/stage1/compiler/build/Plugins.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreUnfold.hs => _build/stage1/compiler/build/CoreUnfold.dyn_o| Run Ghc CompileHs Stage1: compiler/rename/RnHsDoc.hs => _build/stage1/compiler/build/RnHsDoc.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPatSyn.hs-boot => _build/stage1/compiler/build/TcPatSyn.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnDriver.hs-boot => _build/stage1/compiler/build/TcRnDriver.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/deSugar/DsUsage.hs => _build/stage1/compiler/build/DsUsage.dyn_o| Run Ghc CompileHs Stage1: compiler/main/PipelineMonad.hs => _build/stage1/compiler/build/PipelineMonad.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/PrelRules.hs => _build/stage1/compiler/build/PrelRules.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/LiberateCase.hs => _build/stage1/compiler/build/LiberateCase.dyn_o| Run Ghc CompileHs Stage1: compiler/main/Hooks.hs => _build/stage1/compiler/build/Hooks.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/PprCmm.hs => _build/stage1/compiler/build/PprCmm.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplUtils.hs => _build/stage1/compiler/build/SimplUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/GHCi.hs => _build/stage1/compiler/build/GHCi.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmSink.hs => _build/stage1/compiler/build/CmmSink.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmProcPoint.hs => _build/stage1/compiler/build/CmmProcPoint.dyn_o| Run Ghc CompileHs Stage1: compiler/deSugar/Coverage.hs => _build/stage1/compiler/build/Coverage.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/CodeGen.hs => _build/stage1/compiler/build/LlvmCodeGen/CodeGen.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmCallConv.hs => _build/stage1/compiler/build/CmmCallConv.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen.hs => _build/stage1/compiler/build/LlvmCodeGen.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/MkGraph.hs => _build/stage1/compiler/build/MkGraph.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmLint.hs => _build/stage1/compiler/build/CmmLint.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmMonad.hs => _build/stage1/compiler/build/StgCmmMonad.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeLink.hs => _build/stage1/compiler/build/ByteCodeLink.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/PprC.hs => _build/stage1/compiler/build/PprC.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/CFG.hs => _build/stage1/compiler/build/CFG.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmExtCode.hs => _build/stage1/compiler/build/StgCmmExtCode.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmBind.hs-boot => _build/stage1/compiler/build/StgCmmBind.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmUtils.hs => _build/stage1/compiler/build/StgCmmUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcMatches.hs-boot => _build/stage1/compiler/build/TcMatches.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/Dwarf/Constants.hs => _build/stage1/compiler/build/Dwarf/Constants.dyn_o| Run Ghc CompileHs Stage1: compiler/specialise/Rules.hs => _build/stage1/compiler/build/Rules.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/Dwarf/Types.hs => _build/stage1/compiler/build/Dwarf/Types.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmProf.hs => _build/stage1/compiler/build/StgCmmProf.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmTicky.hs => _build/stage1/compiler/build/StgCmmTicky.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmHpc.hs => _build/stage1/compiler/build/StgCmmHpc.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmEnv.hs => _build/stage1/compiler/build/StgCmmEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/Dwarf.hs => _build/stage1/compiler/build/Dwarf.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/MkId.hs => _build/stage1/compiler/build/MkId.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmLayout.hs => _build/stage1/compiler/build/StgCmmLayout.dyn_o| Run Ghc CompileHs Stage1: compiler/rename/RnSplice.hs-boot => _build/stage1/compiler/build/RnSplice.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/Instruction.hs => _build/stage1/compiler/build/Instruction.dyn_o| Run Ghc CompileHs Stage1: compiler/simplStg/UnariseStg.hs => _build/stage1/compiler/build/UnariseStg.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeItbls.hs => _build/stage1/compiler/build/ByteCodeItbls.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmForeign.hs => _build/stage1/compiler/build/StgCmmForeign.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/PrelInfo.hs => _build/stage1/compiler/build/PrelInfo.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeInstr.hs => _build/stage1/compiler/build/ByteCodeInstr.dyn_o| Run Ghc CompileHs Stage1: compiler/stranal/WwLib.hs => _build/stage1/compiler/build/WwLib.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/NCGMonad.hs => _build/stage1/compiler/build/NCGMonad.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Instr.hs => _build/stage1/compiler/build/PPC/Instr.dyn_o| Run Ghc CompileHs Stage1: compiler/stranal/DmdAnal.hs => _build/stage1/compiler/build/DmdAnal.dyn_o| Run Ghc CompileHs Stage1: compiler/specialise/SpecConstr.hs => _build/stage1/compiler/build/SpecConstr.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Instr.hs => _build/stage1/compiler/build/X86/Instr.dyn_o| Run Ghc CompileHs Stage1: compiler/stgSyn/CoreToStg.hs => _build/stage1/compiler/build/CoreToStg.dyn_o| Run Ghc CompileHs Stage1: compiler/specialise/Specialise.hs => _build/stage1/compiler/build/Specialise.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/BlockLayout.hs => _build/stage1/compiler/build/BlockLayout.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmHeap.hs => _build/stage1/compiler/build/StgCmmHeap.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Ppr.hs => _build/stage1/compiler/build/PPC/Ppr.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PIC.hs => _build/stage1/compiler/build/PIC.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmCon.hs => _build/stage1/compiler/build/StgCmmCon.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmBuildInfoTables.hs => _build/stage1/compiler/build/CmmBuildInfoTables.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/CodeGen.hs => _build/stage1/compiler/build/PPC/CodeGen.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Liveness.hs => _build/stage1/compiler/build/RegAlloc/Liveness.dyn_o| Run Ghc CompileHs Stage1: compiler/stranal/WorkWrap.hs => _build/stage1/compiler/build/WorkWrap.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/Simplify.hs => _build/stage1/compiler/build/Simplify.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Spill.hs => _build/stage1/compiler/build/RegAlloc/Graph/Spill.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/Base.hs => _build/stage1/compiler/build/RegAlloc/Linear/Base.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmLayoutStack.hs => _build/stage1/compiler/build/CmmLayoutStack.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmPrim.hs => _build/stage1/compiler/build/StgCmmPrim.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Coalesce.hs => _build/stage1/compiler/build/RegAlloc/Graph/Coalesce.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/SpillClean.hs => _build/stage1/compiler/build/RegAlloc/Graph/SpillClean.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmPipeline.hs => _build/stage1/compiler/build/CmmPipeline.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/RegInfo.hs => _build/stage1/compiler/build/PPC/RegInfo.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/Stats.hs => _build/stage1/compiler/build/RegAlloc/Linear/Stats.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Ppr.hs => _build/stage1/compiler/build/X86/Ppr.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/ToIface.hs => _build/stage1/compiler/build/ToIface.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/State.hs => _build/stage1/compiler/build/RegAlloc/Linear/State.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/CodeGen.hs => _build/stage1/compiler/build/X86/CodeGen.dyn_o| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams/Analysis.hs => _build/stage1/compiler/build/StgLiftLams/Analysis.dyn_o| Run Ghc CompileHs Stage1: compiler/hieFile/HieUtils.hs => _build/stage1/compiler/build/HieUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmExpr.hs => _build/stage1/compiler/build/StgCmmExpr.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Instr.hs => _build/stage1/compiler/build/SPARC/Instr.dyn_o| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams/Transformation.hs => _build/stage1/compiler/build/StgLiftLams/Transformation.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/ShortcutJump.hs => _build/stage1/compiler/build/SPARC/ShortcutJump.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Base.hs => _build/stage1/compiler/build/SPARC/CodeGen/Base.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmBind.hs => _build/stage1/compiler/build/StgCmmBind.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Ppr.hs => _build/stage1/compiler/build/SPARC/Ppr.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot => _build/stage1/compiler/build/SPARC/CodeGen/Gen32.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Expand.hs => _build/stage1/compiler/build/SPARC/CodeGen/Expand.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/CondCode.hs => _build/stage1/compiler/build/SPARC/CodeGen/CondCode.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Amode.hs => _build/stage1/compiler/build/SPARC/CodeGen/Amode.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmm.hs => _build/stage1/compiler/build/StgCmm.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/FreeRegs.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Gen64.hs => _build/stage1/compiler/build/SPARC/CodeGen/Gen64.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs => _build/stage1/compiler/build/RegAlloc/Linear/JoinToTargets.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Gen32.hs => _build/stage1/compiler/build/SPARC/CodeGen/Gen32.dyn_o| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams.hs => _build/stage1/compiler/build/StgLiftLams.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/CmmParse.hs => _build/stage1/compiler/build/CmmParse.dyn_o| Run Ghc CompileHs Stage1: compiler/simplStg/SimplStg.hs => _build/stage1/compiler/build/SimplStg.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/Main.hs => _build/stage1/compiler/build/RegAlloc/Linear/Main.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/SpillCost.hs => _build/stage1/compiler/build/RegAlloc/Graph/SpillCost.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/BuildTyCl.hs => _build/stage1/compiler/build/BuildTyCl.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Sanity.hs => _build/stage1/compiler/build/SPARC/CodeGen/Sanity.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen.hs => _build/stage1/compiler/build/SPARC/CodeGen.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Stats.hs => _build/stage1/compiler/build/RegAlloc/Graph/Stats.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Main.hs => _build/stage1/compiler/build/RegAlloc/Graph/Main.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/BinIface.hs => _build/stage1/compiler/build/BinIface.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeAsm.hs => _build/stage1/compiler/build/ByteCodeAsm.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/AsmCodeGen.hs => _build/stage1/compiler/build/AsmCodeGen.dyn_o| Run Ghc CompileHs Stage1: compiler/hieFile/HieBin.hs => _build/stage1/compiler/build/HieBin.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeGen.hs => _build/stage1/compiler/build/ByteCodeGen.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/FlagChecker.hs => _build/stage1/compiler/build/FlagChecker.dyn_o| Run Ghc CompileHs Stage1: compiler/main/CodeOutput.hs => _build/stage1/compiler/build/CodeOutput.dyn_o| Run Ghc CompileHs Stage1: compiler/hieFile/HieDebug.hs => _build/stage1/compiler/build/HieDebug.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/LoadIface.hs => _build/stage1/compiler/build/LoadIface.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/MkId.hs-boot => _build/stage1/compiler/build/MkId.p_o-boot| Run Ghc CompileHs Stage1: compiler/hsSyn/HsPat.hs => _build/stage1/compiler/build/HsPat.o| Run Ghc CompileHs Stage1: compiler/basicTypes/DataCon.hs => _build/stage1/compiler/build/DataCon.p_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsExpr.hs => _build/stage1/compiler/build/HsExpr.o| Run Ghc CompileHs Stage1: compiler/simplStg/RepType.hs => _build/stage1/compiler/build/RepType.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/FamInst.hs => _build/stage1/compiler/build/FamInst.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEnv.hs => _build/stage1/compiler/build/TcEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/MkIface.hs => _build/stage1/compiler/build/MkIface.dyn_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsUtils.hs => _build/stage1/compiler/build/HsUtils.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsInstances.hs => _build/stage1/compiler/build/HsInstances.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHsSyn.hs => _build/stage1/compiler/build/TcHsSyn.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreSyn.hs => _build/stage1/compiler/build/CoreSyn.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnFixity.hs => _build/stage1/compiler/build/RnFixity.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/FunDeps.hs => _build/stage1/compiler/build/FunDeps.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreMap.hs => _build/stage1/compiler/build/CoreMap.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/ConLike.hs => _build/stage1/compiler/build/ConLike.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Demand.hs => _build/stage1/compiler/build/Demand.p_o| Run Ghc CompileHs Stage1: compiler/types/FamInstEnv.hs => _build/stage1/compiler/build/FamInstEnv.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/Inst.hs => _build/stage1/compiler/build/Inst.dyn_o| Run Ghc CompileHs Stage1: compiler/deSugar/TmOracle.hs => _build/stage1/compiler/build/TmOracle.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/IdInfo.hs => _build/stage1/compiler/build/IdInfo.p_o| Run Ghc CompileHs Stage1: compiler/iface/TcIface.hs => _build/stage1/compiler/build/TcIface.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/Id.hs => _build/stage1/compiler/build/Id.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcUnify.hs => _build/stage1/compiler/build/TcUnify.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreSeq.hs => _build/stage1/compiler/build/CoreSeq.p_o| Run Ghc CompileHs Stage1: compiler/prelude/TysWiredIn.hs => _build/stage1/compiler/build/TysWiredIn.p_o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgSubst.hs => _build/stage1/compiler/build/StgSubst.p_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsTypes.hs => _build/stage1/compiler/build/HsTypes.p_o| Run Ghc CompileHs Stage1: compiler/ghci/RtClosureInspect.hs => _build/stage1/compiler/build/RtClosureInspect.dyn_o| Run Ghc CompileHs Stage1: compiler/basicTypes/NameCache.hs => _build/stage1/compiler/build/NameCache.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsMonad.hs => _build/stage1/compiler/build/DsMonad.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcErrors.hs => _build/stage1/compiler/build/TcErrors.dyn_o| Run Ghc CompileHs Stage1: compiler/utils/UnVarGraph.hs => _build/stage1/compiler/build/UnVarGraph.p_o| Run Ghc CompileHs Stage1: compiler/main/StaticPtrTable.hs => _build/stage1/compiler/build/StaticPtrTable.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreFVs.hs => _build/stage1/compiler/build/CoreFVs.p_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreStats.hs => _build/stage1/compiler/build/CoreStats.p_o| Run Ghc CompileHs Stage1: compiler/prelude/PrimOp.hs => _build/stage1/compiler/build/PrimOp.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcType.hs => _build/stage1/compiler/build/TcType.p_o| Run Ghc CompileHs Stage1: compiler/main/GhcPlugins.hs => _build/stage1/compiler/build/GhcPlugins.dyn_o| Run Ghc CompileHs Stage1: compiler/prelude/KnownUniques.hs => _build/stage1/compiler/build/KnownUniques.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsExpr.hs-boot => _build/stage1/compiler/build/DsExpr.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/main/InteractiveEvalTypes.hs => _build/stage1/compiler/build/InteractiveEvalTypes.p_o| Run Ghc CompileHs Stage1: compiler/types/InstEnv.hs => _build/stage1/compiler/build/InstEnv.p_o| Run Ghc CompileHs Stage1: compiler/ghci/Linker.hs => _build/stage1/compiler/build/Linker.dyn_o| Run Ghc CompileHs Stage1: compiler/deSugar/Match.hs-boot => _build/stage1/compiler/build/Match.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/types/OptCoercion.hs => _build/stage1/compiler/build/OptCoercion.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsUtils.hs => _build/stage1/compiler/build/DsUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CorePrep.hs => _build/stage1/compiler/build/CorePrep.dyn_o| Run Ghc CompileHs Stage1: compiler/main/PprTyThing.hs => _build/stage1/compiler/build/PprTyThing.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeTypes.hs => _build/stage1/compiler/build/ByteCodeTypes.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/MatchLit.hs => _build/stage1/compiler/build/MatchLit.dyn_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsCCall.hs => _build/stage1/compiler/build/DsCCall.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/LinkerTypes.hs => _build/stage1/compiler/build/LinkerTypes.p_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsSyn.hs => _build/stage1/compiler/build/HsSyn.o| Run Ghc CompileHs Stage1: compiler/deSugar/DsMeta.hs => _build/stage1/compiler/build/DsMeta.dyn_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsForeign.hs => _build/stage1/compiler/build/DsForeign.dyn_o| Run Ghc CompileHs Stage1: compiler/parser/HaddockUtils.hs => _build/stage1/compiler/build/HaddockUtils.o| Run Ghc CompileHs Stage1: compiler/deSugar/PmExpr.hs => _build/stage1/compiler/build/PmExpr.o| Run Ghc CompileHs Stage1: compiler/main/HscStats.hs => _build/stage1/compiler/build/HscStats.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsDumpAst.hs => _build/stage1/compiler/build/HsDumpAst.o| Run Ghc CompileHs Stage1: compiler/backpack/BkpSyn.hs => _build/stage1/compiler/build/BkpSyn.o| Run Ghc CompileHs Stage1: compiler/main/HscTypes.hs => _build/stage1/compiler/build/HscTypes.o| Run Ghc CompileHs Stage1: compiler/parser/RdrHsSyn.hs => _build/stage1/compiler/build/RdrHsSyn.o| Run Ghc CompileHs Stage1: compiler/main/TidyPgm.hs => _build/stage1/compiler/build/TidyPgm.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnTypes.hs => _build/stage1/compiler/build/TcRnTypes.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmHpc.hs => _build/stage1/compiler/build/StgCmmHpc.o| Run Ghc CompileHs Stage1: compiler/main/Finder.hs => _build/stage1/compiler/build/Finder.o| Run Ghc CompileHs Stage1: compiler/coreSyn/MkCore.hs => _build/stage1/compiler/build/MkCore.o| Run Ghc CompileHs Stage1: compiler/main/PipelineMonad.hs => _build/stage1/compiler/build/PipelineMonad.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEvTerm.hs => _build/stage1/compiler/build/TcEvTerm.o| Run Ghc CompileHs Stage1: compiler/rename/RnHsDoc.hs => _build/stage1/compiler/build/RnHsDoc.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcTypeNats.hs => _build/stage1/compiler/build/TcTypeNats.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcExpr.hs-boot => _build/stage1/compiler/build/TcExpr.o-boot| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreOpt.hs => _build/stage1/compiler/build/CoreOpt.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEnv.hs-boot => _build/stage1/compiler/build/TcEnv.o-boot| Run Ghc CompileHs Stage1: compiler/rename/RnExpr.hs-boot => _build/stage1/compiler/build/RnExpr.o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnDriver.hs-boot => _build/stage1/compiler/build/TcRnDriver.o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcMatches.hs-boot => _build/stage1/compiler/build/TcMatches.o-boot| Run Ghc CompileHs Stage1: compiler/deSugar/ExtractDocs.hs => _build/stage1/compiler/build/ExtractDocs.o| Run Ghc CompileHs Stage1: compiler/hsSyn/Convert.hs => _build/stage1/compiler/build/Convert.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreUnfold.hs => _build/stage1/compiler/build/CoreUnfold.o| Run Ghc CompileHs Stage1: compiler/specialise/Rules.hs => _build/stage1/compiler/build/Rules.o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Parser.hs => _build/stage1/compiler/build/Parser.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmPipeline.hs => _build/stage1/compiler/build/CmmPipeline.o| Run Ghc CompileHs Stage1: compiler/simplCore/LiberateCase.hs => _build/stage1/compiler/build/LiberateCase.o| Run Ghc CompileHs Stage1: compiler/prelude/PrelRules.hs => _build/stage1/compiler/build/PrelRules.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnMonad.hs => _build/stage1/compiler/build/TcRnMonad.o| Run Ghc CompileHs Stage1: compiler/main/Hooks.hs => _build/stage1/compiler/build/Hooks.o| Run Ghc CompileHs Stage1: compiler/basicTypes/MkId.hs => _build/stage1/compiler/build/MkId.o| Run Ghc CompileHs Stage1: compiler/ghci/GHCi.hs => _build/stage1/compiler/build/GHCi.o| Run Ghc CompileHs Stage1: compiler/iface/IfaceEnv.hs => _build/stage1/compiler/build/IfaceEnv.o| Run Ghc CompileHs Stage1: compiler/rename/RnUnbound.hs => _build/stage1/compiler/build/RnUnbound.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcMType.hs => _build/stage1/compiler/build/TcMType.o| Run Ghc CompileHs Stage1: compiler/prelude/PrelInfo.hs => _build/stage1/compiler/build/PrelInfo.o| Run Ghc CompileHs Stage1: compiler/stranal/WwLib.hs => _build/stage1/compiler/build/WwLib.o| Run Ghc CompileHs Stage1: compiler/stgSyn/CoreToStg.hs => _build/stage1/compiler/build/CoreToStg.o| Run Ghc CompileHs Stage1: compiler/simplStg/UnariseStg.hs => _build/stage1/compiler/build/UnariseStg.o| Run Ghc CompileHs Stage1: compiler/stranal/DmdAnal.hs => _build/stage1/compiler/build/DmdAnal.o| Run Ghc CompileHs Stage1: compiler/iface/BuildTyCl.hs => _build/stage1/compiler/build/BuildTyCl.o| Run Ghc CompileHs Stage1: compiler/rename/RnSplice.hs-boot => _build/stage1/compiler/build/RnSplice.o-boot| Run Ghc CompileHs Stage1: compiler/iface/LoadIface.hs-boot => _build/stage1/compiler/build/LoadIface.o-boot| Run Ghc CompileHs Stage1: compiler/iface/ToIface.hs => _build/stage1/compiler/build/ToIface.o| Run Ghc CompileHs Stage1: compiler/iface/BinIface.hs => _build/stage1/compiler/build/BinIface.o| Run Ghc CompileHs Stage1: compiler/deSugar/Coverage.hs => _build/stage1/compiler/build/Coverage.o| Run Ghc CompileHs Stage1: compiler/hieFile/HieUtils.hs => _build/stage1/compiler/build/HieUtils.o| Run Ghc CompileHs Stage1: compiler/hieFile/HieBin.hs => _build/stage1/compiler/build/HieBin.o| Run Ghc CompileHs Stage1: compiler/iface/FlagChecker.hs => _build/stage1/compiler/build/FlagChecker.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcUnify.hs-boot => _build/stage1/compiler/build/TcUnify.o-boot| Run Ghc CompileHs Stage1: compiler/main/GhcMonad.hs => _build/stage1/compiler/build/GhcMonad.o| Run Ghc CompileHs Stage1: compiler/main/HeaderInfo.hs => _build/stage1/compiler/build/HeaderInfo.o| Run Ghc CompileHs Stage1: compiler/stranal/WorkWrap.hs => _build/stage1/compiler/build/WorkWrap.o| Run Ghc CompileHs Stage1: compiler/iface/TcIface.hs-boot => _build/stage1/compiler/build/TcIface.o-boot| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeLink.hs => _build/stage1/compiler/build/ByteCodeLink.o| Run Ghc CompileHs Stage1: compiler/simplCore/CoreMonad.hs => _build/stage1/compiler/build/CoreMonad.o| Run Ghc CompileHs Stage1: compiler/deSugar/DsUsage.hs => _build/stage1/compiler/build/DsUsage.o| Run Ghc CompileHs Stage1: compiler/simplStg/SimplStg.hs => _build/stage1/compiler/build/SimplStg.o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplMonad.hs => _build/stage1/compiler/build/SimplMonad.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreLint.hs => _build/stage1/compiler/build/CoreLint.o| Run Ghc CompileHs Stage1: compiler/specialise/Specialise.hs => _build/stage1/compiler/build/Specialise.o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplEnv.hs => _build/stage1/compiler/build/SimplEnv.o| Run Ghc CompileHs Stage1: compiler/specialise/SpecConstr.hs => _build/stage1/compiler/build/SpecConstr.o| Run Ghc CompileHs Stage1: compiler/simplCore/SetLevels.hs => _build/stage1/compiler/build/SetLevels.o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplUtils.hs => _build/stage1/compiler/build/SimplUtils.o| Run Ghc CompileHs Stage1: compiler/simplCore/FloatOut.hs => _build/stage1/compiler/build/FloatOut.o| Run Ghc CompileHs Stage1: compiler/simplCore/Simplify.hs => _build/stage1/compiler/build/Simplify.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHoleErrors.hs-boot => _build/stage1/compiler/build/TcHoleErrors.o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcSplice.hs-boot => _build/stage1/compiler/build/TcSplice.o-boot| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeItbls.hs => _build/stage1/compiler/build/ByteCodeItbls.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcAnnotations.hs => _build/stage1/compiler/build/TcAnnotations.o| Run Ghc CompileHs Stage1: compiler/hieFile/HieDebug.hs => _build/stage1/compiler/build/HieDebug.o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeAsm.hs => _build/stage1/compiler/build/ByteCodeAsm.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPatSyn.hs-boot => _build/stage1/compiler/build/TcPatSyn.o-boot| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmCon.hs => _build/stage1/compiler/build/StgCmmCon.o| Run Ghc CompileHs Stage1: compiler/main/SysTools/Tasks.hs => _build/stage1/compiler/build/SysTools/Tasks.o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeGen.hs => _build/stage1/compiler/build/ByteCodeGen.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmExpr.hs => _build/stage1/compiler/build/StgCmmExpr.o| Run Ghc CompileHs Stage1: compiler/main/SysTools/ExtraObj.hs => _build/stage1/compiler/build/SysTools/ExtraObj.o| Run Ghc CompileHs Stage1: compiler/main/SysTools.hs => _build/stage1/compiler/build/SysTools.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmBind.hs => _build/stage1/compiler/build/StgCmmBind.o| Run Ghc CompileHs Stage1: compiler/main/Plugins.hs => _build/stage1/compiler/build/Plugins.o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen.hs => _build/stage1/compiler/build/LlvmCodeGen.o| Run Ghc CompileHs Stage1: compiler/backpack/NameShape.hs => _build/stage1/compiler/build/NameShape.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmm.hs => _build/stage1/compiler/build/StgCmm.o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/CmmParse.hs => _build/stage1/compiler/build/CmmParse.o| Run Ghc CompileHs Stage1: compiler/backpack/RnModIface.hs => _build/stage1/compiler/build/RnModIface.o| Run Ghc CompileHs Stage1: compiler/main/CodeOutput.hs => _build/stage1/compiler/build/CodeOutput.o| Run Ghc CompileHs Stage1: compiler/iface/LoadIface.hs => _build/stage1/compiler/build/LoadIface.o| Run Ghc CompileHs Stage1: compiler/simplCore/FloatIn.hs => _build/stage1/compiler/build/FloatIn.o| Run Ghc CompileHs Stage1: compiler/coreSyn/PprCore.hs => _build/stage1/compiler/build/PprCore.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnUtils.hs => _build/stage1/compiler/build/RnUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEvidence.hs => _build/stage1/compiler/build/TcEvidence.p_o| Run Ghc CompileHs Stage1: compiler/iface/TcIface.hs => _build/stage1/compiler/build/TcIface.o| Run Ghc CompileHs Stage1: compiler/typecheck/FamInst.hs => _build/stage1/compiler/build/FamInst.o| Run Ghc CompileHs Stage1: compiler/iface/IfaceSyn.hs => _build/stage1/compiler/build/IfaceSyn.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CLabel.hs => _build/stage1/compiler/build/CLabel.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEnv.hs => _build/stage1/compiler/build/TcEnv.o| Run Ghc CompileHs Stage1: compiler/typecheck/FunDeps.hs => _build/stage1/compiler/build/FunDeps.o| Run Ghc CompileHs Stage1: compiler/rename/RnFixity.hs => _build/stage1/compiler/build/RnFixity.o| Run Ghc CompileHs Stage1: compiler/cmm/BlockId.hs => _build/stage1/compiler/build/BlockId.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmExpr.hs => _build/stage1/compiler/build/CmmExpr.p_o| Run Ghc CompileHs Stage1: compiler/ghci/Linker.hs => _build/stage1/compiler/build/Linker.o| Run Ghc CompileHs Stage1: compiler/deSugar/DsMonad.hs => _build/stage1/compiler/build/DsMonad.o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/NoRegs.hs => _build/stage1/compiler/build/CodeGen/Platform/NoRegs.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/ARM64.hs => _build/stage1/compiler/build/CodeGen/Platform/ARM64.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/SPARC.hs => _build/stage1/compiler/build/CodeGen/Platform/SPARC.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/X86_64.hs => _build/stage1/compiler/build/CodeGen/Platform/X86_64.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsExpr.hs-boot => _build/stage1/compiler/build/DsExpr.o-boot| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/CmmLex.hs => _build/stage1/compiler/build/CmmLex.p_o| Run Ghc CompileHs Stage1: compiler/cmm/PprCmmExpr.hs => _build/stage1/compiler/build/PprCmmExpr.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/Match.hs-boot => _build/stage1/compiler/build/Match.o-boot| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/PPC.hs => _build/stage1/compiler/build/CodeGen/Platform/PPC.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/ARM.hs => _build/stage1/compiler/build/CodeGen/Platform/ARM.p_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreUtils.hs => _build/stage1/compiler/build/CoreUtils.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform/X86.hs => _build/stage1/compiler/build/CodeGen/Platform/X86.p_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsBinds.hs => _build/stage1/compiler/build/HsBinds.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/CodeGen/Platform.hs => _build/stage1/compiler/build/CodeGen/Platform.p_o| Run Ghc CompileHs Stage1: compiler/profiling/ProfInit.hs => _build/stage1/compiler/build/ProfInit.p_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsPat.hs => _build/stage1/compiler/build/HsPat.p_o| Run Ghc CompileHs Stage1: compiler/main/GhcPlugins.hs => _build/stage1/compiler/build/GhcPlugins.o| Run Ghc CompileHs Stage1: compiler/rename/RnUtils.hs => _build/stage1/compiler/build/RnUtils.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreSubst.hs => _build/stage1/compiler/build/CoreSubst.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHsSyn.hs => _build/stage1/compiler/build/TcHsSyn.o| Run Ghc CompileHs Stage1: compiler/rename/RnEnv.hs => _build/stage1/compiler/build/RnEnv.o| Run Ghc CompileHs Stage1: compiler/main/StaticPtrTable.hs => _build/stage1/compiler/build/StaticPtrTable.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreArity.hs => _build/stage1/compiler/build/CoreArity.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnTypes.hs => _build/stage1/compiler/build/RnTypes.o| Run Ghc CompileHs Stage1: compiler/typecheck/Inst.hs => _build/stage1/compiler/build/Inst.o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreTidy.hs => _build/stage1/compiler/build/CoreTidy.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsUtils.hs => _build/stage1/compiler/build/DsUtils.o| Run Ghc CompileHs Stage1: compiler/simplCore/CallArity.hs => _build/stage1/compiler/build/CallArity.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcUnify.hs => _build/stage1/compiler/build/TcUnify.o| Run Ghc CompileHs Stage1: compiler/typecheck/ClsInst.hs => _build/stage1/compiler/build/ClsInst.o| Run Ghc CompileHs Stage1: compiler/deSugar/TmOracle.hs => _build/stage1/compiler/build/TmOracle.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcErrors.hs => _build/stage1/compiler/build/TcErrors.o| Run Ghc CompileHs Stage1: compiler/rename/RnPat.hs => _build/stage1/compiler/build/RnPat.o| Run Ghc CompileHs Stage1: compiler/rename/RnNames.hs => _build/stage1/compiler/build/RnNames.o| Run Ghc CompileHs Stage1: compiler/simplCore/Exitify.hs => _build/stage1/compiler/build/Exitify.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/SAT.hs => _build/stage1/compiler/build/SAT.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnEnv.hs => _build/stage1/compiler/build/RnEnv.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnExports.hs => _build/stage1/compiler/build/TcRnExports.o| Run Ghc CompileHs Stage1: compiler/rename/RnBinds.hs => _build/stage1/compiler/build/RnBinds.o| Run Ghc CompileHs Stage1: compiler/rename/RnSource.hs => _build/stage1/compiler/build/RnSource.o| Run Ghc CompileHs Stage1: compiler/rename/RnNames.hs => _build/stage1/compiler/build/RnNames.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/ClsInst.hs => _build/stage1/compiler/build/ClsInst.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSMonad.hs => _build/stage1/compiler/build/TcSMonad.dyn_o| Run Ghc CompileHs Stage1: compiler/rename/RnTypes.hs => _build/stage1/compiler/build/RnTypes.dyn_o| Run Ghc CompileHs Stage1: compiler/main/DynamicLoading.hs => _build/stage1/compiler/build/DynamicLoading.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnExports.hs => _build/stage1/compiler/build/TcRnExports.dyn_o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplCore.hs => _build/stage1/compiler/build/SimplCore.dyn_o| Run Ghc CompileHs Stage1: compiler/main/DynamicLoading.hs => _build/stage1/compiler/build/DynamicLoading.o| Run Ghc CompileHs Stage1: compiler/simplCore/OccurAnal.hs => _build/stage1/compiler/build/OccurAnal.p_o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgSyn.hs => _build/stage1/compiler/build/StgSyn.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplCore.hs => _build/stage1/compiler/build/SimplCore.o| Run Ghc CompileHs Stage1: compiler/cmm/CmmNode.hs => _build/stage1/compiler/build/CmmNode.p_o| Run Ghc CompileHs Stage1: compiler/ghci/RtClosureInspect.hs => _build/stage1/compiler/build/RtClosureInspect.o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgLint.hs => _build/stage1/compiler/build/StgLint.p_o| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams/LiftM.hs => _build/stage1/compiler/build/StgLiftLams/LiftM.p_o| Run Ghc CompileHs Stage1: compiler/simplStg/StgStats.hs => _build/stage1/compiler/build/StgStats.p_o| Run Ghc CompileHs Stage1: compiler/stgSyn/StgFVs.hs => _build/stage1/compiler/build/StgFVs.p_o| Run Ghc CompileHs Stage1: compiler/simplStg/StgCse.hs => _build/stage1/compiler/build/StgCse.p_o| Run Ghc CompileHs Stage1: compiler/cmm/Cmm.hs => _build/stage1/compiler/build/Cmm.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSMonad.hs => _build/stage1/compiler/build/TcSMonad.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPluginM.hs => _build/stage1/compiler/build/TcPluginM.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcFlatten.hs => _build/stage1/compiler/build/TcFlatten.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmClosure.hs => _build/stage1/compiler/build/StgCmmClosure.p_o| Run Ghc CompileHs Stage1: compiler/cmm/PprCmmDecl.hs => _build/stage1/compiler/build/PprCmmDecl.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Regs.hs => _build/stage1/compiler/build/X86/Regs.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PprBase.hs => _build/stage1/compiler/build/PprBase.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmArgRep.hs => _build/stage1/compiler/build/StgCmmArgRep.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/X86/FreeRegs.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcCanonical.hs => _build/stage1/compiler/build/TcCanonical.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmUtils.hs => _build/stage1/compiler/build/CmmUtils.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/Dwarf/Constants.hs => _build/stage1/compiler/build/Dwarf/Constants.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/Format.hs => _build/stage1/compiler/build/Format.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Regs.hs => _build/stage1/compiler/build/PPC/Regs.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmInfo.hs => _build/stage1/compiler/build/CmmInfo.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmOpt.hs => _build/stage1/compiler/build/CmmOpt.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Regs.hs => _build/stage1/compiler/build/SPARC/Regs.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/CgUtils.hs => _build/stage1/compiler/build/CgUtils.p_o| Run Ghc CompileHs Stage1: compiler/cmm/Debug.hs => _build/stage1/compiler/build/Debug.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/RegInfo.hs => _build/stage1/compiler/build/X86/RegInfo.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/PPC/FreeRegs.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcInteract.hs => _build/stage1/compiler/build/TcInteract.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/PprCmm.hs => _build/stage1/compiler/build/PprCmm.p_o| Run Ghc CompileHs Stage1: compiler/cmm/Hoopl/Dataflow.hs => _build/stage1/compiler/build/Hoopl/Dataflow.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmLive.hs => _build/stage1/compiler/build/CmmLive.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/TargetReg.hs => _build/stage1/compiler/build/TargetReg.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/SPARC/FreeRegs.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSimplify.hs => _build/stage1/compiler/build/TcSimplify.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmContFlowOpt.hs => _build/stage1/compiler/build/CmmContFlowOpt.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmImplementSwitchPlans.hs => _build/stage1/compiler/build/CmmImplementSwitchPlans.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmCommonBlockElim.hs => _build/stage1/compiler/build/CmmCommonBlockElim.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcFlatten.hs => _build/stage1/compiler/build/TcFlatten.o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/X86_64/FreeRegs.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcValidity.hs => _build/stage1/compiler/build/TcValidity.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHoleErrors.hs => _build/stage1/compiler/build/TcHoleErrors.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcCanonical.hs => _build/stage1/compiler/build/TcCanonical.o| Run Ghc CompileHs Stage1: compiler/nativeGen/Instruction.hs => _build/stage1/compiler/build/Instruction.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcGenDeriv.hs => _build/stage1/compiler/build/TcGenDeriv.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHsType.hs => _build/stage1/compiler/build/TcHsType.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Instr.hs => _build/stage1/compiler/build/PPC/Instr.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/RegInfo.hs => _build/stage1/compiler/build/PPC/RegInfo.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcInteract.hs => _build/stage1/compiler/build/TcInteract.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcGenFunctor.hs => _build/stage1/compiler/build/TcGenFunctor.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSigs.hs => _build/stage1/compiler/build/TcSigs.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDefaults.hs => _build/stage1/compiler/build/TcDefaults.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSimplify.hs => _build/stage1/compiler/build/TcSimplify.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPat.hs => _build/stage1/compiler/build/TcPat.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcGenGenerics.hs => _build/stage1/compiler/build/TcGenGenerics.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcValidity.hs => _build/stage1/compiler/build/TcValidity.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDerivUtils.hs => _build/stage1/compiler/build/TcDerivUtils.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcBinds.hs => _build/stage1/compiler/build/TcBinds.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHsType.hs => _build/stage1/compiler/build/TcHsType.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDerivInfer.hs => _build/stage1/compiler/build/TcDerivInfer.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcTypeable.hs => _build/stage1/compiler/build/TcTypeable.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcMatches.hs => _build/stage1/compiler/build/TcMatches.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDefaults.hs => _build/stage1/compiler/build/TcDefaults.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcArrows.hs => _build/stage1/compiler/build/TcArrows.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcGenDeriv.hs => _build/stage1/compiler/build/TcGenDeriv.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcTyDecls.hs => _build/stage1/compiler/build/TcTyDecls.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/Types.hs => _build/stage1/compiler/build/Llvm/Types.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/Ppr.hs => _build/stage1/compiler/build/PPC/Ppr.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcBackpack.hs => _build/stage1/compiler/build/TcBackpack.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/MetaData.hs => _build/stage1/compiler/build/Llvm/MetaData.p_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/AbsSyn.hs => _build/stage1/compiler/build/Llvm/AbsSyn.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcGenFunctor.hs => _build/stage1/compiler/build/TcGenFunctor.o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm/PpLlvm.hs => _build/stage1/compiler/build/Llvm/PpLlvm.p_o| Run Ghc CompileHs Stage1: compiler/llvmGen/Llvm.hs => _build/stage1/compiler/build/Llvm.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcGenGenerics.hs => _build/stage1/compiler/build/TcGenGenerics.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSigs.hs => _build/stage1/compiler/build/TcSigs.o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Regs.hs => _build/stage1/compiler/build/LlvmCodeGen/Regs.p_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Base.hs => _build/stage1/compiler/build/LlvmCodeGen/Base.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDerivUtils.hs => _build/stage1/compiler/build/TcDerivUtils.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Imm.hs => _build/stage1/compiler/build/SPARC/Imm.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcClassDcl.hs => _build/stage1/compiler/build/TcClassDcl.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPatSyn.hs => _build/stage1/compiler/build/TcPatSyn.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDerivInfer.hs => _build/stage1/compiler/build/TcDerivInfer.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/AddrMode.hs => _build/stage1/compiler/build/SPARC/AddrMode.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/Check.hs => _build/stage1/compiler/build/Check.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Stack.hs => _build/stage1/compiler/build/SPARC/Stack.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcExpr.hs => _build/stage1/compiler/build/TcExpr.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Instr.hs => _build/stage1/compiler/build/SPARC/Instr.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsGRHSs.hs => _build/stage1/compiler/build/DsGRHSs.dyn_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Base.hs => _build/stage1/compiler/build/SPARC/CodeGen/Base.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPat.hs => _build/stage1/compiler/build/TcPat.o| Run Ghc CompileHs Stage1: compiler/deSugar/DsBinds.hs => _build/stage1/compiler/build/DsBinds.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcForeign.hs => _build/stage1/compiler/build/TcForeign.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcBinds.hs => _build/stage1/compiler/build/TcBinds.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRules.hs => _build/stage1/compiler/build/TcRules.dyn_o| Run Ghc CompileHs Stage1: compiler/deSugar/MatchCon.hs => _build/stage1/compiler/build/MatchCon.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Data.hs => _build/stage1/compiler/build/LlvmCodeGen/Data.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/Match.hs => _build/stage1/compiler/build/Match.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcTyDecls.hs => _build/stage1/compiler/build/TcTyDecls.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcClassDcl.hs => _build/stage1/compiler/build/TcClassDcl.o| Run Ghc CompileHs Stage1: compiler/deSugar/DsArrows.hs => _build/stage1/compiler/build/DsArrows.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPatSyn.hs => _build/stage1/compiler/build/TcPatSyn.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcBackpack.hs => _build/stage1/compiler/build/TcBackpack.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcTypeable.hs => _build/stage1/compiler/build/TcTypeable.o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/Ppr.hs => _build/stage1/compiler/build/LlvmCodeGen/Ppr.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcMatches.hs => _build/stage1/compiler/build/TcMatches.o| Run Ghc CompileHs Stage1: compiler/deSugar/DsListComp.hs => _build/stage1/compiler/build/DsListComp.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen/CodeGen.hs => _build/stage1/compiler/build/LlvmCodeGen/CodeGen.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcArrows.hs => _build/stage1/compiler/build/TcArrows.o| Run Ghc CompileHs Stage1: compiler/cmm/PprC.hs => _build/stage1/compiler/build/PprC.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmCallConv.hs => _build/stage1/compiler/build/CmmCallConv.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcExpr.hs => _build/stage1/compiler/build/TcExpr.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/Ppr.hs => _build/stage1/compiler/build/SPARC/Ppr.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/CFG.hs => _build/stage1/compiler/build/CFG.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsExpr.hs => _build/stage1/compiler/build/DsExpr.dyn_o| Run Ghc CompileHs Stage1: compiler/cmm/MkGraph.hs => _build/stage1/compiler/build/MkGraph.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcForeign.hs => _build/stage1/compiler/build/TcForeign.o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmMonad.hs => _build/stage1/compiler/build/StgCmmMonad.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRules.hs => _build/stage1/compiler/build/TcRules.o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Expand.hs => _build/stage1/compiler/build/SPARC/CodeGen/Expand.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Sanity.hs => _build/stage1/compiler/build/SPARC/CodeGen/Sanity.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmBind.hs-boot => _build/stage1/compiler/build/StgCmmBind.p_o-boot| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmExtCode.hs => _build/stage1/compiler/build/StgCmmExtCode.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmUtils.hs => _build/stage1/compiler/build/StgCmmUtils.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Liveness.hs => _build/stage1/compiler/build/RegAlloc/Liveness.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmLint.hs => _build/stage1/compiler/build/CmmLint.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/SpillClean.hs => _build/stage1/compiler/build/RegAlloc/Graph/SpillClean.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Coalesce.hs => _build/stage1/compiler/build/RegAlloc/Graph/Coalesce.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/Base.hs => _build/stage1/compiler/build/RegAlloc/Linear/Base.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Spill.hs => _build/stage1/compiler/build/RegAlloc/Graph/Spill.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/SpillCost.hs => _build/stage1/compiler/build/RegAlloc/Graph/SpillCost.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmTicky.hs => _build/stage1/compiler/build/StgCmmTicky.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/Stats.hs => _build/stage1/compiler/build/RegAlloc/Linear/Stats.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Stats.hs => _build/stage1/compiler/build/RegAlloc/Graph/Stats.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/State.hs => _build/stage1/compiler/build/RegAlloc/Linear/State.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Graph/Main.hs => _build/stage1/compiler/build/RegAlloc/Graph/Main.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmEnv.hs => _build/stage1/compiler/build/StgCmmEnv.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/NCGMonad.hs => _build/stage1/compiler/build/NCGMonad.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Instr.hs => _build/stage1/compiler/build/X86/Instr.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot => _build/stage1/compiler/build/SPARC/CodeGen/Gen32.p_o-boot| Run Ghc CompileHs Stage1: compiler/nativeGen/BlockLayout.hs => _build/stage1/compiler/build/BlockLayout.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Amode.hs => _build/stage1/compiler/build/SPARC/CodeGen/Amode.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/CondCode.hs => _build/stage1/compiler/build/SPARC/CodeGen/CondCode.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Gen64.hs => _build/stage1/compiler/build/SPARC/CodeGen/Gen64.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/Ppr.hs => _build/stage1/compiler/build/X86/Ppr.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmLayout.hs => _build/stage1/compiler/build/StgCmmLayout.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen/Gen32.hs => _build/stage1/compiler/build/SPARC/CodeGen/Gen32.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PIC.hs => _build/stage1/compiler/build/PIC.p_o| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams/Analysis.hs => _build/stage1/compiler/build/StgLiftLams/Analysis.p_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeInstr.hs => _build/stage1/compiler/build/ByteCodeInstr.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/PPC/CodeGen.hs => _build/stage1/compiler/build/PPC/CodeGen.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/X86/CodeGen.hs => _build/stage1/compiler/build/X86/CodeGen.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/Dwarf/Types.hs => _build/stage1/compiler/build/Dwarf/Types.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/Dwarf.hs => _build/stage1/compiler/build/Dwarf.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmProcPoint.hs => _build/stage1/compiler/build/CmmProcPoint.p_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CorePrep.hs => _build/stage1/compiler/build/CorePrep.o| Run Ghc CompileHs Stage1: compiler/rename/RnSplice.hs => _build/stage1/compiler/build/RnSplice.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDeriv.hs => _build/stage1/compiler/build/TcDeriv.o| Run Ghc CompileHs Stage1: compiler/main/TidyPgm.hs => _build/stage1/compiler/build/TidyPgm.o| Run Ghc CompileHs Stage1: compiler/rename/RnExpr.hs => _build/stage1/compiler/build/RnExpr.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcInstDcls.hs-boot => _build/stage1/compiler/build/TcInstDcls.o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcTyClsDecls.hs => _build/stage1/compiler/build/TcTyClsDecls.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPluginM.hs => _build/stage1/compiler/build/TcPluginM.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsDecls.hs => _build/stage1/compiler/build/HsDecls.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/CodeGen.hs => _build/stage1/compiler/build/SPARC/CodeGen.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcInstDcls.hs => _build/stage1/compiler/build/TcInstDcls.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsExpr.hs => _build/stage1/compiler/build/HsExpr.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/CSE.hs => _build/stage1/compiler/build/CSE.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs => _build/stage1/compiler/build/RegAlloc/Linear/FreeRegs.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/SPARC/ShortcutJump.hs => _build/stage1/compiler/build/SPARC/ShortcutJump.p_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsUtils.hs => _build/stage1/compiler/build/HsUtils.p_o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsInstances.hs => _build/stage1/compiler/build/HsInstances.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs => _build/stage1/compiler/build/RegAlloc/Linear/JoinToTargets.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsCCall.hs => _build/stage1/compiler/build/DsCCall.o| Run Ghc CompileHs Stage1: compiler/deSugar/MatchLit.hs => _build/stage1/compiler/build/MatchLit.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsSyn.hs => _build/stage1/compiler/build/HsSyn.p_o| Run Ghc CompileHs Stage1: compiler/main/HscStats.hs => _build/stage1/compiler/build/HscStats.p_o| Run Ghc CompileHs Stage1: compiler/parser/HaddockUtils.hs => _build/stage1/compiler/build/HaddockUtils.p_o| Run Ghc CompileHs Stage1: compiler/backpack/BkpSyn.hs => _build/stage1/compiler/build/BkpSyn.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/PmExpr.hs => _build/stage1/compiler/build/PmExpr.p_o| Run Ghc CompileHs Stage1: compiler/parser/RdrHsSyn.hs => _build/stage1/compiler/build/RdrHsSyn.p_o| Run Ghc CompileHs Stage1: compiler/main/HscTypes.hs => _build/stage1/compiler/build/HscTypes.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsForeign.hs => _build/stage1/compiler/build/DsForeign.o| Run Ghc CompileHs Stage1: compiler/hsSyn/HsDumpAst.hs => _build/stage1/compiler/build/HsDumpAst.p_o| Run Ghc CompileHs Stage1: compiler/main/GhcMonad.hs => _build/stage1/compiler/build/GhcMonad.p_o| Run Ghc CompileHs Stage1: compiler/main/SysTools/Tasks.hs => _build/stage1/compiler/build/SysTools/Tasks.p_o| Run Ghc CompileHs Stage1: compiler/coreSyn/MkCore.hs => _build/stage1/compiler/build/MkCore.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnTypes.hs => _build/stage1/compiler/build/TcRnTypes.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmHpc.hs => _build/stage1/compiler/build/StgCmmHpc.p_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreOpt.hs => _build/stage1/compiler/build/CoreOpt.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/CoreMonad.hs => _build/stage1/compiler/build/CoreMonad.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHoleErrors.hs-boot => _build/stage1/compiler/build/TcHoleErrors.p_o-boot| Run Ghc CompileHs Stage1: compiler/rename/RnExpr.hs-boot => _build/stage1/compiler/build/RnExpr.p_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcMatches.hs-boot => _build/stage1/compiler/build/TcMatches.p_o-boot| Run Ghc CompileHs Stage1: compiler/main/Plugins.hs => _build/stage1/compiler/build/Plugins.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/ExtractDocs.hs => _build/stage1/compiler/build/ExtractDocs.p_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreLint.hs => _build/stage1/compiler/build/CoreLint.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnHsDoc.hs => _build/stage1/compiler/build/RnHsDoc.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplMonad.hs => _build/stage1/compiler/build/SimplMonad.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcExpr.hs-boot => _build/stage1/compiler/build/TcExpr.p_o-boot| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/Parser.hs => _build/stage1/compiler/build/Parser.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEvTerm.hs => _build/stage1/compiler/build/TcEvTerm.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplEnv.hs => _build/stage1/compiler/build/SimplEnv.p_o| Run Ghc CompileHs Stage1: compiler/main/Finder.hs => _build/stage1/compiler/build/Finder.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSplice.hs-boot => _build/stage1/compiler/build/TcSplice.p_o-boot| Run Ghc CompileHs Stage1: compiler/main/HeaderInfo.hs => _build/stage1/compiler/build/HeaderInfo.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsUsage.hs => _build/stage1/compiler/build/DsUsage.p_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CoreUnfold.hs => _build/stage1/compiler/build/CoreUnfold.p_o| Run Ghc CompileHs Stage1: compiler/main/PipelineMonad.hs => _build/stage1/compiler/build/PipelineMonad.p_o| Run Ghc CompileHs Stage1: compiler/specialise/Rules.hs => _build/stage1/compiler/build/Rules.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/LiberateCase.hs => _build/stage1/compiler/build/LiberateCase.p_o| Run Ghc CompileHs Stage1: compiler/prelude/PrelRules.hs => _build/stage1/compiler/build/PrelRules.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsMeta.hs => _build/stage1/compiler/build/DsMeta.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnDriver.hs-boot => _build/stage1/compiler/build/TcRnDriver.p_o-boot| Run Ghc CompileHs Stage1: compiler/main/SysTools/ExtraObj.hs => _build/stage1/compiler/build/SysTools/ExtraObj.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplUtils.hs => _build/stage1/compiler/build/SimplUtils.p_o| Run Ghc CompileHs Stage1: compiler/basicTypes/MkId.hs => _build/stage1/compiler/build/MkId.p_o| Run Ghc CompileHs Stage1: compiler/main/SysTools.hs => _build/stage1/compiler/build/SysTools.p_o| Run Ghc CompileHs Stage1: compiler/iface/TcIface.hs-boot => _build/stage1/compiler/build/TcIface.p_o-boot| Run Ghc CompileHs Stage1: compiler/simplCore/SetLevels.hs => _build/stage1/compiler/build/SetLevels.p_o| Run Ghc CompileHs Stage1: compiler/hsSyn/Convert.hs => _build/stage1/compiler/build/Convert.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/RegAlloc/Linear/Main.hs => _build/stage1/compiler/build/RegAlloc/Linear/Main.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/FloatOut.hs => _build/stage1/compiler/build/FloatOut.p_o| Run Ghc CompileHs Stage1: compiler/nativeGen/AsmCodeGen.hs => _build/stage1/compiler/build/AsmCodeGen.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcUnify.hs-boot => _build/stage1/compiler/build/TcUnify.p_o-boot| Run Ghc CompileHs Stage1: compiler/stgSyn/CoreToStg.hs => _build/stage1/compiler/build/CoreToStg.p_o| Run Ghc CompileHs Stage1: compiler/iface/ToIface.hs => _build/stage1/compiler/build/ToIface.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/Simplify.hs => _build/stage1/compiler/build/Simplify.p_o| Run Ghc CompileHs Stage1: compiler/simplStg/UnariseStg.hs => _build/stage1/compiler/build/UnariseStg.p_o| Run Ghc CompileHs Stage1: compiler/stranal/WwLib.hs => _build/stage1/compiler/build/WwLib.p_o| Run Ghc CompileHs Stage1: compiler/specialise/Specialise.hs => _build/stage1/compiler/build/Specialise.p_o| Run Ghc CompileHs Stage1: compiler/hieFile/HieUtils.hs => _build/stage1/compiler/build/HieUtils.p_o| Run Ghc CompileHs Stage1: compiler/stranal/DmdAnal.hs => _build/stage1/compiler/build/DmdAnal.p_o| Run Ghc CompileHs Stage1: compiler/stranal/WorkWrap.hs => _build/stage1/compiler/build/WorkWrap.p_o| Run Ghc CompileHs Stage1: compiler/specialise/SpecConstr.hs => _build/stage1/compiler/build/SpecConstr.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/Check.hs => _build/stage1/compiler/build/Check.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEnv.hs-boot => _build/stage1/compiler/build/TcEnv.p_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnMonad.hs => _build/stage1/compiler/build/TcRnMonad.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcTypeNats.hs => _build/stage1/compiler/build/TcTypeNats.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsGRHSs.hs => _build/stage1/compiler/build/DsGRHSs.o| Run Ghc CompileHs Stage1: compiler/prelude/PrelInfo.hs => _build/stage1/compiler/build/PrelInfo.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsBinds.hs => _build/stage1/compiler/build/DsBinds.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcAnnotations.hs => _build/stage1/compiler/build/TcAnnotations.p_o| Run Ghc CompileHs Stage1: compiler/iface/LoadIface.hs-boot => _build/stage1/compiler/build/LoadIface.p_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcPatSyn.hs-boot => _build/stage1/compiler/build/TcPatSyn.p_o-boot| Run Ghc CompileHs Stage1: compiler/rename/RnUnbound.hs => _build/stage1/compiler/build/RnUnbound.p_o| Run Ghc CompileHs Stage1: compiler/iface/IfaceEnv.hs => _build/stage1/compiler/build/IfaceEnv.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/MatchCon.hs => _build/stage1/compiler/build/MatchCon.o| Run Ghc CompileHs Stage1: compiler/rename/RnSplice.hs-boot => _build/stage1/compiler/build/RnSplice.p_o-boot| Run Ghc CompileHs Stage1: compiler/backpack/NameShape.hs => _build/stage1/compiler/build/NameShape.p_o| Run Ghc CompileHs Stage1: compiler/iface/BuildTyCl.hs => _build/stage1/compiler/build/BuildTyCl.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/Match.hs => _build/stage1/compiler/build/Match.o| Run Ghc CompileHs Stage1: compiler/backpack/RnModIface.hs => _build/stage1/compiler/build/RnModIface.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/FloatIn.hs => _build/stage1/compiler/build/FloatIn.p_o| Run Ghc CompileHs Stage1: compiler/iface/BinIface.hs => _build/stage1/compiler/build/BinIface.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsListComp.hs => _build/stage1/compiler/build/DsListComp.o| Run Ghc CompileHs Stage1: compiler/deSugar/DsArrows.hs => _build/stage1/compiler/build/DsArrows.o| Run Ghc CompileHs Stage1: compiler/iface/FlagChecker.hs => _build/stage1/compiler/build/FlagChecker.p_o| Run Ghc CompileHs Stage1: compiler/hieFile/HieBin.hs => _build/stage1/compiler/build/HieBin.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsExpr.hs => _build/stage1/compiler/build/DsExpr.o| Run Ghc CompileHs Stage1: compiler/rename/RnPat.hs => _build/stage1/compiler/build/RnPat.dyn_o| Run Ghc CompileHs Stage1: compiler/hieFile/HieDebug.hs => _build/stage1/compiler/build/HieDebug.p_o| Run Ghc CompileHs Stage1: compiler/main/Hooks.hs => _build/stage1/compiler/build/Hooks.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnBinds.hs => _build/stage1/compiler/build/RnBinds.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcMType.hs => _build/stage1/compiler/build/TcMType.p_o| Run Ghc CompileHs Stage1: compiler/ghci/GHCi.hs => _build/stage1/compiler/build/GHCi.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnSource.hs => _build/stage1/compiler/build/RnSource.dyn_o| Run Ghc CompileHs Stage1: compiler/iface/LoadIface.hs => _build/stage1/compiler/build/LoadIface.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/Coverage.hs => _build/stage1/compiler/build/Coverage.p_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeItbls.hs => _build/stage1/compiler/build/ByteCodeItbls.p_o| Run Ghc CompileHs Stage1: compiler/iface/MkIface.hs => _build/stage1/compiler/build/MkIface.p_o| Run Ghc CompileHs Stage1: compiler/iface/TcIface.hs => _build/stage1/compiler/build/TcIface.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcEnv.hs => _build/stage1/compiler/build/TcEnv.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/FamInst.hs => _build/stage1/compiler/build/FamInst.p_o| Run Ghc CompileHs Stage1: compiler/main/PprTyThing.hs => _build/stage1/compiler/build/PprTyThing.p_o| Run Ghc CompileHs Stage1: compiler/main/GhcPlugins.hs => _build/stage1/compiler/build/GhcPlugins.p_o| Run Ghc CompileHs Stage1: compiler/main/StaticPtrTable.hs => _build/stage1/compiler/build/StaticPtrTable.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHsSyn.hs => _build/stage1/compiler/build/TcHsSyn.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnUtils.hs => _build/stage1/compiler/build/RnUtils.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsMonad.hs => _build/stage1/compiler/build/DsMonad.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/TmOracle.hs => _build/stage1/compiler/build/TmOracle.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnEnv.hs => _build/stage1/compiler/build/RnEnv.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnFixity.hs => _build/stage1/compiler/build/RnFixity.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsExpr.hs-boot => _build/stage1/compiler/build/DsExpr.p_o-boot| Run Ghc CompileHs Stage1: compiler/deSugar/Match.hs-boot => _build/stage1/compiler/build/Match.p_o-boot| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeLink.hs => _build/stage1/compiler/build/ByteCodeLink.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsUtils.hs => _build/stage1/compiler/build/DsUtils.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnNames.hs => _build/stage1/compiler/build/RnNames.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnTypes.hs => _build/stage1/compiler/build/RnTypes.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/MatchLit.hs => _build/stage1/compiler/build/MatchLit.p_o| Run Ghc CompileHs Stage1: compiler/coreSyn/CorePrep.hs => _build/stage1/compiler/build/CorePrep.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnExports.hs => _build/stage1/compiler/build/TcRnExports.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsMeta.hs => _build/stage1/compiler/build/DsMeta.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsCCall.hs => _build/stage1/compiler/build/DsCCall.p_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeAsm.hs => _build/stage1/compiler/build/ByteCodeAsm.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsForeign.hs => _build/stage1/compiler/build/DsForeign.p_o| Run Ghc CompileHs Stage1: compiler/ghci/Linker.hs => _build/stage1/compiler/build/Linker.p_o| Run Ghc CompileHs Stage1: compiler/ghci/ByteCodeGen.hs => _build/stage1/compiler/build/ByteCodeGen.p_o| Run Ghc CompileHs Stage1: compiler/main/DynamicLoading.hs => _build/stage1/compiler/build/DynamicLoading.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDeriv.hs => _build/stage1/compiler/build/TcDeriv.dyn_o| Run Ghc CompileHs Stage1: compiler/rename/RnSplice.hs => _build/stage1/compiler/build/RnSplice.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/FunDeps.hs => _build/stage1/compiler/build/FunDeps.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/Inst.hs => _build/stage1/compiler/build/Inst.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcInstDcls.hs-boot => _build/stage1/compiler/build/TcInstDcls.dyn_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcTyClsDecls.hs => _build/stage1/compiler/build/TcTyClsDecls.dyn_o| Run Ghc CompileHs Stage1: compiler/rename/RnExpr.hs => _build/stage1/compiler/build/RnExpr.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcUnify.hs => _build/stage1/compiler/build/TcUnify.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/ClsInst.hs => _build/stage1/compiler/build/ClsInst.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcInstDcls.hs => _build/stage1/compiler/build/TcInstDcls.dyn_o| Run Ghc CompileHs Stage1: compiler/ghci/RtClosureInspect.hs => _build/stage1/compiler/build/RtClosureInspect.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcErrors.hs => _build/stage1/compiler/build/TcErrors.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnDriver.hs => _build/stage1/compiler/build/TcRnDriver.dyn_o| Run Ghc CompileHs Stage1: compiler/llvmGen/LlvmCodeGen.hs => _build/stage1/compiler/build/LlvmCodeGen.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSMonad.hs => _build/stage1/compiler/build/TcSMonad.p_o| Run Ghc CompileHs Stage1: compiler/main/CodeOutput.hs => _build/stage1/compiler/build/CodeOutput.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/Desugar.hs => _build/stage1/compiler/build/Desugar.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcFlatten.hs => _build/stage1/compiler/build/TcFlatten.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPluginM.hs => _build/stage1/compiler/build/TcPluginM.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcCanonical.hs => _build/stage1/compiler/build/TcCanonical.p_o| Run Ghc CompileHs Stage1: compiler/hieFile/HieAst.hs => _build/stage1/compiler/build/HieAst.dyn_o| Run Ghc CompileHs Stage1: compiler/main/TidyPgm.hs => _build/stage1/compiler/build/TidyPgm.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcInteract.hs => _build/stage1/compiler/build/TcInteract.p_o| Run Ghc CompileHs Stage1: compiler/main/HscMain.hs => _build/stage1/compiler/build/HscMain.dyn_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmProf.hs => _build/stage1/compiler/build/StgCmmProf.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSimplify.hs => _build/stage1/compiler/build/TcSimplify.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmForeign.hs => _build/stage1/compiler/build/StgCmmForeign.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmHeap.hs => _build/stage1/compiler/build/StgCmmHeap.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmLayoutStack.hs => _build/stage1/compiler/build/CmmLayoutStack.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHoleErrors.hs => _build/stage1/compiler/build/TcHoleErrors.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmPrim.hs => _build/stage1/compiler/build/StgCmmPrim.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmBuildInfoTables.hs => _build/stage1/compiler/build/CmmBuildInfoTables.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmCon.hs => _build/stage1/compiler/build/StgCmmCon.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcValidity.hs => _build/stage1/compiler/build/TcValidity.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnPat.hs => _build/stage1/compiler/build/RnPat.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmExpr.hs => _build/stage1/compiler/build/StgCmmExpr.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnBinds.hs => _build/stage1/compiler/build/RnBinds.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcGenDeriv.hs => _build/stage1/compiler/build/TcGenDeriv.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmmBind.hs => _build/stage1/compiler/build/StgCmmBind.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHsType.hs => _build/stage1/compiler/build/TcHsType.p_o| Run Ghc CompileHs Stage1: _build/stage1/compiler/build/CmmParse.hs => _build/stage1/compiler/build/CmmParse.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcGenFunctor.hs => _build/stage1/compiler/build/TcGenFunctor.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcGenGenerics.hs => _build/stage1/compiler/build/TcGenGenerics.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDefaults.hs => _build/stage1/compiler/build/TcDefaults.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnSource.hs => _build/stage1/compiler/build/RnSource.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSigs.hs => _build/stage1/compiler/build/TcSigs.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDerivUtils.hs => _build/stage1/compiler/build/TcDerivUtils.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnSplice.hs => _build/stage1/compiler/build/RnSplice.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPat.hs => _build/stage1/compiler/build/TcPat.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDerivInfer.hs => _build/stage1/compiler/build/TcDerivInfer.p_o| Run Ghc CompileHs Stage1: compiler/rename/RnExpr.hs => _build/stage1/compiler/build/RnExpr.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcBinds.hs => _build/stage1/compiler/build/TcBinds.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmSink.hs => _build/stage1/compiler/build/CmmSink.p_o| Run Ghc CompileHs Stage1: compiler/cmm/CmmPipeline.hs => _build/stage1/compiler/build/CmmPipeline.p_o| Run Ghc CompileHs Stage1: compiler/simplCore/SimplCore.hs => _build/stage1/compiler/build/SimplCore.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcMatches.hs => _build/stage1/compiler/build/TcMatches.p_o| Run Ghc CompileHs Stage1: compiler/main/InteractiveEval.hs => _build/stage1/compiler/build/InteractiveEval.dyn_o| Run Ghc CompileHs Stage1: compiler/main/DriverPipeline.hs => _build/stage1/compiler/build/DriverPipeline.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcArrows.hs => _build/stage1/compiler/build/TcArrows.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcTypeable.hs => _build/stage1/compiler/build/TcTypeable.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSplice.hs => _build/stage1/compiler/build/TcSplice.dyn_o| Run Ghc CompileHs Stage1: compiler/main/GhcMake.hs => _build/stage1/compiler/build/GhcMake.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcClassDcl.hs => _build/stage1/compiler/build/TcClassDcl.p_o| Run Ghc CompileHs Stage1: compiler/main/GHC.hs => _build/stage1/compiler/build/GHC.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcTyDecls.hs => _build/stage1/compiler/build/TcTyDecls.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcDeriv.hs => _build/stage1/compiler/build/TcDeriv.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcPatSyn.hs => _build/stage1/compiler/build/TcPatSyn.p_o| Run Ghc CompileHs Stage1: compiler/main/DriverMkDepend.hs => _build/stage1/compiler/build/DriverMkDepend.dyn_o| Run Ghc CompileHs Stage1: compiler/backpack/DriverBkp.hs => _build/stage1/compiler/build/DriverBkp.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcExpr.hs => _build/stage1/compiler/build/TcExpr.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcBackpack.hs => _build/stage1/compiler/build/TcBackpack.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcInstDcls.hs-boot => _build/stage1/compiler/build/TcInstDcls.p_o-boot| Run Ghc CompileHs Stage1: compiler/typecheck/TcTyClsDecls.hs => _build/stage1/compiler/build/TcTyClsDecls.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcForeign.hs => _build/stage1/compiler/build/TcForeign.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRules.hs => _build/stage1/compiler/build/TcRules.p_o| Run Ghc CompileHs Stage1: compiler/ghci/Debugger.hs => _build/stage1/compiler/build/Debugger.dyn_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcInstDcls.hs => _build/stage1/compiler/build/TcInstDcls.p_o| Run Ghc CompileHs Stage1: compiler/codeGen/StgCmm.hs => _build/stage1/compiler/build/StgCmm.p_o| Run Ghc LinkHs Stage1: _build/stage1/compiler/build/c/parser/cutils.dyn_o (and 467 more) => _build/stage1/compiler/build/libHSghc-8.9.0.20190604-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: compiler/deSugar/Check.hs => _build/stage1/compiler/build/Check.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnDriver.hs => _build/stage1/compiler/build/TcRnDriver.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsGRHSs.hs => _build/stage1/compiler/build/DsGRHSs.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Pos.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Pos.o| Run Ghc CompileHs Stage1: compiler/deSugar/DsBinds.hs => _build/stage1/compiler/build/DsBinds.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Error.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Error.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Error.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Error.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Pos.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Pos.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Pos.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Pos.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Error.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Error.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Pos.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Pos.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/MatchCon.hs => _build/stage1/compiler/build/MatchCon.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Error.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Error.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Prim.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Prim.o| Run Ghc CompileHs Stage1: compiler/deSugar/Match.hs => _build/stage1/compiler/build/Match.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/ByteString/Lazy.hs => _build/stage1/libraries/parsec/build/Text/Parsec/ByteString/Lazy.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Combinator.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Combinator.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Combinator.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Combinator.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/String.hs => _build/stage1/libraries/parsec/build/Text/Parsec/String.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Expr.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Expr.o| Run Ghc CompileHs Stage1: compiler/deSugar/DsListComp.hs => _build/stage1/compiler/build/DsListComp.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Prim.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Prim.o| Run Ghc CompileHs Stage1: compiler/deSugar/DsArrows.hs => _build/stage1/compiler/build/DsArrows.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Text/Lazy.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Text/Lazy.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Text.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Text.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Prim.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Prim.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/ByteString.hs => _build/stage1/libraries/parsec/build/Text/Parsec/ByteString.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Pos.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Pos.dyn_o| Run Ghc CompileHs Stage1: compiler/deSugar/DsExpr.hs => _build/stage1/compiler/build/DsExpr.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/ByteString.hs => _build/stage1/libraries/parsec/build/Text/Parsec/ByteString.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/ByteString/Lazy.hs => _build/stage1/libraries/parsec/build/Text/Parsec/ByteString/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Char.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Char.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Combinator.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Combinator.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Text/Lazy.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Text/Lazy.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Expr.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Expr.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Combinator.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Combinator.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Token.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Token.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Error.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Error.dyn_o| Run Ghc CompileHs Stage1: compiler/deSugar/Desugar.hs => _build/stage1/compiler/build/Desugar.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Error.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Error.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Token.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Token.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Prim.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Prim.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/String.hs => _build/stage1/libraries/parsec/build/Text/Parsec/String.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Prim.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Prim.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Text.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Text.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Pos.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Pos.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec.hs => _build/stage1/libraries/parsec/build/Text/Parsec.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Char.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Char.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Perm.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Perm.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec.p_o| Run Ghc CompileHs Stage1: compiler/hieFile/HieAst.hs => _build/stage1/compiler/build/HieAst.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Expr.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Expr.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Perm.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Perm.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Language.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Language.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Char.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Char.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Language.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Language.p_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Text/Lazy.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Text/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/ByteString/Lazy.hs => _build/stage1/libraries/parsec/build/Text/Parsec/ByteString/Lazy.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Text.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Text.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Char.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Char.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Char.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Char.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec.hs => _build/stage1/libraries/parsec/build/Text/Parsec.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Perm.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Perm.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Combinator.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Combinator.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/String.hs => _build/stage1/libraries/parsec/build/Text/Parsec/String.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Expr.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Expr.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Char.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Char.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec.hs => _build/stage1/libraries/parsec/build/Text/Parsec.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Prim.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Prim.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Token.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Token.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Perm.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Perm.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Combinator.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Combinator.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Perm.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Perm.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Token.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Token.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Language.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Language.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Token.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Token.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Language.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Language.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Expr.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Expr.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/ByteString.hs => _build/stage1/libraries/parsec/build/Text/Parsec/ByteString.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/Parsec/Language.hs => _build/stage1/libraries/parsec/build/Text/Parsec/Language.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Expr.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Expr.dyn_o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Token.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Token.o| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Language.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Language.o| Run Ghc LinkHs Stage1: _build/stage1/libraries/parsec/build/Text/Parsec.dyn_o (and 24 more) => _build/stage1/libraries/parsec/build/libHSparsec-3.1.13.0-ghc8.9.0.20190604.so| Run Ghc CompileHs Stage1: libraries/parsec/src/Text/ParserCombinators/Parsec/Perm.hs => _build/stage1/libraries/parsec/build/Text/ParserCombinators/Parsec/Perm.oWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams/Transformation.hs => _build/stage1/compiler/build/StgLiftLams/Transformation.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcHoleErrors.hs => _build/stage1/compiler/build/TcHoleErrors.o| Run Ghc CompileHs Stage1: compiler/simplStg/StgLiftLams.hs => _build/stage1/compiler/build/StgLiftLams.p_o| Run Ghc CompileHs Stage1: compiler/simplStg/SimplStg.hs => _build/stage1/compiler/build/SimplStg.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/MonadFail.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/MonadFail.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/Cabal/Cabal/build/autogen/Paths_Cabal.hs => _build/stage1/libraries/Cabal/Cabal/build/Paths_Cabal.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/String.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/String.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/UnionFind.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/UnionFind.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Directory.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Directory.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Binary.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Binary.o| Run Ghc CompileHs Stage1: compiler/main/HscMain.hs => _build/stage1/compiler/build/HscMain.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/Base62.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/Base62.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/UnionFind.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/UnionFind.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Newtype.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Newtype.p_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/Cabal/Cabal/build/autogen/Paths_Cabal.hs => _build/stage1/libraries/Cabal/Cabal/build/Paths_Cabal.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/String.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/String.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Binary.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Binary.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Newtype.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Newtype.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Utils.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Utils.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Semigroup.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Semigroup.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Directory.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Directory.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Newtype.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Newtype.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Exception.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Exception.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Directory.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Directory.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/MonadFail.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/MonadFail.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Stack.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Stack.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Internal/TempFile.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Internal/TempFile.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Utils.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Utils.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/MonadFail.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/MonadFail.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Binary.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Binary.dyn_o| Run Ghc CompileHs Stage1: _build/stage1/libraries/Cabal/Cabal/build/autogen/Paths_Cabal.hs => _build/stage1/libraries/Cabal/Cabal/build/Paths_Cabal.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/UnionFind.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/UnionFind.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Semigroup.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Semigroup.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Exception.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Exception.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/Base62.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/Base62.p_o| Run Ghc CompileHs Stage1: compiler/main/InteractiveEval.hs => _build/stage1/compiler/build/InteractiveEval.p_o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSplice.hs => _build/stage1/compiler/build/TcSplice.p_o| Run Ghc CompileHs Stage1: compiler/main/DriverPipeline.hs => _build/stage1/compiler/build/DriverPipeline.p_o| Run Ghc CompileHs Stage1: compiler/main/GhcMake.hs => _build/stage1/compiler/build/GhcMake.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Internal/TempFile.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Internal/TempFile.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Prelude.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Prelude.p_o| Run Ghc CompileHs Stage1: compiler/main/GHC.hs => _build/stage1/compiler/build/GHC.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Stack.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Stack.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Graph.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Graph.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/ShortText.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/ShortText.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Condition.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Condition.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/Generic.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/Generic.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Environment.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Environment.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/FieldLineStream.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/FieldLineStream.p_o| Run Ghc CompileHs Stage1: compiler/main/DriverMkDepend.hs => _build/stage1/compiler/build/DriverMkDepend.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Internal.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Internal.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/IOData.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/IOData.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/GetOpt.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/GetOpt.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Parsing.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Parsing.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/MapAccum.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/MapAccum.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/GetShortPathName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/GetShortPathName.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Quirks.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Quirks.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/CharParsing.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/CharParsing.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Flag.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Flag.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/CreatePipe.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/CreatePipe.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Prelude/Internal.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Prelude/Internal.p_o| Run Ghc CompileHs Stage1: compiler/backpack/DriverBkp.hs => _build/stage1/compiler/build/DriverBkp.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Pretty.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Pretty.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/PreProcess/Unlit.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/PreProcess/Unlit.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/CCompiler.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/CCompiler.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Field.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Field.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/DList.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/DList.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/TestSuite.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/TestSuite.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Lens.p_o| Run Ghc CompileHs Stage1: compiler/ghci/Debugger.hs => _build/stage1/compiler/build/Debugger.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/CondTree.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/CondTree.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/Progress.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/Progress.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Position.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Position.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Prelude.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Prelude.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/SnocList.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/SnocList.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Warning.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Warning.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Error.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Error.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/GetOpt.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/GetOpt.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Environment.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Environment.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/CopyFile.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/CopyFile.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Quirks.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Quirks.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/CabalSpecVersion.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/CabalSpecVersion.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Condition.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Condition.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/Progress.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/Progress.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/TestSuite.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/TestSuite.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/SnocList.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/SnocList.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/Generic.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/Generic.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Prelude/Internal.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Prelude/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Flag.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Flag.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseListVersion.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseListVersion.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Field.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Field.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Internal.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Position.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Position.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/FieldLineStream.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/FieldLineStream.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/PreProcess/Unlit.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/PreProcess/Unlit.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Error.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Error.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Warning.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Warning.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/CreatePipe.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/CreatePipe.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/MapAccum.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/MapAccum.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/IOData.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/IOData.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/LexerMonad.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/LexerMonad.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Graph.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Graph.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/CCompiler.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/CCompiler.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Parsing.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Parsing.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Lex.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Lex.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Lexer.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Lexer.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Semigroup.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Semigroup.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/CharParsing.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/CharParsing.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/DList.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/DList.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/LexerMonad.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/LexerMonad.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Lex.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Lex.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/CondTree.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/CondTree.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/ReadE.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/ReadE.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Lexer.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Lexer.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Verbosity.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Verbosity.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/GetShortPathName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/GetShortPathName.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Parser.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Parser.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/CabalSpecVersion.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/CabalSpecVersion.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/ShortText.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/ShortText.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/Base62.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/Base62.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Stack.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Stack.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Utils.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Utils.p_o| Run Ghc CompileHs Stage1: compiler/iface/MkIface.hs => _build/stage1/compiler/build/MkIface.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Prelude.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Prelude.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/AbiHash.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/AbiHash.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigVersion.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigVersion.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigName.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Language/Haskell/Extension.hs => _build/stage1/libraries/Cabal/Cabal/build/Language/Haskell/Extension.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/GetOpt.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/GetOpt.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Field.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Field.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/CreatePipe.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/CreatePipe.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/CopyFile.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/CopyFile.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/Progress.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/Progress.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/CCompiler.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/CCompiler.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/SnocList.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/SnocList.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseReference.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseReference.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Quirks.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Quirks.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Text.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Text.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LibraryVisibility.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LibraryVisibility.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/TestSuite.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/TestSuite.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/PreProcess/Unlit.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/PreProcess/Unlit.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/DList.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/DList.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/Class.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Class.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/MapAccum.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/MapAccum.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Lex.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Lex.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Flag.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Flag.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Parsing.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Parsing.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/System.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/System.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Environment.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Environment.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentId.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLibOption.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLibOption.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/ModuleName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/ModuleName.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ExecutableScope.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ExecutableScope.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Prelude/Internal.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Prelude/Internal.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Position.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Position.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ModuleRenaming.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ModuleRenaming.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageName.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Error.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Error.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/IncludeRenaming.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/IncludeRenaming.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ModuleReexport.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ModuleReexport.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLibType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLibType.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Mixin.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Mixin.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/IOData.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/IOData.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/CharParsing.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/CharParsing.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BuildType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BuildType.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/ReadE.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/ReadE.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/UnqualComponentName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/UnqualComponentName.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SourceRepo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SourceRepo.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/GetShortPathName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/GetShortPathName.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Internal.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Internal.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LibraryName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LibraryName.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SourceRepo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SourceRepo/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Pretty.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Pretty.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/CabalSpecVersion.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/CabalSpecVersion.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentName.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/MungedPackageName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/MungedPackageName.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseListVersion.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseListVersion.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Condition.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Condition.o| Run Ghc CompileHs Stage1: compiler/main/PprTyThing.hs => _build/stage1/compiler/build/PprTyThing.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Warning.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Warning.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/CondTree.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/CondTree.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/LexerMonad.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/LexerMonad.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcRnDriver.hs => _build/stage1/compiler/build/TcRnDriver.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/GivenComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/GivenComponent.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Lexer.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Lexer.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Graph.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Graph.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Parser.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Parser.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseListVersion.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseListVersion.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Version.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Version.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseExceptionId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseExceptionId.p_o| Run Ghc CompileHs Stage1: compiler/deSugar/Desugar.hs => _build/stage1/compiler/build/Desugar.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/VersionRange.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/VersionRange.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseId.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageVersionConstraint.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageVersionConstraint.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseExpression.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseExpression.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/VersionInterval.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/VersionInterval.p_o| Run Ghc CompileHs Stage1: compiler/hieFile/HieAst.hs => _build/stage1/compiler/build/HieAst.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Version.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Version.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigVersionRange.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigVersionRange.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compiler.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compiler.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ExeDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ExeDependency.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageId.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BenchmarkType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BenchmarkType.p_o| Run Ghc CompileHs Stage1: compiler/main/HscMain.hs => _build/stage1/compiler/build/HscMain.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageName/Magic.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageName/Magic.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageId/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageId/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Dependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Dependency.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/MungedPackageId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/MungedPackageId.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BenchmarkInterface.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BenchmarkInterface.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestType.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/UnitId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/UnitId.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestSuiteInterface.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestSuiteInterface.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Module.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Module.p_o| Run Ghc CompileHs Stage1: compiler/main/DriverPipeline.hs => _build/stage1/compiler/build/DriverPipeline.o| Run Ghc CompileHs Stage1: compiler/typecheck/TcSplice.hs => _build/stage1/compiler/build/TcSplice.o| Run Ghc CompileHs Stage1: compiler/main/InteractiveEval.hs => _build/stage1/compiler/build/InteractiveEval.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/FullUnitId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/FullUnitId.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ModSubst.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ModSubst.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ExposedModule.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ExposedModule.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ModuleScope.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ModuleScope.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SetupBuildInfo.p_o| Run Ghc CompileHs Stage1: compiler/main/GhcMake.hs => _build/stage1/compiler/build/GhcMake.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/DependencyMap.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/DependencyMap.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SetupBuildInfo/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Package.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Package.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigDependency.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/AbiDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/AbiDependency.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/AnnotatedId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/AnnotatedId.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/InstallDirs.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentInclude.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentInclude.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Parser.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Parser.dyn_o| Run Ghc CompileHs Stage1: compiler/main/GHC.hs => _build/stage1/compiler/build/GHC.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Verbosity.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Verbosity.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/String.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/String.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/Generic.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/Generic.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/ShortText.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/ShortText.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/FieldLineStream.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/FieldLineStream.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Exception.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Exception.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Internal/TempFile.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Internal/TempFile.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/Class.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Class.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLibType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLibType.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/System.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/System.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LibraryVisibility.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LibraryVisibility.o| Run Ghc CompileHs Stage1: compiler/main/DriverMkDepend.hs => _build/stage1/compiler/build/DriverMkDepend.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ExecutableScope.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ExecutableScope.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Language/Haskell/Extension.hs => _build/stage1/libraries/Cabal/Cabal/build/Language/Haskell/Extension.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseId.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/ReadE.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/ReadE.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/ModuleName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/ModuleName.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageName.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Version.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Version.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Text.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Text.o| Run Ghc CompileHs Stage1: compiler/backpack/DriverBkp.hs => _build/stage1/compiler/build/DriverBkp.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SourceRepo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SourceRepo.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseExceptionId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseExceptionId.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BuildType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BuildType.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Verbosity.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Verbosity.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLibOption.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLibOption.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigVersion.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigVersion.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/UnqualComponentName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/UnqualComponentName.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SourceRepo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SourceRepo/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/VersionRange.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/VersionRange.o| Run Ghc CompileHs Stage1: compiler/ghci/Debugger.hs => _build/stage1/compiler/build/Debugger.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LibraryName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LibraryName.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/VersionInterval.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/VersionInterval.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigVersionRange.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigVersionRange.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageVersionConstraint.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageVersionConstraint.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/MungedPackageName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/MungedPackageName.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentName.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/AbiHash.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/AbiHash.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseReference.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseReference.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Version.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Version.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ModuleRenaming.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ModuleRenaming.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ModuleReexport.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ModuleReexport.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ExeDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ExeDependency.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compiler.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compiler.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LegacyExeDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LegacyExeDependency.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageId.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestType.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/IncludeRenaming.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/IncludeRenaming.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Dependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Dependency.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageId/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageId/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageName/Magic.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageName/Magic.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Mixin.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Mixin.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SetupBuildInfo.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Utils.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Utils.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SetupBuildInfo/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BenchmarkType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BenchmarkType.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseExpression.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseExpression.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/ParseResult.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/ParseResult.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/ResponseFile.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/ResponseFile.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Pretty.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Pretty.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/Parsec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Parsec.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BenchmarkInterface.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BenchmarkInterface.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/License.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/License.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/DescribeUnitId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/DescribeUnitId.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Find.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Find.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/NubList.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/NubList.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/Pretty.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Pretty.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Compiler.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Time.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Time.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/License.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/License.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC/ImplInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/ImplInfo.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Command.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Command.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Glob.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Glob.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestSuiteInterface.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestSuiteInterface.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Newtypes.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Newtypes.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/LogProgress.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/LogProgress.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/DependencyMap.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/DependencyMap.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/MungedPackageId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/MungedPackageId.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigName.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/CopyFile.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/CopyFile.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigDependency.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentId.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Utils.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Utils.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BuildInfo.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/UnitId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/UnitId.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/ResponseFile.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/ResponseFile.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Module.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Module.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BuildInfo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BuildInfo/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/LogProgress.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/LogProgress.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Compiler.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Glob.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Glob.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/HookedBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/HookedBuildInfo.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Benchmark.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Benchmark.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLib.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLib.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestSuite.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestSuite.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Benchmark/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Benchmark/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/NubList.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/NubList.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/ParseResult.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/ParseResult.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestSuite/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestSuite/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Package.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Package.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC/ImplInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/ImplInfo.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Find.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Find.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/AnnotatedId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/AnnotatedId.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/AbiDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/AbiDependency.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentInclude.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentInclude.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/InstallDirs.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/GivenComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/GivenComponent.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLib/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLib/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Library.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Library.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Time.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Time.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Executable.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Executable.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Library/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Library/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/Parsec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Parsec.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Component.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Component.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Pretty.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Pretty.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentRequestedSpec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentRequestedSpec.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ModSubst.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ModSubst.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ExposedModule.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ExposedModule.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/Pretty.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Pretty.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/FullUnitId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/FullUnitId.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/FieldDescrs.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/FieldDescrs.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ModuleScope.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ModuleScope.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Executable/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Executable/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageDescription.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageDescription.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Command.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Command.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/DescribeUnitId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/DescribeUnitId.p_o| Run Ghc CompileHs Stage1: ghc/GHCi/Util.hs => _build/stage1/ghc/build/GHCi/Util.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/GenericPackageDescription.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageDescription/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageDescription/Lens.o| Run Ghc CompileHs Stage1: ghc/GHCi/Leak.hs => _build/stage1/ghc/build/GHCi/Leak.p_o| Run Ghc CompileHs Stage1: ghc/GHCi/UI/Info.hs => _build/stage1/ghc/build/GHCi/UI/Info.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LegacyExeDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LegacyExeDependency.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/GenericPackageDescription/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/ConfVar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/ConfVar.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Lens.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BuildInfo.p_o| Run Ghc CompileHs Stage1: ghc/GHCi/UI/Monad.hs => _build/stage1/ghc/build/GHCi/UI/Monad.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Configuration.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/BuildToolDepends.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/BuildToolDepends.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/HookedBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/HookedBuildInfo.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BuildInfo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BuildInfo/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/FieldGrammar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/FieldGrammar.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/FieldDescrs.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/FieldDescrs.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLib.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLib.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo/FieldGrammar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo/FieldGrammar.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Executable.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Executable.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Library.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Library.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/InstalledPackageInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/InstalledPackageInfo.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Executable/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Executable/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Benchmark.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Benchmark.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ModuleShape.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ModuleShape.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentLocalBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentLocalBuildInfo.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/PreModuleShape.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/PreModuleShape.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Benchmark/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Benchmark/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/PackageIndex.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/PackageIndex.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/UnifyM.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/UnifyM.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLib/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLib/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/PreExistingComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/PreExistingComponent.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestSuite.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestSuite.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/MixLink.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/MixLink.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Parsec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Parsec.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/PrettyPrint.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/PrettyPrint.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Component.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Component.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestSuite/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestSuite/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentRequestedSpec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentRequestedSpec.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TargetInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TargetInfo.o| Run Ghc CompileHs Stage1: ghc/GHCi/UI/Tags.hs => _build/stage1/ghc/build/GHCi/UI/Tags.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Types.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Types.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/License.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/License.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Run.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Run.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX.p_o| Run Ghc CompileHs Stage1: ghc/GHCi/UI.hs => _build/stage1/ghc/build/GHCi/UI.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/GHC.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/GHC.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Hpc.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Hpc.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Script.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Script.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/HcPkg.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/HcPkg.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Builtin.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Builtin.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/License.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/License.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Db.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Db.o| Run Ghc CompileHs Stage1: ghc/Main.hs => _build/stage1/ghc/build/Main.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageDescription.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageDescription.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Setup.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Setup.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/GenericPackageDescription.p_o| Run Ghc LinkHs Stage1: _build/stage1/ghc/build/c/hschooks.p_o (and 7 more) => _build/stage1/bin/ghc| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Make.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Make.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/ConfVar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/ConfVar.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/GenericPackageDescription/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LocalBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LocalBuildInfo.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Newtypes.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Newtypes.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/LocalBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/LocalBuildInfo.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Types.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Types.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Run.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Run.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/BuildToolDepends.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/BuildToolDepends.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/BuildTarget.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/BuildTarget.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Ar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Ar.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Ld.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Ld.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/GHC.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/GHC.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Hpc.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Hpc.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/BuildPaths.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/BuildPaths.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/Id.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/Id.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Build/PathsModule.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Build/PathsModule.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ConfiguredComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ConfiguredComponent.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC/Internal.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/Internal.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/UHC.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/UHC.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/LinkedComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/LinkedComponent.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Check.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Check.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ReadyComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ReadyComponent.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/HaskellSuite.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/HaskellSuite.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test/Log.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test/Log.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Script.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Script.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Builtin.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Builtin.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Build/Macros.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Build/Macros.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo/FieldGrammar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo/FieldGrammar.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Db.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Db.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/InstalledPackageInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/InstalledPackageInfo.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Strip.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Strip.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/PackageIndex.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/PackageIndex.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentLocalBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentLocalBuildInfo.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ModuleShape.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ModuleShape.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/HcPkg.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/HcPkg.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/PreExistingComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/PreExistingComponent.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/UnifyM.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/UnifyM.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/PreModuleShape.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/PreModuleShape.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/MixLink.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/MixLink.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Setup.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Setup.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TargetInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TargetInfo.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC/EnvironmentParser.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/EnvironmentParser.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Make.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Make.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LocalBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LocalBuildInfo.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Strip.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Strip.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/LocalBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/LocalBuildInfo.p_o/----------------------------------------------------------\| Successfully built program 'ghc-bin' (Stage1). || Executable: _build/stage1/bin/ghc || Program synopsis: The Glorious Glasgow Haskell Compiler. |\----------------------------------------------------------/| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Hpc.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Hpc.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Ar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Ar.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/BuildTarget.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/BuildTarget.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Build/Macros.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Build/Macros.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Ld.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Ld.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/Id.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/Id.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHCJS.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHCJS.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test/LibV09.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test/LibV09.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ConfiguredComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ConfiguredComponent.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test/ExeV10.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test/ExeV10.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/PreProcess.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/PreProcess.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ComponentsGraph.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ComponentsGraph.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/UserHooks.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/UserHooks.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/SrcDist.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/SrcDist.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Register.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Register.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Hpc.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Hpc.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/LinkedComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/LinkedComponent.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Install.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Install.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test/Log.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test/Log.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ReadyComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ReadyComponent.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Bench.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Bench.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/BuildPaths.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/BuildPaths.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/Configure.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/Configure.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ComponentsGraph.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ComponentsGraph.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC/Internal.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/Internal.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/HaskellSuite.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/HaskellSuite.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/Configure.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/Configure.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC/EnvironmentParser.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/EnvironmentParser.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHCJS.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHCJS.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Configure.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Configure.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Build/PathsModule.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Build/PathsModule.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Build.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Build.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test/LibV09.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test/LibV09.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test/ExeV10.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test/ExeV10.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Doctest.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Doctest.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/PreProcess.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/PreProcess.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Haddock.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/UHC.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/UHC.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/UserHooks.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/UserHooks.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple.o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Install.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Install.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Bench.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Bench.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Register.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Register.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Pretty.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Pretty.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Library/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Library/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLibOption.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLibOption.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Version.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Version.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigName.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseId.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/AbiHash.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/AbiHash.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigVersion.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigVersion.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseExceptionId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseExceptionId.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/System.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/System.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ExecutableScope.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ExecutableScope.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Language/Haskell/Extension.hs => _build/stage1/libraries/Cabal/Cabal/build/Language/Haskell/Extension.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SourceRepo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SourceRepo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseReference.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseReference.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/Class.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Class.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SourceRepo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SourceRepo/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/LicenseExpression.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseExpression.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/ModuleName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/ModuleName.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageName.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ModuleRenaming.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ModuleRenaming.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/UnqualComponentName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/UnqualComponentName.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ModuleReexport.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ModuleReexport.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LibraryName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LibraryName.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/IncludeRenaming.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/IncludeRenaming.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLibType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLibType.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LibraryVisibility.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LibraryVisibility.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentName.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Mixin.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Mixin.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageDescription/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageDescription/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/MungedPackageName.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/MungedPackageName.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX/License.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX/License.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Lens.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentId.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Configuration.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/FieldGrammar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/FieldGrammar.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/GivenComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/GivenComponent.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Check.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Check.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Parsec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Parsec.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/PrettyPrint.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/PrettyPrint.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/SPDX.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/SPDX.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Configure.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Configure.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/SrcDist.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/SrcDist.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/VersionRange.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/VersionRange.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Text.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Text.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Build.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Build.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/VersionInterval.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/VersionInterval.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigVersionRange.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigVersionRange.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageVersionConstraint.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageVersionConstraint.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PkgconfigDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigDependency.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Haddock.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Doctest.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Doctest.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Version.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Version.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LegacyExeDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LegacyExeDependency.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BenchmarkType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BenchmarkType.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/License.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/License.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestType.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BenchmarkInterface.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BenchmarkInterface.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ExeDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ExeDependency.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compiler.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compiler.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageId.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple.p_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Dependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Dependency.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/UnitId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/UnitId.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageId/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageId/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Module.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Module.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/MungedPackageId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/MungedPackageId.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SetupBuildInfo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/DependencyMap.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/DependencyMap.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageName/Magic.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageName/Magic.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/SetupBuildInfo/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Utils.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Utils.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Package.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Package.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestSuiteInterface.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestSuiteInterface.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/InstallDirs.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/AnnotatedId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/AnnotatedId.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Command.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Command.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Glob.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Glob.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentInclude.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentInclude.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Compat/Time.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Compat/Time.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Find.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Find.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/NubList.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/NubList.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/Pretty.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/Pretty.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/DescribeUnitId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/DescribeUnitId.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/ParseResult.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/ParseResult.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/ResponseFile.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/ResponseFile.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BuildInfo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/Parsec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Parsec.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Utils/LogProgress.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Utils/LogProgress.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/HookedBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/HookedBuildInfo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ExposedModule.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ExposedModule.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BuildInfo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BuildInfo/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ModSubst.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ModSubst.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ModuleScope.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ModuleScope.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Benchmark.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Benchmark.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Executable.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Executable.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Library.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Library.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Benchmark/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Benchmark/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Executable/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Executable/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLib.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLib.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Library/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Library/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/FullUnitId.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/FullUnitId.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/Pretty.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Pretty.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/AbiDependency.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/AbiDependency.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ForeignLib/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLib/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestSuite.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestSuite.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/FieldGrammar/FieldDescrs.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/FieldDescrs.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Parsec/Newtypes.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Parsec/Newtypes.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TestSuite/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TestSuite/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Component.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Component.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/BuildType.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/BuildType.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentRequestedSpec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentRequestedSpec.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo/FieldGrammar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo/FieldGrammar.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Compiler.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageDescription.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageDescription.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/InstalledPackageInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/InstalledPackageInfo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC/ImplInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/ImplInfo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/PackageDescription/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/PackageDescription/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/PackageIndex.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/PackageIndex.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ModuleShape.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ModuleShape.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/PreModuleShape.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/PreModuleShape.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/PreExistingComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/PreExistingComponent.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/GenericPackageDescription.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/GenericPackageDescription/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Fields/ConfVar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Fields/ConfVar.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/BuildToolDepends.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/BuildToolDepends.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Types.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Types.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Configuration.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/ComponentLocalBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/ComponentLocalBuildInfo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Run.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Run.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/UnifyM.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/UnifyM.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/Lens.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/Lens.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/HcPkg.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/HcPkg.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Hpc.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Hpc.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/MixLink.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/MixLink.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/FieldGrammar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/FieldGrammar.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/GHC.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/GHC.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Script.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Script.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/TargetInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/TargetInfo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/PrettyPrint.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/PrettyPrint.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Parsec.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Parsec.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Builtin.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Builtin.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Db.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Db.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Strip.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Strip.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Setup.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Setup.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Make.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Make.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Types/LocalBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Types/LocalBuildInfo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/LocalBuildInfo.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/LocalBuildInfo.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Build/Macros.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Build/Macros.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Ar.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Ar.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ComponentsGraph.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ComponentsGraph.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Program/Ld.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Ld.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/Id.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/Id.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/BuildTarget.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/BuildTarget.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test/Log.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test/Log.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ConfiguredComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ConfiguredComponent.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/BuildPaths.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/BuildPaths.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Hpc.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Hpc.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/LinkedComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/LinkedComponent.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/PackageDescription/Check.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Check.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC/Internal.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/Internal.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/ReadyComponent.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/ReadyComponent.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Build/PathsModule.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Build/PathsModule.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/HaskellSuite.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/HaskellSuite.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHCJS.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHCJS.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test/ExeV10.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test/ExeV10.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC/EnvironmentParser.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/EnvironmentParser.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/UHC.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/UHC.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Backpack/Configure.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack/Configure.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/GHC.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/GHC.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test/LibV09.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test/LibV09.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Install.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Install.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Register.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Register.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/PreProcess.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/PreProcess.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/UserHooks.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/UserHooks.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/SrcDist.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/SrcDist.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Configure.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Configure.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Bench.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Bench.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Test.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Test.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Build.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Build.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Haddock.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple/Doctest.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple/Doctest.dyn_o| Run Ghc CompileHs Stage1: libraries/Cabal/Cabal/Distribution/Simple.hs => _build/stage1/libraries/Cabal/Cabal/build/Distribution/Simple.dyn_o| Run Ghc LinkHs Stage1: _build/stage1/libraries/Cabal/Cabal/build/Distribution/Backpack.dyn_o (and 227 more) => _build/stage1/libraries/Cabal/Cabal/build/libHSCabal-3.0.0.0-ghc8.9.0.20190604.soWarning: -rtsopts and -with-rtsopts have no effect with -shared. Call hs_init_ghc() from your main() function to set these options.| Run Ghc CompileHs Stage1: _build/stage1/utils/ghc-pkg/build/Version.hs => _build/stage1/utils/ghc-pkg/build/Version.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Types.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Hyperlinker/Types.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Types.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Xhtml/Types.o| Run Ghc CompileHs Stage1: _build/stage1/utils/haddock/build/haddock/autogen/Paths_haddock.hs => _build/stage1/utils/haddock/build/Paths_haddock.o| Run Ghc CompileHs Stage1: utils/ghc-pkg/Main.hs => _build/stage1/utils/ghc-pkg/build/Main.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/HaddockDB.hs => _build/stage1/utils/haddock/build/Haddock/Backends/HaddockDB.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Utils/Json.hs => _build/stage1/utils/haddock/build/Haddock/Utils/Json.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Syb.hs => _build/stage1/utils/haddock/build/Haddock/Syb.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-library/src/Documentation/Haddock/Types.hs => _build/stage1/utils/haddock/build/Documentation/Haddock/Types.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Version.hs => _build/stage1/utils/haddock/build/Haddock/Version.o| Run Ghc LinkHs Stage1: _build/stage1/utils/ghc-pkg/build/Main.o (and 1 more) => _build/stage1/bin/ghc-pkg| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Meta.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Xhtml/Meta.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-library/src/Documentation/Haddock/Doc.hs => _build/stage1/utils/haddock/build/Documentation/Haddock/Doc.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-library/src/Documentation/Haddock/Markup.hs => _build/stage1/utils/haddock/build/Documentation/Haddock/Markup.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Types.hs => _build/stage1/utils/haddock/build/Haddock/Types.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-library/src/Documentation/Haddock/Parser/Monad.hs => _build/stage1/utils/haddock/build/Documentation/Haddock/Parser/Monad.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-library/src/Documentation/Haddock/Parser/Util.hs => _build/stage1/utils/haddock/build/Documentation/Haddock/Parser/Util.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-library/src/Documentation/Haddock/Parser.hs => _build/stage1/utils/haddock/build/Documentation/Haddock/Parser.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/ModuleTree.hs => _build/stage1/utils/haddock/build/Haddock/ModuleTree.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/GhcUtils.hs => _build/stage1/utils/haddock/build/Haddock/GhcUtils.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Interface/Specialize.hs => _build/stage1/utils/haddock/build/Haddock/Interface/Specialize.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Parser.hs => _build/stage1/utils/haddock/build/Haddock/Parser.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Hyperlinker/Parser.o/---------------------------------------------------------------------------------\| Successfully built program 'ghc-pkg' (Stage1). || Executable: _build/stage1/bin/ghc-pkg || Program synopsis: A utility for querying and managing the GHC package database. |\---------------------------------------------------------------------------------/| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Utils.hs => _build/stage1/utils/haddock/build/Haddock/Utils.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Interface/Rename.hs => _build/stage1/utils/haddock/build/Haddock/Interface/Rename.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Interface/ParseModuleHeader.hs => _build/stage1/utils/haddock/build/Haddock/Interface/ParseModuleHeader.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Utils.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Xhtml/Utils.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/InterfaceFile.hs => _build/stage1/utils/haddock/build/Haddock/InterfaceFile.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Options.hs => _build/stage1/utils/haddock/build/Haddock/Options.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Doc.hs => _build/stage1/utils/haddock/build/Haddock/Doc.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Names.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Xhtml/Names.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Interface/Json.hs => _build/stage1/utils/haddock/build/Haddock/Interface/Json.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Themes.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Xhtml/Themes.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/DocMarkup.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Xhtml/DocMarkup.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/LaTeX.hs => _build/stage1/utils/haddock/build/Haddock/Backends/LaTeX.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Utils.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Hyperlinker/Utils.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Layout.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Xhtml/Layout.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Renderer.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Hyperlinker/Renderer.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Convert.hs => _build/stage1/utils/haddock/build/Haddock/Convert.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Decl.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Xhtml/Decl.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Hyperlinker.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Interface/LexParseRn.hs => _build/stage1/utils/haddock/build/Haddock/Interface/LexParseRn.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Xhtml.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Xhtml.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Backends/Hoogle.hs => _build/stage1/utils/haddock/build/Haddock/Backends/Hoogle.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Interface/AttachInstances.hs => _build/stage1/utils/haddock/build/Haddock/Interface/AttachInstances.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Interface/Create.hs => _build/stage1/utils/haddock/build/Haddock/Interface/Create.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock/Interface.hs => _build/stage1/utils/haddock/build/Haddock/Interface.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Haddock.hs => _build/stage1/utils/haddock/build/Haddock.o| Run Ghc CompileHs Stage1: utils/haddock/haddock-api/src/Documentation/Haddock.hs => _build/stage1/utils/haddock/build/Documentation/Haddock.o| Run Ghc CompileHs Stage1: utils/haddock/driver/Main.hs => _build/stage1/utils/haddock/build/Main.o| Run Ghc LinkHs Stage1: _build/stage1/utils/haddock/build/Main.o (and 46 more) => _build/stage1/bin/haddock/--------------------------------------------------------------------------\| Successfully built program 'haddock' (Stage1). || Executable: _build/stage1/bin/haddock || Program synopsis: A documentation-generation tool for Haskell libraries. |\--------------------------------------------------------------------------/shakeArgsWith 0.000s 0% Function shake 0.005s 0% Database read 0.986s 0% With database 0.034s 0% Running rules 600.255s 99% =========================Pool finished (634 threads, 3 max) 0.006s 0% Cleanup 0.000s 0% Total 601.287s 100% Build completed in 10m01s
So we end up:
(re-)compiling rts/Linker.c in all ways (_build/stage1/rts/build/)
(re-)linking libHSrts static and dynamic libs in all ways (_build/stage1/rts/build)
(re-) copying and registering the rts library at _build/stage1/lib/package.conf.d/rts-1.0.conf
(re-)linking _build/stage1/bin/hp2ps
we hit the RTS dynlib/symlink error, at which point I delete the RTS dynlibs (shouldn't be necessary against a fresh checkout of the master branch)
For all the libraries that we end up rebuilding, it looks like we re-compile all object files and relink only the dynamic libraries, not the static ones, and that we never re-install the said library files...? We also never see "Sucessfully built library 'XXX' for all libs but the RTS.
For the executables, we recompile all object files and print the pretty "Successfully built program 'XXX' (Stage1)" thing, but I don't see Hadrian re-linking the executable with the freshly produced object files anywhere.
I have a saner build log, for the quickest build flavour, and against a fresh master so that I don't have to do the "delete RTS dynlibs" step, which got fixed recently by David.
we re-compile modules for loads of libraries, but... never link the resulting objects together to produce a library file? (presumably because the contents would be the same as the existing library file's)
we re-compile modules for some executables, but not all of them; for instance, we only re-link hp2ps but we do recompile all of hsc2hs's modules and we produce the executable at the end; could this have something to do with RTS headers that are needed by some programs but not all of them, or something along those lines?
I will first look into why libraries get rebuilt for nothing.