grin-compiler / ghc-whole-program-compiler-project

GHC Whole Program Compiler and External STG IR tooling
116 stars 12 forks source link

Fresh Stage0 compile error #3

Closed bollu closed 3 years ago

bollu commented 3 years ago

I haven't gotten around to investigating what's going wrong, but I did think you'd be interested in the build failure:

     |                                                                                                                   ^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3547:17: error:
    Not in scope: ‘Prelude.error’
    No module named ‘Prelude’ is imported.
     |
3547 | notHappyAtAll = Prelude.error "Internal Happy error\n"
     |                 ^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3565:22: error:
    Not in scope: ‘Prelude.seq’
    No module named ‘Prelude’ is imported.
     |
3565 | happyDoSeq   a b = a `Prelude.seq` b
     |                      ^^^^^^^^^^^^^
Error when running Shake build system:
  at action, called at src/Rules.hs:71:19 in main:Rules
  at need, called at src/Rules.hs:93:5 in main:Rules
* Depends on: _build/stage0/lib/package.conf.d/ghc-8.11.0.20201112.conf
  at need, called at src/Rules/Register.hs:117:5 in main:Rules.Register
* Depends on: _build/stage0/compiler/build/libHSghc-8.11.0.20201112.a
  at need, called at src/Rules/Library.hs:214:5 in main:Rules.Library
* Depends on: _build/stage0/compiler/build/GHC/Cmm/Parser.o
  at &%>, called at src/Rules/Compile.hs:77:9 in main:Rules.Compile
* Depends on: _build/stage0/compiler/build/GHC/Cmm/Parser.o _build/stage0/compiler/build/GHC/Cmm/Parser.hi
  at cmd', called at src/Builder.hs:291:23 in main:Builder
  at cmd, called at src/Builder.hs:376:8 in main:Builder
* Raised the exception:
Development.Shake.cmd, system command failed
Command line: /usr/local/bin/ghc -Wall -hisuf hi -osuf o -hcsuf hc -static -hide-all-packages -no-user-package-db '-package-db _build/stage0/lib/package.conf.d' '-this-unit-id ghc-8.11.0.20201112' '-package-id array-0.5.4.0' '-package-id base-4.14.1.0' '-package-id binary-0.8.7.0' '-package-id bytestring-0.10.10.0' '-package-id containers-0.6.2.1' '-package-id deepseq-1.4.4.0' '-package-id directory-1.3.6.0' '-package-id filepath-1.4.2.1' '-package-id ghc-boot-8.11.0.20201112' '-package-id ghc-boot-th-8.11.0.20201112' '-package-id ghc-heap-8.11.0.20201112' '-package-id ghci-8.11.0.20201112' '-package-id hpc-0.6.1.0' '-package-id process-1.6.9.0' '-package-id template-haskell-2.17.0.0' '-package-id terminfo-0.4.1.4' '-package-id time-1.9.3' '-package-id transformers-0.5.6.2' '-package-id unix-2.7.2.2' -i -i/home/bollu/work/ghc-whole-program-compiler-project/ghc-wpc/_build/stage0/compiler/build -i/home/bollu/work/ghc-whole-program-compiler-project/ghc-wpc/_build/stage0/compiler/build/autogen -i/home/bollu/work/ghc-whole-program-compiler-project/ghc-wpc/compiler -Iincludes -I_build/stage0/lib -I_build/stage0/compiler/build -I_build/stage0/compiler/build/. -Icompiler/. -I/opt/ghc/8.10.2/lib/ghc-8.10.2/process-1.6.9.0/include -I/opt/ghc/8.10.2/lib/ghc-8.10.2/unix-2.7.2.2/include -I/opt/ghc/8.10.2/lib/ghc-8.10.2/time-1.9.3/include -I/opt/ghc/8.10.2/lib/ghc-8.10.2/bytestring-0.10.10.0/include -I/opt/ghc/8.10.2/lib/ghc-8.10.2/base-4.14.1.0/include -I/opt/ghc/8.10.2/lib/ghc-8.10.2/integer-gmp-1.0.3.0/include -I/opt/ghc/8.10.2/lib/ghc-8.10.2/include -I_build/stage0/lib -optc-I_build/stage0/lib -optP-include -optP_build/stage0/compiler/build/autogen/cabal_macros.h -outputdir _build/stage0/compiler/build -optc-Wno-error=inline -c _build/stage0/compiler/build/GHC/Cmm/Parser.hs -o _build/stage0/compiler/build/GHC/Cmm/Parser.o -O -H32m -Wall -Wno-name-shadowing -Wnoncanonical-monad-instances -Wnoncanonical-monoid-instances -this-unit-id ghc -XHaskell2010 -XNoImplicitPrelude -fno-ignore-interface-pragmas -fcmm-sink -fno-warn-deprecated-flags
Exit code: 1
Stderr and Stdout:
_build/stage0/compiler/build/GHC/Cmm/Parser.hs:477:24: error:
    Not in scope: ‘Prelude.*’
    No module named ‘Prelude’ is imported.
    |
477 |         bit_start = st Prelude.* 134
    |                        ^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:478:23: error:
    Not in scope: ‘Prelude.+’
    No module named ‘Prelude’ is imported.
    |
478 |         bit_end = (st Prelude.+ 1) Prelude.* 134
    |                       ^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:478:36: error:
    Not in scope: ‘Prelude.*’
    No module named ‘Prelude’ is imported.
    |
478 |         bit_end = (st Prelude.+ 1) Prelude.* 134
    |                                    ^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:480:16: error:
    Not in scope: ‘Prelude.map’
    No module named ‘Prelude’ is imported.
    |
480 |         bits = Prelude.map read_bit [bit_start..bit_end Prelude.- 1]
    |                ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:480:57: error:
    Not in scope: ‘Prelude.-’
    No module named ‘Prelude’ is imported.
    |
480 |         bits = Prelude.map read_bit [bit_start..bit_end Prelude.- 1]
    |                                                         ^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:481:24: error:
    Not in scope: ‘Prelude.zip’
    No module named ‘Prelude’ is imported.
    |
481 |         bits_indexed = Prelude.zip bits [0..133]
    |                        ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:482:31: error:
    Not in scope: ‘Prelude.concatMap’
    Perhaps you meant ‘GHC.Prelude.concatMap’ (imported from GHC.Prelude)
    No module named ‘Prelude’ is imported.
    |
482 |         token_strs_expected = Prelude.concatMap f bits_indexed
    |                               ^^^^^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:483:12: error:
    Not in scope: data constructor ‘Prelude.False’
    No module named ‘Prelude’ is imported.
    |
483 |         f (Prelude.False, _) = []
    |            ^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:484:12: error:
    Not in scope: data constructor ‘Prelude.True’
    No module named ‘Prelude’ is imported.
    |
484 |         f (Prelude.True, nr) = [token_strs Prelude.!! nr]
    |            ^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:484:44: error:
    Not in scope: ‘Prelude.!!’
    No module named ‘Prelude’ is imported.
    |
484 |         f (Prelude.True, nr) = [token_strs Prelude.!! nr]
    |                                            ^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:676:23: error:
    Not in scope: type constructor or class ‘Prelude.Int’
    No module named ‘Prelude’ is imported.
    |
676 | happy_n_terms = 78 :: Prelude.Int
    |                       ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:677:26: error:
    Not in scope: type constructor or class ‘Prelude.Int’
    No module named ‘Prelude’ is imported.
    |
677 | happy_n_nonterms = 54 :: Prelude.Int
    |                          ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:2667:48: error:
    Not in scope: type constructor or class ‘Prelude.Int’
    No module named ‘Prelude’ is imported.
     |
2667 | happyReduceArr :: () => Happy_Data_Array.Array Prelude.Int (Happy_GHC_Exts.Int# -> Located CmmToken -> Happy_GHC_Exts.Int# -> Happy_IntList -> HappyStk (HappyAbsSyn ) -> PD (HappyAbsSyn ))
     |                                                ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:2673:44: error:
    Not in scope: type constructor or class ‘Prelude.String’
    Perhaps you meant ‘GHC.Prelude.String’ (imported from GHC.Prelude)
    No module named ‘Prelude’ is imported.
     |
2673 | happyError' :: () => ((Located CmmToken), [Prelude.String]) -> PD a
     |                                            ^^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3366:99: error:
    Not in scope: type constructor or class ‘Prelude.Int’
    No module named ‘Prelude’ is imported.
     |
3366 |                                      happyFail (happyExpListPerState ((Happy_GHC_Exts.I# (st)) :: Prelude.Int)) i tk st
     |                                                                                                   ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3369:103: error:
    Not in scope: type constructor or class ‘Prelude.Bool’
    No module named ‘Prelude’ is imported.
     |
3369 |                 n | LT(n,(0# :: Happy_GHC_Exts.Int#)) -> {- nothing -}
     |                                                                                                       ^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3377:109: error:
    Not in scope: type constructor or class ‘Prelude.Bool’
    No module named ‘Prelude’ is imported.
     |
3377 |          check  = if GTE(off_i,(0# :: Happy_GHC_Exts.Int#))
     |                                                                                                             ^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3378:115: error:
    Not in scope: type constructor or class ‘Prelude.Bool’
    No module named ‘Prelude’ is imported.
     |
3378 |                   then EQ(indexShortOffAddr happyCheck off_i, i)
     |                                                                                                                   ^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3379:24: error:
    Not in scope: data constructor ‘Prelude.False’
    No module named ‘Prelude’ is imported.
     |
3379 |                   else Prelude.False
     |                        ^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3382:13: error:
    Not in scope: ‘Prelude.otherwise’
    Perhaps you meant ‘GHC.Prelude.otherwise’ (imported from GHC.Prelude)
    No module named ‘Prelude’ is imported.
     |
3382 |           | Prelude.otherwise = indexShortOffAddr happyDefActions st
     |             ^^^^^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3399:71: error:
    Not in scope: type constructor or class ‘Prelude.Bool’
    No module named ‘Prelude’ is imported.
     |
3399 | happyLt x y = LT(x,y)
     |                                                                       ^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3403:115: error:
    Not in scope: ‘Prelude.mod’
    No module named ‘Prelude’ is imported.
     |
3403 |     Bits.testBit (Happy_GHC_Exts.I# (indexShortOffAddr arr ((unbox_int bit) `Happy_GHC_Exts.iShiftRA#` 4#))) (bit `Prelude.mod` 16)
     |                                                                                                                   ^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3547:17: error:
    Not in scope: ‘Prelude.error’
    No module named ‘Prelude’ is imported.
     |
3547 | notHappyAtAll = Prelude.error "Internal Happy error\n"
     |                 ^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3565:22: error:
    Not in scope: ‘Prelude.seq’
    No module named ‘Prelude’ is imported.
     |
3565 | happyDoSeq   a b = a `Prelude.seq` b
     |                      ^^^^^^^^^^^^^

I'll update the issue as I figure it out.

csabahruska commented 3 years ago

Do you compile ghc-wpc with hadrian? The Command line: /usr/local/bin/ghc line seems suspicious to me. (you should not use the local ghc!) Maybe you are using the cabal version of hadrian. Use the stack version (build-stack), because it uses the right version of ghc for stage0.

csabahruska commented 3 years ago

Did you follow these instructions? https://github.com/grin-compiler/ghc-whole-program-compiler-project#usage-ghc-wpc-developer

bollu commented 3 years ago

Yes, I have. This fails at hadrian/build-stack -j

csabahruska commented 3 years ago

Then the hadrian/build-stack should use stack to download a ghc to $HOME/.stack directory and use it to compile the stage0. The question is why does it try to use the ghc from /usr/local/bin?

csabahruska commented 3 years ago

Did you run the hadrian/build-stack -j command from the ghc-wpc folder? (cd ghc-wpc)

bollu commented 3 years ago

Here's a recording of what I'm doing and what fails: https://asciinema.org/a/fIkCqtLUT673YJu1vHRyXvFsE I think I am running it from the ghc-wpc folder; perhaps I'm missing something.

csabahruska commented 3 years ago

Ok, here is my ./configure summary:

Configure completed successfully.

   Building GHC version  : 8.11.0.20201112
          Git commit id  : e32de938f57e2014c975523c8ab15585fdd5aa46

   Build platform        : x86_64-unknown-linux
   Host platform         : x86_64-unknown-linux
   Target platform       : x86_64-unknown-linux

   Bootstrapping using   : /usr/local/bin/ghc
      which is version   : 8.8.3

   Using (for bootstrapping) : gcc
   Using gcc                 : cc
      which is version       : 
      linker options         : -fuse-ld=gold
   Building a cross compiler : NO
   Unregisterised            : NO
   TablesNextToCode          : YES
   Build GMP in tree         : NO
   hs-cpp       : cc
   hs-cpp-flags : -E -undef -traditional
   ar           : ar
   ld           : ld.gold
   nm           : nm
   libtool      : 
   objdump      : objdump
   ranlib       : ranlib
   windres      : 
   dllwrap      : 
   genlib       : 
   Happy        : /home/csaba/.local/bin/happy (1.19.12)
   Alex         : /home/csaba/.local/bin/alex (3.2.5)
   sphinx-build : /home/csaba/.local/bin/sphinx-build
   xelatex      : /usr/bin/xelatex
   makeinfo     : /usr/bin/makeinfo

   Using LLVM tools
      clang : 
      llc   : llc-9
      opt   : opt-9

   HsColour was not found; documentation will not contain source links

   Tools to build Sphinx HTML documentation available: YES
   Tools to build Sphinx PDF documentation available: YES
   Tools to build Sphinx INFO documentation available: YES

I was wrong, hadrian is using the local ghc for bootstrapping. (GHC 8.8.3) What is your local GHC version?

bollu commented 3 years ago
   Building GHC version  : 8.11.0.20201112
          Git commit id  : e32de938f57e2014c975523c8ab15585fdd5aa46

Full output: https://gist.github.com/bollu/537591d1fafc98c2ef1df56f92daa2c5

csabahruska commented 3 years ago

Probably GHC-WPC needs GHC 8.8 to build. You have GHC 8.10.2.

bollu commented 3 years ago

I now see that I was staring at the wrong part of the configure, that shows what's going to be built, and not the compiler that's being used to build.

Thanks, I'll switch over to 8.8 and see what happens tomorrow. I clearly need some sleep ;)

bollu commented 3 years ago

I'm now on 8.8.3, same as you. Still no dice, I'm afraid.

Configure completed successfully.

   Building GHC version  : 8.11.0.20201112
          Git commit id  : e32de938f57e2014c975523c8ab15585fdd5aa46

   Build platform        : x86_64-unknown-linux
   Host platform         : x86_64-unknown-linux
   Target platform       : x86_64-unknown-linux

   Bootstrapping using   : /usr/local/bin/ghc
      which is version   : 8.8.3

   Using (for bootstrapping) : gcc
   Using gcc                 : cc
      which is version       : 
      linker options         : -fuse-ld=gold
   Building a cross compiler : NO
   Unregisterised            : NO
   TablesNextToCode          : YES
   Build GMP in tree         : NO
   hs-cpp       : cc
   hs-cpp-flags : -E -undef -traditional
   ar           : ar
   ld           : ld.gold
   nm           : nm
   libtool      : libtool
   objdump      : objdump
   ranlib       : ranlib
   windres      : 
   dllwrap      : 
   genlib       : 
   Happy        : /home/bollu/.cabal/bin/happy (1.20.0)
   Alex         : /home/bollu/.cabal/bin/alex (3.2.6)
   sphinx-build : /home/bollu/.local/bin/sphinx-build
   xelatex      : /usr/bin/xelatex
   makeinfo     : /usr/bin/makeinfo

   Using LLVM tools
      clang : clang
      llc   : 
      opt   : 

   HsColour was not found; documentation will not contain source links

   Tools to build Sphinx HTML documentation available: YES
   Tools to build Sphinx PDF documentation available: YES
   Tools to build Sphinx INFO documentation available: YES
----------------------------------------------------------------------

For a standard build of GHC (fully optimised with profiling), type (g)make.

To make changes to the default build configuration, copy the file
mk/build.mk.sample to mk/build.mk, and edit the settings in there.

For more information on how to configure your GHC build, see
   https://gitlab.haskell.org/ghc/ghc/wikis/building

any ideas? The error is still:

| Configure package 'rts'
| Run Cc FindCDependencies Stage0: libraries/ghc-heap/cbits/HeapPrim.cmm => _build/stage0/libraries/ghc-heap/build/cmm/cbits/HeapPrim.o.d
| Run Ghc CompileHs Stage0: utils/genapply/Main.hs => _build/stage0/utils/genapply/build/Main.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Class.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Class.o
| Run Ghc CompileHs Stage0: utils/genprimopcode/Syntax.hs => _build/stage0/utils/genprimopcode/build/Syntax.o
| Run Ghc CompileHs Stage0: utils/genprimopcode/ParserM.hs => _build/stage0/utils/genprimopcode/build/ParserM.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Applicative/Backwards.hs => _build/stage0/libraries/transformers/build/Control/Applicative/Backwards.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Signatures.hs => _build/stage0/libraries/transformers/build/Control/Monad/Signatures.o
| Run Ghc CompileHs Stage0: libraries/ghc-heap/cbits/HeapPrim.cmm => _build/stage0/libraries/ghc-heap/build/cmm/cbits/HeapPrim.o
| Run Ghc CompileHs Stage0: libraries/transformers/Data/Functor/Constant.hs => _build/stage0/libraries/transformers/build/Data/Functor/Constant.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot-th/GHC/Lexeme.hs => _build/stage0/libraries/ghc-boot-th/build/GHC/Lexeme.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot-th/GHC/ForeignSrcLang/Type.hs => _build/stage0/libraries/ghc-boot-th/build/GHC/ForeignSrcLang/Type.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs => _build/stage0/libraries/ghc-boot-th/build/GHC/LanguageExtensions/Type.o
| Run Ghc CompileHs Stage0: utils/compare_sizes/Main.hs => _build/stage0/utils/compare_sizes/build/Main.o
| Run Ghc CompileHs Stage0: utils/deriveConstants/Main.hs => _build/stage0/utils/deriveConstants/build/Main.o
| Run Ghc CompileHs Stage0: libraries/transformers/Data/Functor/Reverse.hs => _build/stage0/libraries/transformers/build/Data/Functor/Reverse.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/Compat/ResponseFile.hs => _build/stage0/utils/hsc2hs/build/Compat/ResponseFile.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/ATTParser.hs => _build/stage0/utils/hsc2hs/build/ATTParser.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Applicative/Lift.hs => _build/stage0/libraries/transformers/build/Control/Applicative/Lift.o
| Run Ghc CompileHs Stage0: _build/stage0/utils/hsc2hs/build/hsc2hs/autogen/Paths_hsc2hs.hs => _build/stage0/utils/hsc2hs/build/Paths_hsc2hs.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/HSCParser.hs => _build/stage0/utils/hsc2hs/build/HSCParser.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/Flags.hs => _build/stage0/utils/hsc2hs/build/Flags.o
| Run Ghc CompileHs Stage0: libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs => _build/stage0/libraries/template-haskell/build/Language/Haskell/TH/Lib/Map.o
| Run Ghc CompileHs Stage0: libraries/template-haskell/Language/Haskell/TH/LanguageExtensions.hs => _build/stage0/libraries/template-haskell/build/Language/Haskell/TH/LanguageExtensions.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/Compat/TempFile.hs => _build/stage0/utils/hsc2hs/build/Compat/TempFile.o
| Run Ghc CompileHs Stage0: libraries/terminfo/System/Console/Terminfo/Base.hs => _build/stage0/libraries/terminfo/build/System/Console/Terminfo/Base.o
| Run Ghc CompileHs Stage0: _build/stage0/utils/genprimopcode/build/Lexer.hs => _build/stage0/utils/genprimopcode/build/Lexer.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Writer/Strict.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Writer/Strict.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Except.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Except.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/State/Lazy.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/State/Lazy.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/RWS/Lazy.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/RWS/Lazy.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/RWS/CPS.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/RWS/CPS.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Writer/Lazy.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Writer/Lazy.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/C.hs => _build/stage0/utils/hsc2hs/build/C.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Reader.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Reader.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/RWS.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/RWS.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Writer/CPS.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Writer/CPS.o
| Run Ghc CompileHs Stage0: libraries/terminfo/System/Console/Terminfo/Cursor.hs => _build/stage0/libraries/terminfo/build/System/Console/Terminfo/Cursor.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Identity.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Identity.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Maybe.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Maybe.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Cont.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Cont.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/State/Strict.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/State/Strict.o
| Run Ghc CompileHs Stage0: libraries/terminfo/System/Console/Terminfo/Keys.hs => _build/stage0/libraries/terminfo/build/System/Console/Terminfo/Keys.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Error.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Error.o
| Run Ghc CompileHs Stage0: libraries/terminfo/System/Console/Terminfo/Effects.hs => _build/stage0/libraries/terminfo/build/System/Console/Terminfo/Effects.o
| Run Ghc CompileHs Stage0: libraries/terminfo/System/Console/Terminfo/Edit.hs => _build/stage0/libraries/terminfo/build/System/Console/Terminfo/Edit.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Select.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Select.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/RWS/Strict.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/RWS/Strict.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/List.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/List.o
| Run Ghc CompileHs Stage0: libraries/template-haskell/Language/Haskell/TH/Syntax.hs => _build/stage0/libraries/template-haskell/build/Language/Haskell/TH/Syntax.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/State.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/State.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/Common.hs => _build/stage0/utils/hsc2hs/build/Common.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Writer.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Writer.o
| Run Ghc CompileHs Stage0: libraries/terminfo/System/Console/Terminfo/Color.hs => _build/stage0/libraries/terminfo/build/System/Console/Terminfo/Color.o
| Run Ghc CompileHs Stage0: _build/stage0/utils/genprimopcode/build/Parser.hs => _build/stage0/utils/genprimopcode/build/Parser.o
| Run Ghc CompileHs Stage0: libraries/binary/src/Data/Binary/Internal.hs => _build/stage0/libraries/binary/build/Data/Binary/Internal.o
| Run Ghc CompileHs Stage0: libraries/binary/src/Data/Binary/Builder.hs => _build/stage0/libraries/binary/build/Data/Binary/Builder.o
| Run Ghc CompileHs Stage0: libraries/transformers/Control/Monad/Trans/Accum.hs => _build/stage0/libraries/transformers/build/Control/Monad/Trans/Accum.o
| Run Ghc CompileHs Stage0: libraries/binary/src/Data/Binary/FloatCast.hs => _build/stage0/libraries/binary/build/Data/Binary/FloatCast.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/CrossCodegen.hs => _build/stage0/utils/hsc2hs/build/CrossCodegen.o
| Run Ghc CompileHs Stage0: libraries/binary/src/Data/Binary/Get/Internal.hs => _build/stage0/libraries/binary/build/Data/Binary/Get/Internal.o
| Run Ghc CompileHs Stage0: libraries/terminfo/System/Console/Terminfo.hs => _build/stage0/libraries/terminfo/build/System/Console/Terminfo.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/UtilsCodegen.hs => _build/stage0/utils/hsc2hs/build/UtilsCodegen.o
| Run Ghc CompileHs Stage0: utils/genprimopcode/Main.hs => _build/stage0/utils/genprimopcode/build/Main.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Trans.hs => _build/stage0/libraries/mtl/build/Control/Monad/Trans.o
| Run Ghc CompileHs Stage0: libraries/binary/src/Data/Binary/Put.hs => _build/stage0/libraries/binary/build/Data/Binary/Put.o
| Run Ghc CompileHs Stage0: libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs => _build/stage0/libraries/template-haskell/build/Language/Haskell/TH/Lib/Internal.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/DirectCodegen.hs => _build/stage0/utils/hsc2hs/build/DirectCodegen.o
| Run Ghc CompileHs Stage0: libraries/template-haskell/Language/Haskell/TH/Quote.hs => _build/stage0/libraries/template-haskell/build/Language/Haskell/TH/Quote.o
| Run Ghc CompileHs Stage0: libraries/binary/src/Data/Binary/Get.hs => _build/stage0/libraries/binary/build/Data/Binary/Get.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Cont/Class.hs => _build/stage0/libraries/mtl/build/Control/Monad/Cont/Class.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Error/Class.hs => _build/stage0/libraries/mtl/build/Control/Monad/Error/Class.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/List.hs => _build/stage0/libraries/mtl/build/Control/Monad/List.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/State/Class.hs => _build/stage0/libraries/mtl/build/Control/Monad/State/Class.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Reader/Class.hs => _build/stage0/libraries/mtl/build/Control/Monad/Reader/Class.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Cont.hs => _build/stage0/libraries/mtl/build/Control/Monad/Cont.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Except.hs => _build/stage0/libraries/mtl/build/Control/Monad/Except.o
| Run Ghc CompileHs Stage0: libraries/template-haskell/Language/Haskell/TH/Lib.hs => _build/stage0/libraries/template-haskell/build/Language/Haskell/TH/Lib.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Identity.hs => _build/stage0/libraries/mtl/build/Control/Monad/Identity.o
| Run Ghc CompileHs Stage0: utils/hsc2hs/Main.hs => _build/stage0/utils/hsc2hs/build/Main.o
| Run Ghc CompileHs Stage0: libraries/binary/src/Data/Binary/Class.hs => _build/stage0/libraries/binary/build/Data/Binary/Class.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/State/Strict.hs => _build/stage0/libraries/mtl/build/Control/Monad/State/Strict.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/State/Lazy.hs => _build/stage0/libraries/mtl/build/Control/Monad/State/Lazy.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Writer/Class.hs => _build/stage0/libraries/mtl/build/Control/Monad/Writer/Class.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Reader.hs => _build/stage0/libraries/mtl/build/Control/Monad/Reader.o
| Run Ghc CompileHs Stage0: libraries/template-haskell/Language/Haskell/TH/PprLib.hs => _build/stage0/libraries/template-haskell/build/Language/Haskell/TH/PprLib.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Error.hs => _build/stage0/libraries/mtl/build/Control/Monad/Error.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/State.hs => _build/stage0/libraries/mtl/build/Control/Monad/State.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/Constants.hs => _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/Constants.o
| Run Ghc CompileHs Stage0: libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs => _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/ClosureTypes.o
| Run Ghc CompileHs Stage0: libraries/hpc/Trace/Hpc/Util.hs => _build/stage0/libraries/hpc/build/Trace/Hpc/Util.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/RWS/Class.hs => _build/stage0/libraries/mtl/build/Control/Monad/RWS/Class.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Writer/Lazy.hs => _build/stage0/libraries/mtl/build/Control/Monad/Writer/Lazy.o
| Run Ghc CompileHs Stage0: libraries/template-haskell/Language/Haskell/TH/Ppr.hs => _build/stage0/libraries/template-haskell/build/Language/Haskell/TH/Ppr.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Writer/Strict.hs => _build/stage0/libraries/mtl/build/Control/Monad/Writer/Strict.o
| Run Ghc CompileHs Stage0: libraries/binary/src/Data/Binary/Generic.hs => _build/stage0/libraries/binary/build/Data/Binary/Generic.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/RWS/Lazy.hs => _build/stage0/libraries/mtl/build/Control/Monad/RWS/Lazy.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/RWS/Strict.hs => _build/stage0/libraries/mtl/build/Control/Monad/RWS/Strict.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/Writer.hs => _build/stage0/libraries/mtl/build/Control/Monad/Writer.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable/Types.hs => _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable/Types.o
| Run Ghc CompileHs Stage0: libraries/hpc/Trace/Hpc/Tix.hs => _build/stage0/libraries/hpc/build/Trace/Hpc/Tix.o
| Run Ghc CompileHs Stage0: libraries/mtl/Control/Monad/RWS.hs => _build/stage0/libraries/mtl/build/Control/Monad/RWS.o
| Run Ghc CompileHs Stage0: libraries/binary/src/Data/Binary.hs => _build/stage0/libraries/binary/build/Data/Binary.o
| Run Ghc CompileHs Stage0: libraries/template-haskell/Language/Haskell/TH.hs => _build/stage0/libraries/template-haskell/build/Language/Haskell/TH.o
| Run Ghc CompileHs Stage0: libraries/hpc/Trace/Hpc/Mix.hs => _build/stage0/libraries/hpc/build/Trace/Hpc/Mix.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/hpc/build/Trace/Hpc/Reflect.hs => _build/stage0/libraries/hpc/build/Trace/Hpc/Reflect.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable.hs => _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTable.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTableProf.hs => _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/InfoTableProf.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/ghc-boot/build/GHC/Version.hs => _build/stage0/libraries/ghc-boot/build/GHC/Version.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot/GHC/Platform.hs => _build/stage0/libraries/ghc-boot/build/GHC/Platform.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot/GHC/BaseDir.hs => _build/stage0/libraries/ghc-boot/build/GHC/BaseDir.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot/GHC/Settings/Utils.hs => _build/stage0/libraries/ghc-boot/build/GHC/Settings/Utils.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/Utils.hs => _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/Utils.o
| Run Ghc CompileHs Stage0: libraries/ghc-heap/GHC/Exts/Heap/Closures.hs => _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap/Closures.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot/GHC/LanguageExtensions.hs => _build/stage0/libraries/ghc-boot/build/GHC/LanguageExtensions.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot/GHC/ForeignSrcLang.hs => _build/stage0/libraries/ghc-boot/build/GHC/ForeignSrcLang.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot/GHC/PackageDb.hs => _build/stage0/libraries/ghc-boot/build/GHC/PackageDb.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot/GHC/Serialized.hs => _build/stage0/libraries/ghc-boot/build/GHC/Serialized.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot/GHC/HandleEncoding.hs => _build/stage0/libraries/ghc-boot/build/GHC/HandleEncoding.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/ghc-boot/build/GHC/Platform/Host.hs => _build/stage0/libraries/ghc-boot/build/GHC/Platform/Host.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot/GHC/UniqueSubdir.hs => _build/stage0/libraries/ghc-boot/build/GHC/UniqueSubdir.o
| Run Ghc CompileHs Stage0: libraries/ghc-boot/GHC/Settings/Platform.hs => _build/stage0/libraries/ghc-boot/build/GHC/Settings/Platform.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Encoding/Utf32.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Encoding/Utf32.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Unsafe/Shift.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Unsafe/Shift.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Read.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Read.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Functions.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Functions.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Builder/Int/Digits.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Builder/Int/Digits.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Encoding/Utf16.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Encoding/Utf16.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Builder/RealFloat/Functions.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Builder/RealFloat/Functions.o
| Run Ghc CompileHs Stage0: libraries/ghc-heap/GHC/Exts/Heap.hs => _build/stage0/libraries/ghc-heap/build/GHC/Exts/Heap.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Encoding/Error.hs => _build/stage0/libraries/text/build/Data/Text/Encoding/Error.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Unsafe.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Unsafe.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Array.hs => _build/stage0/libraries/text/build/Data/Text/Array.o
| Run Ghc CompileHs Stage0: libraries/ghci/SizedSeq.hs => _build/stage0/libraries/ghci/build/SizedSeq.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/ghci/build/GHCi/FFI.hs => _build/stage0/libraries/ghci/build/GHCi/FFI.o
| Run Ghc CompileHs Stage0: libraries/ghci/GHCi/BinaryArray.hs => _build/stage0/libraries/ghci/build/GHCi/BinaryArray.o
| Run Ghc CompileHs Stage0: libraries/ghci/GHCi/BreakArray.hs => _build/stage0/libraries/ghci/build/GHCi/BreakArray.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/ghci/build/GHCi/InfoTable.hs => _build/stage0/libraries/ghci/build/GHCi/InfoTable.o
| Run Ghc CompileHs Stage0: libraries/ghci/GHCi/RemoteTypes.hs => _build/stage0/libraries/ghci/build/GHCi/RemoteTypes.o
| Run Ghc CompileHs Stage0: libraries/ghci/GHCi/TH/Binary.hs => _build/stage0/libraries/ghci/build/GHCi/TH/Binary.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Unsafe/Char.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Unsafe/Char.o
| Run Ghc CompileHs Stage0: libraries/ghci/GHCi/ResolvedBCO.hs => _build/stage0/libraries/ghci/build/GHCi/ResolvedBCO.o
| Run Ghc CompileHs Stage0: libraries/ghci/GHCi/StaticPtrTable.hs => _build/stage0/libraries/ghci/build/GHCi/StaticPtrTable.o
| Run Ghc CompileHs Stage0: libraries/ghci/GHCi/Message.hs => _build/stage0/libraries/ghci/build/GHCi/Message.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal.hs => _build/stage0/libraries/text/build/Data/Text/Internal.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Encoding/Utf8.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Encoding/Utf8.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Search.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Search.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Unsafe.hs => _build/stage0/libraries/text/build/Data/Text/Unsafe.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Fusion/Size.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Fusion/Size.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Private.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Private.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Fusion/Types.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Fusion/Types.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Fusion/CaseMapping.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Fusion/CaseMapping.o
| Run Ghc CompileHs Stage0: compiler/GHC/Prelude.hs => _build/stage0/compiler/build/GHC/Prelude.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Errors/Hole/FitTypes.hs-boot => _build/stage0/compiler/build/GHC/Tc/Errors/Hole/FitTypes.o-boot
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Fusion/Common.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Fusion/Common.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Module.hs-boot => _build/stage0/compiler/build/GHC/Types/Module.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Var.hs-boot => _build/stage0/compiler/build/GHC/Types/Var.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/SysTools/Terminal.hs => _build/stage0/compiler/build/GHC/SysTools/Terminal.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/FiniteMap.hs => _build/stage0/compiler/build/GHC/Data/FiniteMap.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/EnumSet.hs => _build/stage0/compiler/build/GHC/Data/EnumSet.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/IO/Unsafe.hs => _build/stage0/compiler/build/GHC/Utils/IO/Unsafe.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Dataflow/Block.hs => _build/stage0/compiler/build/GHC/Cmm/Dataflow/Block.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Name.hs-boot => _build/stage0/compiler/build/GHC/Types/Name.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/PrimOps.hs-boot => _build/stage0/compiler/build/GHC/Builtin/PrimOps.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/Cond.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/Cond.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Exception.hs => _build/stage0/compiler/build/GHC/Utils/Exception.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Name/Occurrence.hs-boot => _build/stage0/compiler/build/GHC/Types/Name/Occurrence.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/SysTools/Ar.hs => _build/stage0/compiler/build/GHC/SysTools/Ar.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/X86/Cond.hs => _build/stage0/compiler/build/GHC/CmmToAsm/X86/Cond.o
| Run Ghc CompileHs Stage0: _build/stage0/compiler/build/Config.hs => _build/stage0/compiler/build/Config.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/External/Syntax.hs => _build/stage0/compiler/build/GHC/Stg/External/Syntax.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Plugins.hs-boot => _build/stage0/compiler/build/GHC/Driver/Plugins.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Stream.hs => _build/stage0/compiler/build/GHC/Data/Stream.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Fingerprint.hs => _build/stage0/compiler/build/GHC/Utils/Fingerprint.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Dataflow/Collections.hs => _build/stage0/compiler/build/GHC/Cmm/Dataflow/Collections.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/CliOption.hs => _build/stage0/compiler/build/GHC/Utils/CliOption.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Encoding.hs => _build/stage0/compiler/build/GHC/Utils/Encoding.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Monad.hs => _build/stage0/compiler/build/GHC/Utils/Monad.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Monad/State.hs => _build/stage0/compiler/build/GHC/Utils/Monad/State.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/TyCo/Rep.hs-boot => _build/stage0/compiler/build/GHC/Core/TyCo/Rep.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Data/FastMutInt.hs => _build/stage0/compiler/build/GHC/Data/FastMutInt.o
| Run Ghc CompileHs Stage0: compiler/GHC/Settings.hs => _build/stage0/compiler/build/GHC/Settings.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Panic/Plain.hs => _build/stage0/compiler/build/GHC/Utils/Panic/Plain.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Fusion.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Fusion.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Hooks.hs-boot => _build/stage0/compiler/build/GHC/Driver/Hooks.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Outputable.hs-boot => _build/stage0/compiler/build/GHC/Utils/Outputable.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Settings/Constants.hs => _build/stage0/compiler/build/GHC/Settings/Constants.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/TyCon.hs-boot => _build/stage0/compiler/build/GHC/Core/TyCon.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Session.hs-boot => _build/stage0/compiler/build/GHC/Driver/Session.o-boot
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Encoding/Fusion/Common.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Encoding/Fusion/Common.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Show.hs => _build/stage0/libraries/text/build/Data/Text/Show.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Panic.hs => _build/stage0/compiler/build/GHC/Utils/Panic.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Misc.hs => _build/stage0/compiler/build/GHC/Utils/Misc.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Encoding/Fusion.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Encoding/Fusion.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Lazy/Encoding/Fusion.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Lazy/Encoding/Fusion.o
| Run Ghc CompileHs Stage0: compiler/GHC/SysTools/BaseDir.hs => _build/stage0/compiler/build/GHC/SysTools/BaseDir.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/PPC/Cond.hs => _build/stage0/compiler/build/GHC/CmmToAsm/PPC/Cond.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/Base.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/Base.o
| Run Ghc CompileHs Stage0: compiler/GHC/Parser/CharClass.hs => _build/stage0/compiler/build/GHC/Parser/CharClass.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Encoding.hs => _build/stage0/libraries/text/build/Data/Text/Encoding.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Maybe.hs => _build/stage0/compiler/build/GHC/Data/Maybe.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Ppr/Colour.hs => _build/stage0/compiler/build/GHC/Utils/Ppr/Colour.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/FastString.hs => _build/stage0/compiler/build/GHC/Data/FastString.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/CFG/Dominators.hs => _build/stage0/compiler/build/GHC/CmmToAsm/CFG/Dominators.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Foreign.hs => _build/stage0/libraries/text/build/Data/Text/Foreign.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text.hs => _build/stage0/libraries/text/build/Data/Text.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/StringBuffer.hs => _build/stage0/compiler/build/GHC/Data/StringBuffer.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Packages.hs-boot => _build/stage0/compiler/build/GHC/Driver/Packages.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Lexeme.hs => _build/stage0/compiler/build/GHC/Utils/Lexeme.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/BufHandle.hs => _build/stage0/compiler/build/GHC/Utils/BufHandle.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Ppr.hs => _build/stage0/compiler/build/GHC/Utils/Ppr.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Lazy.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Lazy.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Read.hs => _build/stage0/libraries/text/build/Data/Text/Read.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/IO.hs => _build/stage0/libraries/text/build/Data/Text/Internal/IO.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Outputable.hs => _build/stage0/compiler/build/GHC/Utils/Outputable.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Lazy/Internal.hs => _build/stage0/libraries/text/build/Data/Text/Lazy/Internal.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Lazy/Search.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Lazy/Search.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Lazy/Fusion.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Lazy/Fusion.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/IO.hs => _build/stage0/libraries/text/build/Data/Text/IO.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Lazy/Encoding.hs => _build/stage0/libraries/text/build/Data/Text/Lazy/Encoding.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Id/Info.hs-boot => _build/stage0/compiler/build/GHC/Types/Id/Info.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Core/TyCo/Ppr.hs-boot => _build/stage0/compiler/build/GHC/Core/TyCo/Ppr.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Bag.hs => _build/stage0/compiler/build/GHC/Data/Bag.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/OrdList.hs => _build/stage0/compiler/build/GHC/Data/OrdList.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Json.hs => _build/stage0/compiler/build/GHC/Utils/Json.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Pair.hs => _build/stage0/compiler/build/GHC/Data/Pair.o
| Run Ghc CompileHs Stage0: compiler/GHC/Settings/IO.hs => _build/stage0/compiler/build/GHC/Settings/IO.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/List/SetOps.hs => _build/stage0/compiler/build/GHC/Data/List/SetOps.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Asm.hs => _build/stage0/compiler/build/GHC/Utils/Asm.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Lazy.hs => _build/stage0/libraries/text/build/Data/Text/Lazy.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/SrcLoc.hs => _build/stage0/compiler/build/GHC/Types/SrcLoc.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Flags.hs => _build/stage0/compiler/build/GHC/Driver/Flags.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Utils/TcType.hs-boot => _build/stage0/compiler/build/GHC/Tc/Utils/TcType.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/HsToCore/PmCheck/Types.hs-boot => _build/stage0/compiler/build/GHC/HsToCore/PmCheck/Types.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Ways.hs => _build/stage0/compiler/build/GHC/Driver/Ways.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Basic.hs => _build/stage0/compiler/build/GHC/Types/Basic.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/CmdLine.hs => _build/stage0/compiler/build/GHC/Driver/CmdLine.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Error.hs-boot => _build/stage0/compiler/build/GHC/Utils/Error.o-boot
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Lazy/Read.hs => _build/stage0/libraries/text/build/Data/Text/Lazy/Read.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Lazy/IO.hs => _build/stage0/libraries/text/build/Data/Text/Lazy/IO.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Builder.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Builder.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Unique.hs => _build/stage0/compiler/build/GHC/Types/Unique.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Lazy/Builder.hs => _build/stage0/libraries/text/build/Data/Text/Lazy/Builder.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Internal/Builder/Functions.hs => _build/stage0/libraries/text/build/Data/Text/Internal/Builder/Functions.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Unique/Supply.hs => _build/stage0/compiler/build/GHC/Types/Unique/Supply.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/Reg/Class.hs => _build/stage0/compiler/build/GHC/Platform/Reg/Class.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Unique/FM.hs => _build/stage0/compiler/build/GHC/Types/Unique/FM.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Lazy/Builder/Int.hs => _build/stage0/libraries/text/build/Data/Text/Lazy/Builder/Int.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/Reg.hs => _build/stage0/compiler/build/GHC/Platform/Reg.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Unique/Set.hs => _build/stage0/compiler/build/GHC/Types/Unique/Set.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear/StackMap.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear/StackMap.o
| Run Ghc CompileHs Stage0: compiler/GHC/Runtime/Interpreter/Types.hs => _build/stage0/compiler/build/GHC/Runtime/Interpreter/Types.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Binary.hs => _build/stage0/compiler/build/GHC/Utils/Binary.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Graph/Directed.hs => _build/stage0/compiler/build/GHC/Data/Graph/Directed.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Unique/DFM.hs => _build/stage0/compiler/build/GHC/Types/Unique/DFM.o
| Run Ghc CompileHs Stage0: libraries/text/Data/Text/Lazy/Builder/RealFloat.hs => _build/stage0/libraries/text/build/Data/Text/Lazy/Builder/RealFloat.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/FastString/Env.hs => _build/stage0/compiler/build/GHC/Data/FastString/Env.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Unique/DSet.hs => _build/stage0/compiler/build/GHC/Types/Unique/DSet.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Graph/Base.hs => _build/stage0/compiler/build/GHC/Data/Graph/Base.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Graph/Base.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Graph/Base.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/CostCentre/State.hs => _build/stage0/compiler/build/GHC/Types/CostCentre/State.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Phases.hs => _build/stage0/compiler/build/GHC/Driver/Phases.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Name/Occurrence.hs => _build/stage0/compiler/build/GHC/Types/Name/Occurrence.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/BooleanFormula.hs => _build/stage0/compiler/build/GHC/Data/BooleanFormula.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Graph/Ppr.hs => _build/stage0/compiler/build/GHC/Data/Graph/Ppr.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Graph/TrivColorable.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Graph/TrivColorable.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Graph/X86.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Graph/X86.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Module.hs => _build/stage0/compiler/build/GHC/Types/Module.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Cpr.hs => _build/stage0/compiler/build/GHC/Types/Cpr.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Pos.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Pos.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Graph/Ops.hs => _build/stage0/compiler/build/GHC/Data/Graph/Ops.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Error.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Error.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/ParserCombinators/Parsec/Pos.hs => _build/stage0/libraries/parsec/build/Text/ParserCombinators/Parsec/Pos.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Graph/Color.hs => _build/stage0/compiler/build/GHC/Data/Graph/Color.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/ForeignCall.hs => _build/stage0/compiler/build/GHC/Types/ForeignCall.o
| Run Ghc CompileHs Stage0: compiler/GHC/Unit/Info.hs => _build/stage0/compiler/build/GHC/Unit/Info.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/Names.hs-boot => _build/stage0/compiler/build/GHC/Builtin/Names.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Name.hs => _build/stage0/compiler/build/GHC/Types/Name.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Session.hs => _build/stage0/compiler/build/GHC/Driver/Session.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Prim.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Prim.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/ParserCombinators/Parsec/Error.hs => _build/stage0/libraries/parsec/build/Text/ParserCombinators/Parsec/Error.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Var.hs => _build/stage0/compiler/build/GHC/Types/Var.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/Uniques.hs-boot => _build/stage0/compiler/build/GHC/Builtin/Uniques.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Types/FieldLabel.hs => _build/stage0/compiler/build/GHC/Types/FieldLabel.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Name/Set.hs => _build/stage0/compiler/build/GHC/Types/Name/Set.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Name/Env.hs => _build/stage0/compiler/build/GHC/Types/Name/Env.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Doc.hs => _build/stage0/compiler/build/GHC/Hs/Doc.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/Types.hs-boot => _build/stage0/compiler/build/GHC/Builtin/Types.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Recomp/Binary.hs => _build/stage0/compiler/build/GHC/Iface/Recomp/Binary.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Combinator.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Combinator.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Avail.hs => _build/stage0/compiler/build/GHC/Types/Avail.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Annotations.hs => _build/stage0/compiler/build/GHC/Types/Annotations.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/ByteString.hs => _build/stage0/libraries/parsec/build/Text/Parsec/ByteString.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/String.hs => _build/stage0/libraries/parsec/build/Text/Parsec/String.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Var/Set.hs => _build/stage0/compiler/build/GHC/Types/Var/Set.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/IOEnv.hs => _build/stage0/compiler/build/GHC/Data/IOEnv.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/ParserCombinators/Parsec/Combinator.hs => _build/stage0/libraries/parsec/build/Text/ParserCombinators/Parsec/Combinator.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Expr.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Expr.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Text/Lazy.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Text/Lazy.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/ParserCombinators/Parsec/Prim.hs => _build/stage0/libraries/parsec/build/Text/ParserCombinators/Parsec/Prim.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Type.hs-boot => _build/stage0/compiler/build/GHC/Iface/Type.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Core/PatSyn.hs-boot => _build/stage0/compiler/build/GHC/Core/PatSyn.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Name/Reader.hs => _build/stage0/compiler/build/GHC/Types/Name/Reader.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Var/Env.hs => _build/stage0/compiler/build/GHC/Types/Var/Env.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Char.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Char.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/Error.hs => _build/stage0/compiler/build/GHC/Utils/Error.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Type.hs => _build/stage0/compiler/build/GHC/Cmm/Type.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Coercion/Axiom.hs => _build/stage0/compiler/build/GHC/Core/Coercion/Axiom.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Class.hs => _build/stage0/compiler/build/GHC/Core/Class.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/Monad.hs-boot => _build/stage0/compiler/build/GHC/Core/Opt/Monad.o-boot
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec.hs => _build/stage0/libraries/parsec/build/Text/Parsec.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Token.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Token.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/ParserCombinators/Parsec/Char.hs => _build/stage0/libraries/parsec/build/Text/ParserCombinators/Parsec/Char.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/ByteString/Lazy.hs => _build/stage0/libraries/parsec/build/Text/Parsec/ByteString/Lazy.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/Names.hs => _build/stage0/compiler/build/GHC/Builtin/Names.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Perm.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Perm.o
| Run Ghc CompileHs Stage0: compiler/GHC/Parser/Annotation.hs => _build/stage0/compiler/build/GHC/Parser/Annotation.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Packages.hs => _build/stage0/compiler/build/GHC/Driver/Packages.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToLlvm/Mangler.hs => _build/stage0/compiler/build/GHC/CmmToLlvm/Mangler.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Coercion.hs-boot => _build/stage0/compiler/build/GHC/Core/Coercion.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Extension.hs => _build/stage0/compiler/build/GHC/Hs/Extension.o
| Run Ghc CompileHs Stage0: compiler/GHC/SysTools/FileCleanup.hs => _build/stage0/compiler/build/GHC/SysTools/FileCleanup.o
| Run Ghc CompileHs Stage0: compiler/GHC/Runtime/Heap/Layout.hs => _build/stage0/compiler/build/GHC/Runtime/Heap/Layout.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Config.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Config.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/DataCon.hs-boot => _build/stage0/compiler/build/GHC/Core/DataCon.o-boot
| Run Ghc CompileHs Stage0: _build/stage0/compiler/build/GHC/Parser/Lexer.hs => _build/stage0/compiler/build/GHC/Parser/Lexer.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/CostCentre.hs => _build/stage0/compiler/build/GHC/Types/CostCentre.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Pat.hs-boot => _build/stage0/compiler/build/GHC/Hs/Pat.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/ImpExp.hs => _build/stage0/compiler/build/GHC/Hs/ImpExp.o
| Run Ghc CompileHs Stage0: compiler/GHC/SysTools/Elf.hs => _build/stage0/compiler/build/GHC/SysTools/Elf.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/ConLike.hs-boot => _build/stage0/compiler/build/GHC/Core/ConLike.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Core/TyCon.hs => _build/stage0/compiler/build/GHC/Core/TyCon.o
| Run Ghc CompileHs Stage0: compiler/GHC/SysTools/Process.hs => _build/stage0/compiler/build/GHC/SysTools/Process.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Id/Make.hs-boot => _build/stage0/compiler/build/GHC/Types/Id/Make.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Expr.hs-boot => _build/stage0/compiler/build/GHC/Hs/Expr.o-boot
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/ParserCombinators/Parsec/Perm.hs => _build/stage0/libraries/parsec/build/Text/ParserCombinators/Parsec/Perm.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/ParserCombinators/Parsec.hs => _build/stage0/libraries/parsec/build/Text/ParserCombinators/Parsec.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Bitmap.hs => _build/stage0/compiler/build/GHC/Data/Bitmap.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/Names/TH.hs => _build/stage0/compiler/build/GHC/Builtin/Names/TH.o
| Run Ghc CompileHs Stage0: compiler/GHC/Utils/FV.hs => _build/stage0/compiler/build/GHC/Utils/FV.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/ParserCombinators/Parsec/Expr.hs => _build/stage0/libraries/parsec/build/Text/ParserCombinators/Parsec/Expr.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Monad.hs => _build/stage0/compiler/build/GHC/Cmm/Monad.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/ParserCombinators/Parsec/Token.hs => _build/stage0/libraries/parsec/build/Text/ParserCombinators/Parsec/Token.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Language.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Language.o
| Run Ghc CompileHs Stage0: compiler/GHC/SysTools/Info.hs => _build/stage0/compiler/build/GHC/SysTools/Info.o
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/Parsec/Text.hs => _build/stage0/libraries/parsec/build/Text/Parsec/Text.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/MachOp.hs => _build/stage0/compiler/build/GHC/Cmm/MachOp.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Type.hs-boot => _build/stage0/compiler/build/GHC/Core/Type.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/CoreToIface.hs-boot => _build/stage0/compiler/build/GHC/CoreToIface.o-boot
| Run Ghc CompileHs Stage0: libraries/parsec/src/Text/ParserCombinators/Parsec/Language.hs => _build/stage0/libraries/parsec/build/Text/ParserCombinators/Parsec/Language.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Type.hs => _build/stage0/compiler/build/GHC/Iface/Type.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/PackageDescription/Utils.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Utils.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Directory.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Directory.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/Base62.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/Base62.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/String.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/String.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Binary.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Binary.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Async.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Async.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/MD5.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/MD5.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/FilePath.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/FilePath.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Exception.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Exception.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Stack.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Stack.o
| Run Ghc CompileHs Stage0: _build/stage0/libraries/Cabal/Cabal/build/autogen/Paths_Cabal.hs => _build/stage0/libraries/Cabal/Cabal/build/Paths_Cabal.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/MonadFail.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/MonadFail.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Ext/Types.hs => _build/stage0/compiler/build/GHC/Iface/Ext/Types.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/TyCo/Rep.hs => _build/stage0/compiler/build/GHC/Core/TyCo/Rep.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Internal/TempFile.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Internal/TempFile.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/UnionFind.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/UnionFind.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/CPrim.hs => _build/stage0/compiler/build/GHC/CmmToAsm/CPrim.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Newtype.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Newtype.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Utils/Json.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Utils/Json.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Typeable.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Typeable.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/Structured.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/Structured.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/Types/Prim.hs => _build/stage0/compiler/build/GHC/Builtin/Types/Prim.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/TyCo/FVs.hs => _build/stage0/compiler/build/GHC/Core/TyCo/FVs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/TyCo/Tidy.hs => _build/stage0/compiler/build/GHC/Core/TyCo/Tidy.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Semigroup.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Semigroup.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/TyCo/Ppr.hs => _build/stage0/compiler/build/GHC/Core/TyCo/Ppr.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Prelude.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Prelude.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/TyCo/Subst.hs => _build/stage0/compiler/build/GHC/Core/TyCo/Subst.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/Generic.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/Generic.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/InstallDirs/Internal.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/InstallDirs/Internal.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/GetOpt.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/GetOpt.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/TestSuite.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/TestSuite.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/ResponseFile.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/ResponseFile.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Parsing.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Parsing.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Prelude/Internal.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Prelude/Internal.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Fields/Field.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Fields/Field.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Type.hs => _build/stage0/compiler/build/GHC/Core/Type.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Environment.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Environment.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/IOData.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/IOData.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/ShortText.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/ShortText.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/CharParsing.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/CharParsing.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/GetShortPathName.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/GetShortPathName.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Parsec/FieldLineStream.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Parsec/FieldLineStream.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/PreProcess/Unlit.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/PreProcess/Unlit.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Internal.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Internal.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Condition.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Condition.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Parsec/Position.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Parsec/Position.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/CCompiler.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/CCompiler.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/DList.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/DList.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/SnocList.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/SnocList.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/CabalSpecVersion.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/CabalSpecVersion.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Verbosity/Internal.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Verbosity/Internal.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/MapAccum.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/MapAccum.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Lens.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Lex.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Lex.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/CopyFile.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/CopyFile.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Parsec/Error.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Parsec/Error.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Parsec/Warning.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Parsec/Warning.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Flag.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Flag.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Graph.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Graph.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/CreatePipe.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/CreatePipe.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/PackageDescription/Quirks.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Quirks.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Pretty.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Pretty.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Literal.hs => _build/stage0/compiler/build/GHC/Types/Literal.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/PatSyn.hs => _build/stage0/compiler/build/GHC/Core/PatSyn.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Fields/LexerMonad.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Fields/LexerMonad.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Lit.hs => _build/stage0/compiler/build/GHC/Hs/Lit.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Coercion.hs => _build/stage0/compiler/build/GHC/Core/Coercion.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/Progress.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/Progress.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/CondTree.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/CondTree.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Parsec.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Parsec.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/SPDX/LicenseListVersion.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseListVersion.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Fields/Lexer.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Fields/Lexer.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/TrieMap.hs => _build/stage0/compiler/build/GHC/Data/TrieMap.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/LibraryVisibility.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/LibraryVisibility.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/SPDX/LicenseReference.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseReference.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Language/Haskell/Extension.hs => _build/stage0/libraries/Cabal/Cabal/build/Language/Haskell/Extension.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ComponentId.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ComponentId.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Unify.hs => _build/stage0/compiler/build/GHC/Core/Unify.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/ReadE.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/ReadE.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ExecutableScope.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ExecutableScope.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Predicate.hs => _build/stage0/compiler/build/GHC/Core/Predicate.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/SourceRepo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/SourceRepo.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/AbiHash.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/AbiHash.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Dataflow/Label.hs => _build/stage0/compiler/build/GHC/Cmm/Dataflow/Label.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/SPDX/LicenseExceptionId.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseExceptionId.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/BuildType.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/BuildType.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Version.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Version.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PkgconfigVersion.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigVersion.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Verbosity.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Verbosity.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/SourceRepo/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/SourceRepo/Lens.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Dataflow/Graph.hs => _build/stage0/compiler/build/GHC/Cmm/Dataflow/Graph.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Switch.hs => _build/stage0/compiler/build/GHC/Cmm/Switch.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/SPDX/LicenseId.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseId.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Fields/Parser.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Fields/Parser.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/FieldGrammar/Class.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Class.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ForeignLibType.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLibType.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/VersionRange/Internal.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/VersionRange/Internal.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/System.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/System.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PackageName.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PackageName.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Text.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Text.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ForeignLibOption.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLibOption.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/ModuleName.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/ModuleName.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Flag.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Flag.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/DataCon.hs => _build/stage0/compiler/build/GHC/Core/DataCon.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/SPDX/LicenseExpression.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/SPDX/LicenseExpression.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/BlockId.hs-boot => _build/stage0/compiler/build/GHC/Cmm/BlockId.o-boot
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PkgconfigName.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigName.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/VersionRange.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/VersionRange.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/UnqualComponentName.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/UnqualComponentName.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ModuleReexport.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ModuleReexport.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ModuleRenaming.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ModuleRenaming.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PkgconfigVersionRange.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigVersionRange.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PackageVersionConstraint.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PackageVersionConstraint.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/VersionInterval.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/VersionInterval.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/SPDX/License.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/SPDX/License.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/LibraryName.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/LibraryName.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Demand.hs => _build/stage0/compiler/build/GHC/Types/Demand.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core.hs => _build/stage0/compiler/build/GHC/Core.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/RepType.hs => _build/stage0/compiler/build/GHC/Types/RepType.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PkgconfigDependency.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PkgconfigDependency.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Version.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Version.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/ConLike.hs => _build/stage0/compiler/build/GHC/Core/ConLike.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/SPDX.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/SPDX.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ComponentName.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ComponentName.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/MungedPackageName.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/MungedPackageName.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/GivenComponent.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/GivenComponent.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compiler.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compiler.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PackageId.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PackageId.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/LegacyExeDependency.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/LegacyExeDependency.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ExeDependency.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ExeDependency.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/License.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/License.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Unfold.hs-boot => _build/stage0/compiler/build/GHC/Core/Unfold.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Id/Info.hs => _build/stage0/compiler/build/GHC/Types/Id/Info.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Map.hs => _build/stage0/compiler/build/GHC/Core/Map.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/IncludeRenaming.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/IncludeRenaming.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PackageId/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PackageId/Lens.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PackageName/Magic.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PackageName/Magic.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Dependency.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Dependency.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/MungedPackageId.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/MungedPackageId.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Utils.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Utils.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/UnitId.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/UnitId.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Parsec/Newtypes.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Parsec/Newtypes.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/FamInstEnv.hs => _build/stage0/compiler/build/GHC/Core/FamInstEnv.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ConfVar.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ConfVar.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Id.hs => _build/stage0/compiler/build/GHC/Types/Id.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Mixin.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Mixin.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/TestType.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/TestType.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/DependencyMap.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/DependencyMap.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/SetupBuildInfo.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Module.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Module.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Fields/Pretty.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Fields/Pretty.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/ResponseFile.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/ResponseFile.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/LogProgress.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/LogProgress.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Find.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Find.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Compiler.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/DescribeUnitId.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/DescribeUnitId.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Fields/ParseResult.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Fields/ParseResult.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Command.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Command.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Seq.hs => _build/stage0/compiler/build/GHC/Core/Seq.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/FVs.hs => _build/stage0/compiler/build/GHC/Core/FVs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Data/Graph/UnVar.hs => _build/stage0/compiler/build/GHC/Data/Graph/UnVar.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/Subst.hs => _build/stage0/compiler/build/GHC/Stg/Subst.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Package.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Package.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Fields.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Fields.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/FieldGrammar/Parsec.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Parsec.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Tidy.hs => _build/stage0/compiler/build/GHC/Core/Tidy.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/Types.hs => _build/stage0/compiler/build/GHC/Builtin/Types.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/TestSuiteInterface.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/TestSuiteInterface.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Utils/NubList.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Utils/NubList.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/AbiDependency.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/AbiDependency.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/InstallDirs.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/SetupBuildInfo/Lens.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Fields/ConfVar.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Fields/ConfVar.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ExposedModule.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ExposedModule.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/FullUnitId.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/FullUnitId.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/ModSubst.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/ModSubst.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Stats.hs => _build/stage0/compiler/build/GHC/Core/Stats.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/AnnotatedId.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/AnnotatedId.o
| Run Ghc CompileHs Stage0: compiler/GHC/Runtime/Eval/Types.hs => _build/stage0/compiler/build/GHC/Runtime/Eval/Types.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Name/Cache.hs => _build/stage0/compiler/build/GHC/Types/Name/Cache.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Syntax.hs => _build/stage0/compiler/build/GHC/Iface/Syntax.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Types.hs => _build/stage0/compiler/build/GHC/Hs/Types.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ComponentInclude.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ComponentInclude.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Utils/TcType.hs => _build/stage0/compiler/build/GHC/Tc/Utils/TcType.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Ppr.hs => _build/stage0/compiler/build/GHC/Core/Ppr.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/ModuleScope.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/ModuleScope.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/PrimOps.hs => _build/stage0/compiler/build/GHC/Builtin/PrimOps.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/Uniques.hs => _build/stage0/compiler/build/GHC/Builtin/Uniques.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Glob.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Glob.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/BenchmarkType.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/BenchmarkType.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo/Lens.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Compat/Time.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Compat/Time.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/BuildInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/BuildInfo.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/GHC/ImplInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/ImplInfo.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/FieldGrammar/Pretty.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/Pretty.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Types/Evidence.hs => _build/stage0/compiler/build/GHC/Tc/Types/Evidence.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/InstEnv.hs => _build/stage0/compiler/build/GHC/Core/InstEnv.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/BenchmarkInterface.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/BenchmarkInterface.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Types.hs-boot => _build/stage0/compiler/build/GHC/Tc/Types.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/Syntax.hs => _build/stage0/compiler/build/GHC/Stg/Syntax.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/FieldGrammar.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/FieldGrammar.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Utils.hs => _build/stage0/compiler/build/GHC/Core/Utils.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/CLabel.hs => _build/stage0/compiler/build/GHC/Cmm/CLabel.o
| Run Ghc CompileHs Stage0: compiler/GHC/ByteCode/Types.hs => _build/stage0/compiler/build/GHC/ByteCode/Types.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/FieldGrammar/FieldDescrs.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/FieldGrammar/FieldDescrs.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/BuildInfo/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/BuildInfo/Lens.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Instance/FunDeps.hs => _build/stage0/compiler/build/GHC/Tc/Instance/FunDeps.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Binds.hs => _build/stage0/compiler/build/GHC/Hs/Binds.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ForeignLib.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLib.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/TestSuite.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/TestSuite.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/BlockId.hs => _build/stage0/compiler/build/GHC/Cmm/BlockId.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Benchmark.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Benchmark.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/Lint.hs => _build/stage0/compiler/build/GHC/Stg/Lint.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/FVs.hs => _build/stage0/compiler/build/GHC/Stg/FVs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/Exitify.hs => _build/stage0/compiler/build/GHC/Core/Opt/Exitify.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/CSE.hs => _build/stage0/compiler/build/GHC/Stg/CSE.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/DepAnal.hs => _build/stage0/compiler/build/GHC/Stg/DepAnal.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Pat.hs => _build/stage0/compiler/build/GHC/Hs/Pat.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Subst.hs => _build/stage0/compiler/build/GHC/Core/Subst.o
| Run Ghc CompileHs Stage0: compiler/GHC/HsToCore/PmCheck/Types.hs => _build/stage0/compiler/build/GHC/HsToCore/PmCheck/Types.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Decls.hs => _build/stage0/compiler/build/GHC/Hs/Decls.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/Lift/Monad.hs => _build/stage0/compiler/build/GHC/Stg/Lift/Monad.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Expr.hs => _build/stage0/compiler/build/GHC/Cmm/Expr.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/TestSuite/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/TestSuite/Lens.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Coercion/Opt.hs => _build/stage0/compiler/build/GHC/Core/Coercion/Opt.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/InstalledPackageInfo/FieldGrammar.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/InstalledPackageInfo/FieldGrammar.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/Stats.hs => _build/stage0/compiler/build/GHC/Stg/Stats.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Library.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Library.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Executable.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Executable.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Expr.hs => _build/stage0/compiler/build/GHC/Hs/Expr.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ForeignLib/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ForeignLib/Lens.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/InstalledPackageInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/InstalledPackageInfo.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/PPC.hs => _build/stage0/compiler/build/GHC/Platform/PPC.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/ARM64.hs => _build/stage0/compiler/build/GHC/Platform/ARM64.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/S390X.hs => _build/stage0/compiler/build/GHC/Platform/S390X.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/X86_64.hs => _build/stage0/compiler/build/GHC/Platform/X86_64.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Library/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Library/Lens.o
| Run Ghc CompileHs Stage0: _build/stage0/compiler/build/GHC/Cmm/Lexer.hs => _build/stage0/compiler/build/GHC/Cmm/Lexer.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/NoRegs.hs => _build/stage0/compiler/build/GHC/Platform/NoRegs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/SPARC.hs => _build/stage0/compiler/build/GHC/Platform/SPARC.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Ppr/Expr.hs => _build/stage0/compiler/build/GHC/Cmm/Ppr/Expr.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/PackageIndex.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/PackageIndex.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Executable/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Executable/Lens.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Arity.hs => _build/stage0/compiler/build/GHC/Core/Arity.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Component.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Component.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/StaticArgs.hs => _build/stage0/compiler/build/GHC/Core/Opt/StaticArgs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Runtime/Linker/Types.hs => _build/stage0/compiler/build/GHC/Runtime/Linker/Types.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/HookedBuildInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/HookedBuildInfo.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/ARM.hs => _build/stage0/compiler/build/GHC/Platform/ARM.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Instances.hs => _build/stage0/compiler/build/GHC/Hs/Instances.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Utils.hs => _build/stage0/compiler/build/GHC/Hs/Utils.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ComponentRequestedSpec.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ComponentRequestedSpec.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Benchmark/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Benchmark/Lens.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/ModuleShape.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/ModuleShape.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/OccurAnal.hs => _build/stage0/compiler/build/GHC/Core/Opt/OccurAnal.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/CallArity.hs => _build/stage0/compiler/build/GHC/Core/Opt/CallArity.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/X86.hs => _build/stage0/compiler/build/GHC/Platform/X86.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/CSE.hs => _build/stage0/compiler/build/GHC/Core/Opt/CSE.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PackageDescription.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PackageDescription.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/PreModuleShape.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/PreModuleShape.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/PreExistingComponent.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/PreExistingComponent.o
| Run Ghc CompileHs Stage0: compiler/GHC/Platform/Regs.hs => _build/stage0/compiler/build/GHC/Platform/Regs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Node.hs => _build/stage0/compiler/build/GHC/Cmm/Node.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs.hs => _build/stage0/compiler/build/GHC/Hs.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/GenericPackageDescription.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/PackageDescription/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/PackageDescription/Lens.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm.hs => _build/stage0/compiler/build/GHC/Cmm.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/GenericPackageDescription/Lens.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/PackageDescription.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/PackageDescription.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Types/Origin.hs => _build/stage0/compiler/build/GHC/Tc/Types/Origin.o
| Run Ghc CompileHs Stage0: compiler/GHC/Parser/PostProcess/Haddock.hs => _build/stage0/compiler/build/GHC/Parser/PostProcess/Haddock.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Types.hs => _build/stage0/compiler/build/GHC/Driver/Types.o
| Run Ghc CompileHs Stage0: compiler/GHC/Parser/PostProcess.hs => _build/stage0/compiler/build/GHC/Parser/PostProcess.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Stats.hs => _build/stage0/compiler/build/GHC/Hs/Stats.o
| Run Ghc CompileHs Stage0: compiler/GHC/Hs/Dump.hs => _build/stage0/compiler/build/GHC/Hs/Dump.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/Lens.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/Lens.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Types.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Types.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/UnifyM.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/UnifyM.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/ComponentLocalBuildInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/ComponentLocalBuildInfo.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/PackageDescription/FieldGrammar.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/PackageDescription/FieldGrammar.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Configuration.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Types/Constraint.hs => _build/stage0/compiler/build/GHC/Tc/Types/Constraint.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/BuildToolDepends.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/BuildToolDepends.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/MixLink.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/MixLink.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/Imm.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/Imm.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Ppr/Decl.hs => _build/stage0/compiler/build/GHC/Cmm/Ppr/Decl.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Format.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Format.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Dataflow.hs => _build/stage0/compiler/build/GHC/Cmm/Dataflow.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/PackageDescription/PrettyPrint.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/PackageDescription/PrettyPrint.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Ppr.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Ppr.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Utils.hs => _build/stage0/compiler/build/GHC/Cmm/Utils.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/UpdateCafInfos.hs => _build/stage0/compiler/build/GHC/Iface/UpdateCafInfos.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/External/Convert.hs => _build/stage0/compiler/build/GHC/Stg/External/Convert.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Recomp/Flags.hs => _build/stage0/compiler/build/GHC/Iface/Recomp/Flags.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/Monad.hs => _build/stage0/compiler/build/GHC/Core/Opt/Monad.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/Regs.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/Regs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Liveness.hs => _build/stage0/compiler/build/GHC/Cmm/Liveness.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Finder.hs => _build/stage0/compiler/build/GHC/Driver/Finder.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Info.hs => _build/stage0/compiler/build/GHC/Cmm/Info.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Opt.hs => _build/stage0/compiler/build/GHC/Cmm/Opt.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Ppr.hs => _build/stage0/compiler/build/GHC/Cmm/Ppr.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/CgUtils.hs => _build/stage0/compiler/build/GHC/StgToCmm/CgUtils.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/DebugBlock.hs => _build/stage0/compiler/build/GHC/Cmm/DebugBlock.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/Simplify/Monad.hs => _build/stage0/compiler/build/GHC/Core/Opt/Simplify/Monad.o
| Run Ghc CompileHs Stage0: compiler/GHC/Runtime/Interpreter.hs => _build/stage0/compiler/build/GHC/Runtime/Interpreter.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Pipeline/Monad.hs => _build/stage0/compiler/build/GHC/Driver/Pipeline/Monad.o
| Run Ghc CompileHs Stage0: compiler/GHC/Llvm/Types.hs => _build/stage0/compiler/build/GHC/Llvm/Types.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Instr.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Instr.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/ContFlowOpt.hs => _build/stage0/compiler/build/GHC/Cmm/ContFlowOpt.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Closure.hs => _build/stage0/compiler/build/GHC/StgToCmm/Closure.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/AddrMode.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/AddrMode.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Monad.hs => _build/stage0/compiler/build/GHC/Driver/Monad.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/PPC/Regs.hs => _build/stage0/compiler/build/GHC/CmmToAsm/PPC/Regs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/ProcPoint.hs => _build/stage0/compiler/build/GHC/Cmm/ProcPoint.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/CallConv.hs => _build/stage0/compiler/build/GHC/Cmm/CallConv.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Lint.hs => _build/stage0/compiler/build/GHC/Cmm/Lint.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToC.hs => _build/stage0/compiler/build/GHC/CmmToC.o
| Run Ghc CompileHs Stage0: compiler/GHC/Llvm/MetaData.hs => _build/stage0/compiler/build/GHC/Llvm/MetaData.o
| Run Ghc CompileHs Stage0: compiler/GHC/ThToHs.hs => _build/stage0/compiler/build/GHC/ThToHs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Types.hs => _build/stage0/compiler/build/GHC/Tc/Types.o
| Run Ghc CompileHs Stage0: compiler/GHC/HsToCore/Coverage.hs => _build/stage0/compiler/build/GHC/HsToCore/Coverage.o
| Run Ghc CompileHs Stage0: compiler/GHC/ByteCode/Linker.hs => _build/stage0/compiler/build/GHC/ByteCode/Linker.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Graph.hs => _build/stage0/compiler/build/GHC/Cmm/Graph.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/X86/Regs.hs => _build/stage0/compiler/build/GHC/CmmToAsm/X86/Regs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Llvm/Syntax.hs => _build/stage0/compiler/build/GHC/Llvm/Syntax.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/PackageDescription/Parsec.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Parsec.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/Types/Literals.hs => _build/stage0/compiler/build/GHC/Builtin/Types/Literals.o
| Run Ghc CompileHs Stage0: compiler/GHC/Llvm/Ppr.hs => _build/stage0/compiler/build/GHC/Llvm/Ppr.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/X86/RegInfo.hs => _build/stage0/compiler/build/GHC/CmmToAsm/X86/RegInfo.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Dwarf/Constants.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Dwarf/Constants.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear/X86.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear/X86.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear/X86_64.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear/X86_64.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Make.hs => _build/stage0/compiler/build/GHC/Core/Make.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Monad.hs => _build/stage0/compiler/build/GHC/StgToCmm/Monad.o
| Run Ghc CompileHs Stage0: compiler/GHC/Llvm.hs => _build/stage0/compiler/build/GHC/Llvm.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/ArgRep.hs => _build/stage0/compiler/build/GHC/StgToCmm/ArgRep.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Dwarf/Types.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Dwarf/Types.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Module.hs-boot => _build/stage0/compiler/build/GHC/Tc/Module.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Errors/Hole/FitTypes.hs => _build/stage0/compiler/build/GHC/Tc/Errors/Hole/FitTypes.o
| Run Ghc CompileHs Stage0: compiler/GHC/HsToCore/Docs.hs => _build/stage0/compiler/build/GHC/HsToCore/Docs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Gen/Expr.hs-boot => _build/stage0/compiler/build/GHC/Tc/Gen/Expr.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Rename/Doc.hs => _build/stage0/compiler/build/GHC/Rename/Doc.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Errors/Hole.hs-boot => _build/stage0/compiler/build/GHC/Tc/Errors/Hole.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Utils.hs => _build/stage0/compiler/build/GHC/StgToCmm/Utils.o
| Run Ghc CompileHs Stage0: compiler/GHC/HsToCore/Usage.hs => _build/stage0/compiler/build/GHC/HsToCore/Usage.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToLlvm/Regs.hs => _build/stage0/compiler/build/GHC/CmmToLlvm/Regs.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Utils/Unify.hs-boot => _build/stage0/compiler/build/GHC/Tc/Utils/Unify.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Gen/Match.hs-boot => _build/stage0/compiler/build/GHC/Tc/Gen/Match.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/IfaceToCore.hs-boot => _build/stage0/compiler/build/GHC/IfaceToCore.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Utils/Env.hs-boot => _build/stage0/compiler/build/GHC/Tc/Utils/Env.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Rename/Expr.hs-boot => _build/stage0/compiler/build/GHC/Rename/Expr.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/ExtCode.hs => _build/stage0/compiler/build/GHC/StgToCmm/ExtCode.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Utils/Monad.hs => _build/stage0/compiler/build/GHC/Tc/Utils/Monad.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToLlvm/Base.hs => _build/stage0/compiler/build/GHC/CmmToLlvm/Base.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/SimpleOpt.hs => _build/stage0/compiler/build/GHC/Core/SimpleOpt.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Types/EvTerm.hs => _build/stage0/compiler/build/GHC/Tc/Types/EvTerm.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/SetLevels.hs => _build/stage0/compiler/build/GHC/Core/Opt/SetLevels.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/Simplify/Env.hs => _build/stage0/compiler/build/GHC/Core/Opt/Simplify/Env.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/FloatIn.hs => _build/stage0/compiler/build/GHC/Core/Opt/FloatIn.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Dwarf.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Dwarf.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear/PPC.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear/PPC.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToLlvm/CodeGen.hs => _build/stage0/compiler/build/GHC/CmmToLlvm/CodeGen.o
| Run Ghc CompileHs Stage0: compiler/GHC/SysTools/Tasks.hs => _build/stage0/compiler/build/GHC/SysTools/Tasks.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/FloatOut.hs => _build/stage0/compiler/build/GHC/Core/Opt/FloatOut.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToLlvm/Data.hs => _build/stage0/compiler/build/GHC/CmmToLlvm/Data.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Unfold.hs => _build/stage0/compiler/build/GHC/Core/Unfold.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Lint.hs => _build/stage0/compiler/build/GHC/Core/Lint.o
| Run Ghc CompileHs Stage0: compiler/GHC/Rename/Unbound.hs => _build/stage0/compiler/build/GHC/Rename/Unbound.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/TyCl/PatSyn.hs-boot => _build/stage0/compiler/build/GHC/Tc/TyCl/PatSyn.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Load.hs-boot => _build/stage0/compiler/build/GHC/Iface/Load.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Rename/Splice.hs-boot => _build/stage0/compiler/build/GHC/Rename/Splice.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/SysTools/ExtraObj.hs => _build/stage0/compiler/build/GHC/SysTools/ExtraObj.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Utils/TcMType.hs => _build/stage0/compiler/build/GHC/Tc/Utils/TcMType.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/Stack.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/Stack.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear/SPARC.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear/SPARC.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Target.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Target.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToLlvm/Ppr.hs => _build/stage0/compiler/build/GHC/CmmToLlvm/Ppr.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Plugins.hs => _build/stage0/compiler/build/GHC/Driver/Plugins.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Switch/Implement.hs => _build/stage0/compiler/build/GHC/Cmm/Switch/Implement.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/LiberateCase.hs => _build/stage0/compiler/build/GHC/Core/Opt/LiberateCase.o
| Run Ghc CompileHs Stage0: compiler/GHC/SysTools.hs => _build/stage0/compiler/build/GHC/SysTools.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/PPC/Instr.hs => _build/stage0/compiler/build/GHC/CmmToAsm/PPC/Instr.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/X86/Instr.hs => _build/stage0/compiler/build/GHC/CmmToAsm/X86/Instr.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/ConstantFold.hs => _build/stage0/compiler/build/GHC/Core/Opt/ConstantFold.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/Instr.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/Instr.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Sink.hs => _build/stage0/compiler/build/GHC/Cmm/Sink.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/CFG.hs => _build/stage0/compiler/build/GHC/CmmToAsm/CFG.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/CommonBlockElim.hs => _build/stage0/compiler/build/GHC/Cmm/CommonBlockElim.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/PPC/RegInfo.hs => _build/stage0/compiler/build/GHC/CmmToAsm/PPC/RegInfo.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/PPC/Ppr.hs => _build/stage0/compiler/build/GHC/CmmToAsm/PPC/Ppr.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/CodeGen/Base.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/CodeGen/Base.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/ShortcutJump.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/ShortcutJump.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/Ppr.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/Ppr.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/X86/Ppr.hs => _build/stage0/compiler/build/GHC/CmmToAsm/X86/Ppr.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Monad.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Monad.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Liveness.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Liveness.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToLlvm.hs => _build/stage0/compiler/build/GHC/CmmToLlvm.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/CodeGen/Expand.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/CodeGen/Expand.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/Simplify/Utils.hs => _build/stage0/compiler/build/GHC/Core/Opt/Simplify/Utils.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Id/Make.hs => _build/stage0/compiler/build/GHC/Types/Id/Make.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/CodeGen/Sanity.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/CodeGen/Sanity.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Graph/Coalesce.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Graph/Coalesce.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Graph/SpillCost.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Graph/SpillCost.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear/Base.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear/Base.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/PIC.hs => _build/stage0/compiler/build/GHC/CmmToAsm/PIC.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Graph/SpillClean.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Graph/SpillClean.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/CodeGen/Gen32.hs-boot => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/CodeGen/Gen32.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Graph/Spill.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Graph/Spill.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear/Stats.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear/Stats.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/CodeGen/Amode.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/CodeGen/Amode.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/CodeGen/CondCode.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/CodeGen/CondCode.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Rules.hs => _build/stage0/compiler/build/GHC/Core/Rules.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/PPC/CodeGen.hs => _build/stage0/compiler/build/GHC/CmmToAsm/PPC/CodeGen.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/Unarise.hs => _build/stage0/compiler/build/GHC/Stg/Unarise.o
| Run Ghc CompileHs Stage0: compiler/GHC/CoreToIface.hs => _build/stage0/compiler/build/GHC/CoreToIface.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/WorkWrap/Utils.hs => _build/stage0/compiler/build/GHC/Core/Opt/WorkWrap/Utils.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear/State.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear/State.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Graph/Stats.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Graph/Stats.o
| Run Ghc CompileHs Stage0: compiler/GHC/CoreToStg.hs => _build/stage0/compiler/build/GHC/CoreToStg.o
| Run Ghc CompileHs Stage0: compiler/GHC/Builtin/Utils.hs => _build/stage0/compiler/build/GHC/Builtin/Utils.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/X86/CodeGen.hs => _build/stage0/compiler/build/GHC/CmmToAsm/X86/CodeGen.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Graph.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Graph.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/BlockLayout.hs => _build/stage0/compiler/build/GHC/CmmToAsm/BlockLayout.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/CodeGen/Gen64.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/CodeGen/Gen64.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/WorkWrap.hs => _build/stage0/compiler/build/GHC/Core/Opt/WorkWrap.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Ext/Utils.hs => _build/stage0/compiler/build/GHC/Iface/Ext/Utils.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/CodeGen/Gen32.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/CodeGen/Gen32.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/DmdAnal.hs => _build/stage0/compiler/build/GHC/Core/Opt/DmdAnal.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/CprAnal.hs => _build/stage0/compiler/build/GHC/Core/Opt/CprAnal.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/SpecConstr.hs => _build/stage0/compiler/build/GHC/Core/Opt/SpecConstr.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Backpack/Syntax.hs => _build/stage0/compiler/build/GHC/Driver/Backpack/Syntax.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/Specialise.hs => _build/stage0/compiler/build/GHC/Core/Opt/Specialise.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/SPARC/CodeGen.hs => _build/stage0/compiler/build/GHC/CmmToAsm/SPARC/CodeGen.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Bind.hs-boot => _build/stage0/compiler/build/GHC/StgToCmm/Bind.o-boot
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Run.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Run.o
| Run Ghc CompileHs Stage0: _build/stage0/compiler/build/GHC/Parser.hs => _build/stage0/compiler/build/GHC/Parser.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Env.hs => _build/stage0/compiler/build/GHC/Iface/Env.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear/FreeRegs.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear/FreeRegs.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Ticky.hs => _build/stage0/compiler/build/GHC/StgToCmm/Ticky.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Hpc.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Hpc.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/HcPkg.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/HcPkg.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/GHC.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/GHC.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear/JoinToTargets.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear/JoinToTargets.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Script.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Script.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Binary.hs => _build/stage0/compiler/build/GHC/Iface/Binary.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/TyCl/Build.hs => _build/stage0/compiler/build/GHC/Tc/TyCl/Build.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Hpc.hs => _build/stage0/compiler/build/GHC/StgToCmm/Hpc.o
| Run Ghc CompileHs Stage0: compiler/GHC/Types/Name/Shape.hs => _build/stage0/compiler/build/GHC/Types/Name/Shape.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm/Reg/Linear.hs => _build/stage0/compiler/build/GHC/CmmToAsm/Reg/Linear.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Env.hs => _build/stage0/compiler/build/GHC/StgToCmm/Env.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Builtin.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Builtin.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Prof.hs => _build/stage0/compiler/build/GHC/StgToCmm/Prof.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Ext/Binary.hs => _build/stage0/compiler/build/GHC/Iface/Ext/Binary.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/TargetInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/TargetInfo.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Db.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Db.o
| Run Ghc CompileHs Stage0: compiler/GHC/CmmToAsm.hs => _build/stage0/compiler/build/GHC/CmmToAsm.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/Hooks.hs => _build/stage0/compiler/build/GHC/Driver/Hooks.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Rename.hs => _build/stage0/compiler/build/GHC/Iface/Rename.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Layout.hs => _build/stage0/compiler/build/GHC/StgToCmm/Layout.o
| Run Ghc CompileHs Stage0: compiler/GHC/Core/Opt/Simplify.hs => _build/stage0/compiler/build/GHC/Core/Opt/Simplify.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Ext/Debug.hs => _build/stage0/compiler/build/GHC/Iface/Ext/Debug.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program.o
| Run Ghc CompileHs Stage0: compiler/GHC/ByteCode/InfoTable.hs => _build/stage0/compiler/build/GHC/ByteCode/InfoTable.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/Lift/Analysis.hs => _build/stage0/compiler/build/GHC/Stg/Lift/Analysis.o
| Run Ghc CompileHs Stage0: compiler/GHC/ByteCode/Instr.hs => _build/stage0/compiler/build/GHC/ByteCode/Instr.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Setup.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Setup.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Strip.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Strip.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/Lift.hs => _build/stage0/compiler/build/GHC/Stg/Lift.o
| Run Ghc CompileHs Stage0: compiler/GHC/ByteCode/Asm.hs => _build/stage0/compiler/build/GHC/ByteCode/Asm.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Make.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Make.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Types/LocalBuildInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Types/LocalBuildInfo.o
| Run Ghc CompileHs Stage0: compiler/GHC/Driver/CodeOutput.hs => _build/stage0/compiler/build/GHC/Driver/CodeOutput.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Heap.hs => _build/stage0/compiler/build/GHC/StgToCmm/Heap.o
| Run Ghc CompileHs Stage0: compiler/GHC/Stg/Pipeline.hs => _build/stage0/compiler/build/GHC/Stg/Pipeline.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Foreign.hs => _build/stage0/compiler/build/GHC/StgToCmm/Foreign.o
| Run Ghc CompileHs Stage0: compiler/GHC/CoreToByteCode.hs => _build/stage0/compiler/build/GHC/CoreToByteCode.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/LocalBuildInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/LocalBuildInfo.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Gen/Splice.hs-boot => _build/stage0/compiler/build/GHC/Tc/Gen/Splice.o-boot
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Info/Build.hs => _build/stage0/compiler/build/GHC/Cmm/Info/Build.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/LayoutStack.hs => _build/stage0/compiler/build/GHC/Cmm/LayoutStack.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Ld.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Ld.o
| Run Ghc CompileHs Stage0: compiler/GHC/Tc/Gen/Annotation.hs => _build/stage0/compiler/build/GHC/Tc/Gen/Annotation.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/Id.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/Id.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Program/Ar.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Program/Ar.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/BuildTarget.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/BuildTarget.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/ComponentsGraph.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/ComponentsGraph.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/ConfiguredComponent.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/ConfiguredComponent.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/DataCon.hs => _build/stage0/compiler/build/GHC/StgToCmm/DataCon.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Build/Macros.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Build/Macros.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Hpc.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Hpc.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/LinkedComponent.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/LinkedComponent.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Prim.hs => _build/stage0/compiler/build/GHC/StgToCmm/Prim.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Test/Log.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Test/Log.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/BuildPaths.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/BuildPaths.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/ReadyComponent.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/ReadyComponent.o
| Run Ghc CompileHs Stage0: compiler/GHC/Cmm/Pipeline.hs => _build/stage0/compiler/build/GHC/Cmm/Pipeline.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/UHC.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/UHC.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/HaskellSuite.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/HaskellSuite.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Build/PathsModule.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Build/PathsModule.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/GHC/Internal.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/Internal.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/PackageDescription/Check.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/PackageDescription/Check.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Backpack/Configure.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Backpack/Configure.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Test/ExeV10.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Test/ExeV10.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Test/LibV09.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Test/LibV09.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Expr.hs => _build/stage0/compiler/build/GHC/StgToCmm/Expr.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/GHC/EnvironmentParser.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/GHC/EnvironmentParser.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/PreProcess.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/PreProcess.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/GHCJS.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/GHCJS.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/GHC.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/GHC.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/UserHooks.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/UserHooks.o
| Run Ghc CompileHs Stage0: compiler/GHC/Iface/Load.hs => _build/stage0/compiler/build/GHC/Iface/Load.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Bench.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Bench.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Test.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Test.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm/Bind.hs => _build/stage0/compiler/build/GHC/StgToCmm/Bind.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Configure.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Configure.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/ShowBuildInfo.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/ShowBuildInfo.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Register.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Register.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Install.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Install.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/SrcDist.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/SrcDist.o
| Run Ghc CompileHs Stage0: _build/stage0/compiler/build/GHC/Cmm/Parser.hs => _build/stage0/compiler/build/GHC/Cmm/Parser.o
| Run Ghc CompileHs Stage0: compiler/GHC/StgToCmm.hs => _build/stage0/compiler/build/GHC/StgToCmm.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Build.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Build.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Haddock.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple/Doctest.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple/Doctest.o
| Run Ghc CompileHs Stage0: libraries/Cabal/Cabal/Distribution/Simple.hs => _build/stage0/libraries/Cabal/Cabal/build/Distribution/Simple.o
| Run Ghc CompileHs Stage0: utils/ghc-pkg/Main.hs => _build/stage0/utils/ghc-pkg/build/Main.o
Error when running Shake build system:
  at action, called at src/Rules.hs:71:19 in main:Rules
  at need, called at src/Rules.hs:93:5 in main:Rules
* Depends on: _build/stage0/lib/package.conf.d/ghc-8.11.0.20201112.conf
  at need, called at src/Rules/Register.hs:117:5 in main:Rules.Register
* Depends on: _build/stage0/compiler/build/libHSghc-8.11.0.20201112.a
  at need, called at src/Rules/Library.hs:214:5 in main:Rules.Library
* Depends on: _build/stage0/compiler/build/GHC/Cmm/Parser.o
  at &%>, called at src/Rules/Compile.hs:77:9 in main:Rules.Compile
* Depends on: _build/stage0/compiler/build/GHC/Cmm/Parser.o _build/stage0/compiler/build/GHC/Cmm/Parser.hi
  at cmd', called at src/Builder.hs:291:23 in main:Builder
  at cmd, called at src/Builder.hs:376:8 in main:Builder
* Raised the exception:
Development.Shake.cmd, system command failed
Command line: /usr/local/bin/ghc -Wall -fdiagnostics-color=never -hisuf hi -osuf o -hcsuf hc -static -hide-all-packages -no-user-package-db '-package-db _build/stage0/lib/package.conf.d' '-this-unit-id ghc-8.11.0.20201112' '-package-id array-0.5.4.0' '-package-id base-4.13.0.0' '-package-id binary-0.8.7.0' '-package-id bytestring-0.10.10.0' '-package-id containers-0.6.2.1' '-package-id deepseq-1.4.4.0' '-package-id directory-1.3.6.0' '-package-id filepath-1.4.2.1' '-package-id ghc-boot-8.11.0.20201112' '-package-id ghc-boot-th-8.11.0.20201112' '-package-id ghc-heap-8.11.0.20201112' '-package-id ghci-8.11.0.20201112' '-package-id hpc-0.6.1.0' '-package-id process-1.6.8.0' '-package-id template-haskell-2.17.0.0' '-package-id terminfo-0.4.1.4' '-package-id time-1.9.3' '-package-id transformers-0.5.6.2' '-package-id unix-2.7.2.2' -i -i/home/bollu/work/ghc-whole-program-compiler-project/ghc-wpc/_build/stage0/compiler/build -i/home/bollu/work/ghc-whole-program-compiler-project/ghc-wpc/_build/stage0/compiler/build/autogen -i/home/bollu/work/ghc-whole-program-compiler-project/ghc-wpc/compiler -Iincludes -I_build/stage0/lib -I_build/stage0/compiler/build -I_build/stage0/compiler/build/. -Icompiler/. -I/opt/ghc/8.8.3/lib/ghc-8.8.3/process-1.6.8.0/include -I/opt/ghc/8.8.3/lib/ghc-8.8.3/unix-2.7.2.2/include -I/opt/ghc/8.8.3/lib/ghc-8.8.3/time-1.9.3/include -I/opt/ghc/8.8.3/lib/ghc-8.8.3/bytestring-0.10.10.0/include -I/opt/ghc/8.8.3/lib/ghc-8.8.3/base-4.13.0.0/include -I/opt/ghc/8.8.3/lib/ghc-8.8.3/integer-gmp-1.0.2.0/include -I/opt/ghc/8.8.3/lib/ghc-8.8.3/include -I_build/stage0/lib -optc-I_build/stage0/lib -optP-include -optP_build/stage0/compiler/build/autogen/cabal_macros.h -outputdir _build/stage0/compiler/build -optc-Wno-error=inline -c _build/stage0/compiler/build/GHC/Cmm/Parser.hs -o _build/stage0/compiler/build/GHC/Cmm/Parser.o -O -H32m -Wall -Wno-name-shadowing -Wnoncanonical-monad-instances -Wnoncanonical-monoid-instances -this-unit-id ghc -XHaskell2010 -XNoImplicitPrelude -fno-ignore-interface-pragmas -fcmm-sink -fno-warn-deprecated-flags
Exit code: 1
Stderr and Stdout:
_build/stage0/compiler/build/GHC/Cmm/Parser.hs:477:24: error:
    Not in scope: ‘Prelude.*’
    No module named ‘Prelude’ is imported.
    |
477 |         bit_start = st Prelude.* 134
    |                        ^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:478:23: error:
    Not in scope: ‘Prelude.+’
    No module named ‘Prelude’ is imported.
    |
478 |         bit_end = (st Prelude.+ 1) Prelude.* 134
    |                       ^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:478:36: error:
    Not in scope: ‘Prelude.*’
    No module named ‘Prelude’ is imported.
    |
478 |         bit_end = (st Prelude.+ 1) Prelude.* 134
    |                                    ^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:480:16: error:
    Not in scope: ‘Prelude.map’
    No module named ‘Prelude’ is imported.
    |
480 |         bits = Prelude.map read_bit [bit_start..bit_end Prelude.- 1]
    |                ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:480:57: error:
    Not in scope: ‘Prelude.-’
    No module named ‘Prelude’ is imported.
    |
480 |         bits = Prelude.map read_bit [bit_start..bit_end Prelude.- 1]
    |                                                         ^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:481:24: error:
    Not in scope: ‘Prelude.zip’
    No module named ‘Prelude’ is imported.
    |
481 |         bits_indexed = Prelude.zip bits [0..133]
    |                        ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:482:31: error:
    Not in scope: ‘Prelude.concatMap’
    Perhaps you meant ‘GHC.Prelude.concatMap’ (imported from GHC.Prelude)
    No module named ‘Prelude’ is imported.
    |
482 |         token_strs_expected = Prelude.concatMap f bits_indexed
    |                               ^^^^^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:483:12: error:
    Not in scope: data constructor ‘Prelude.False’
    No module named ‘Prelude’ is imported.
    |
483 |         f (Prelude.False, _) = []
    |            ^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:484:12: error:
    Not in scope: data constructor ‘Prelude.True’
    No module named ‘Prelude’ is imported.
    |
484 |         f (Prelude.True, nr) = [token_strs Prelude.!! nr]
    |            ^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:484:44: error:
    Not in scope: ‘Prelude.!!’
    No module named ‘Prelude’ is imported.
    |
484 |         f (Prelude.True, nr) = [token_strs Prelude.!! nr]
    |                                            ^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:676:23: error:
    Not in scope: type constructor or class ‘Prelude.Int’
    No module named ‘Prelude’ is imported.
    |
676 | happy_n_terms = 78 :: Prelude.Int
    |                       ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:677:26: error:
    Not in scope: type constructor or class ‘Prelude.Int’
    No module named ‘Prelude’ is imported.
    |
677 | happy_n_nonterms = 54 :: Prelude.Int
    |                          ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:2667:48: error:
    Not in scope: type constructor or class ‘Prelude.Int’
    No module named ‘Prelude’ is imported.
     |
2667 | happyReduceArr :: () => Happy_Data_Array.Array Prelude.Int (Happy_GHC_Exts.Int# -> Located CmmToken -> Happy_GHC_Exts.Int# -> Happy_IntList -> HappyStk (HappyAbsSyn ) -> PD (HappyAbsSyn ))
     |                                                ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:2673:44: error:
    Not in scope: type constructor or class ‘Prelude.String’
    Perhaps you meant ‘GHC.Prelude.String’ (imported from GHC.Prelude)
    No module named ‘Prelude’ is imported.
     |
2673 | happyError' :: () => ((Located CmmToken), [Prelude.String]) -> PD a
     |                                            ^^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3366:99: error:
    Not in scope: type constructor or class ‘Prelude.Int’
    No module named ‘Prelude’ is imported.
     |
3366 |                                      happyFail (happyExpListPerState ((Happy_GHC_Exts.I# (st)) :: Prelude.Int)) i tk st
     |                                                                                                   ^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3369:103: error:
    Not in scope: type constructor or class ‘Prelude.Bool’
    No module named ‘Prelude’ is imported.
     |
3369 |                 n | LT(n,(0# :: Happy_GHC_Exts.Int#)) -> {- nothing -}
     |                                                                                                       ^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3377:109: error:
    Not in scope: type constructor or class ‘Prelude.Bool’
    No module named ‘Prelude’ is imported.
     |
3377 |          check  = if GTE(off_i,(0# :: Happy_GHC_Exts.Int#))
     |                                                                                                             ^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3378:115: error:
    Not in scope: type constructor or class ‘Prelude.Bool’
    No module named ‘Prelude’ is imported.
     |
3378 |                   then EQ(indexShortOffAddr happyCheck off_i, i)
     |                                                                                                                   ^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3379:24: error:
    Not in scope: data constructor ‘Prelude.False’
    No module named ‘Prelude’ is imported.
     |
3379 |                   else Prelude.False
     |                        ^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3382:13: error:
    Not in scope: ‘Prelude.otherwise’
    Perhaps you meant ‘GHC.Prelude.otherwise’ (imported from GHC.Prelude)
    No module named ‘Prelude’ is imported.
     |
3382 |           | Prelude.otherwise = indexShortOffAddr happyDefActions st
     |             ^^^^^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3399:71: error:
    Not in scope: type constructor or class ‘Prelude.Bool’
    No module named ‘Prelude’ is imported.
     |
3399 | happyLt x y = LT(x,y)
     |                                                                       ^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3403:115: error:
    Not in scope: ‘Prelude.mod’
    No module named ‘Prelude’ is imported.
     |
3403 |     Bits.testBit (Happy_GHC_Exts.I# (indexShortOffAddr arr ((unbox_int bit) `Happy_GHC_Exts.iShiftRA#` 4#))) (bit `Prelude.mod` 16)
     |                                                                                                                   ^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3547:17: error:
    Not in scope: ‘Prelude.error’
    No module named ‘Prelude’ is imported.
     |
3547 | notHappyAtAll = Prelude.error "Internal Happy error\n"
     |                 ^^^^^^^^^^^^^

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:3565:22: error:
    Not in scope: ‘Prelude.seq’
    No module named ‘Prelude’ is imported.
     |
3565 | happyDoSeq   a b = a `Prelude.seq` b
     |                      ^^^^^^^^^^^^^
csabahruska commented 3 years ago

So the error is in the Cmm's Parser.hs that is generated by Happy. The original source is this: https://github.com/grin-compiler/ghc-wpc/blob/e32de938f57e2014c975523c8ab15585fdd5aa46/compiler/GHC/Cmm/Parser.y I use:

   Happy      : /home/csaba/.local/bin/happy (1.19.12)
   Alex         : /home/csaba/.local/bin/alex (3.2.5)

Yours is:

   Happy        : /home/bollu/.cabal/bin/happy (1.20.0)
   Alex         : /home/bollu/.cabal/bin/alex (3.2.6)

try the same happy version.

csabahruska commented 3 years ago

The first error of your build:

_build/stage0/compiler/build/GHC/Cmm/Parser.hs:477:24: error:
    Not in scope: ‘Prelude.*’
    No module named ‘Prelude’ is imported.
    |
477 |         bit_start = st Prelude.* 134
    |                        ^^^^^^^^^

my version of Parser.hs line 477:

        bit_start = st * 134
bollu commented 3 years ago

Amazing, downgrading to the versions of Alex and Happy you use does indeed make it work! Thanks a bunch!