+ test -f mk/config.mk.old
+ cp -p mk/config.mk mk/config.mk.old
touch -r mk/config.mk.old mk/config.mk
+ test -f mk/project.mk.old
+ cp -p mk/project.mk mk/project.mk.old
touch -r mk/project.mk.old mk/project.mk
+ test -f compiler/ghc.cabal.old
+ cp -p compiler/ghc.cabal compiler/ghc.cabal.old
touch -r compiler/ghc.cabal.old compiler/ghc.cabal
===--- building phase 0
gmake --no-print-directory -f ghc.mk phase=0 phase_0_builds
mkdir -p inplace/bin
mkdir -p inplace/lib
"rm" -f inplace/bin/mkdirhier  
echo '#!/bin/sh'  		 >> inplace/bin/mkdirhier
cat utils/mkdirhier/mkdirhier.sh >> inplace/bin/mkdirhier
chmod +x inplace/bin/mkdirhier
"inplace/bin/mkdirhier" utils/ghc-cabal/dist/build/tmp//.
"inplace/bin/mkdirhier" bootstrapping/.
"/usr/local/bin/ghc" -H32m -O -Wall \
       -optc-Wall -optc-std=gnu99 -optc-fno-stack-protector \
       -optl-Wl,-z,wxneeded \
       -hide-all-packages \
       -package base -package array -package time -package containers -package bytestring -package deepseq -package process -package pretty -package directory -package unix \
       --make utils/ghc-cabal/Main.hs -o utils/ghc-cabal/dist/build/tmp/ghc-cabal \
       -no-user-package-db \
       -Wall -fno-warn-unused-imports -fno-warn-warnings-deprecations \
       -DCABAL_VERSION=2,0,0,0 \
       -DBOOTSTRAPPING \
       -optP-include -optPutils/ghc-cabal/cabal_macros_boot.h \
       -odir  bootstrapping \
       -hidir bootstrapping \
       -ilibraries/Cabal/Cabal \
       -ilibraries/binary/src \
       -ilibraries/filepath \
       -ilibraries/hpc \
        \
       
[  1 of 164] Compiling Distribution.Utils.UnionFind ( libraries/Cabal/Cabal/Distribution/Utils/UnionFind.hs, bootstrapping/Distribution/Utils/UnionFind.o )
[  2 of 164] Compiling Distribution.Utils.Base62 ( libraries/Cabal/Cabal/Distribution/Utils/Base62.hs, bootstrapping/Distribution/Utils/Base62.o )
[  3 of 164] Compiling Distribution.Utils.String ( libraries/Cabal/Cabal/Distribution/Utils/String.hs, bootstrapping/Distribution/Utils/String.o )
[  4 of 164] Compiling Data.Binary.Internal ( libraries/binary/src/Data/Binary/Internal.hs, bootstrapping/Data/Binary/Internal.o )
[  5 of 164] Compiling Data.Binary.FloatCast ( libraries/binary/src/Data/Binary/FloatCast.hs, bootstrapping/Data/Binary/FloatCast.o )
[  6 of 164] Compiling Distribution.Compat.Stack ( libraries/Cabal/Cabal/Distribution/Compat/Stack.hs, bootstrapping/Distribution/Compat/Stack.o )
[  7 of 164] Compiling Distribution.Compat.Map.Strict ( libraries/Cabal/Cabal/Distribution/Compat/Map/Strict.hs, bootstrapping/Distribution/Compat/Map/Strict.o )
[  8 of 164] Compiling Data.Binary.Builder ( libraries/binary/src/Data/Binary/Builder.hs, bootstrapping/Data/Binary/Builder.o )
[  9 of 164] Compiling Data.Binary.Get.Internal ( libraries/binary/src/Data/Binary/Get/Internal.hs, bootstrapping/Data/Binary/Get/Internal.o )
[ 10 of 164] Compiling Data.Binary.Get  ( libraries/binary/src/Data/Binary/Get.hs, bootstrapping/Data/Binary/Get.o )
[ 11 of 164] Compiling Data.Binary.Put  ( libraries/binary/src/Data/Binary/Put.hs, bootstrapping/Data/Binary/Put.o )
[ 12 of 164] Compiling Data.Binary.Class ( libraries/binary/src/Data/Binary/Class.hs, bootstrapping/Data/Binary/Class.o )

libraries/binary/src/Data/Binary/Class.hs:6:14: Warning:
    ‘Data.Binary.Class’ is marked as Trustworthy but has been inferred as safe!
[ 13 of 164] Compiling Data.Binary.Generic ( libraries/binary/src/Data/Binary/Generic.hs, bootstrapping/Data/Binary/Generic.o )
[ 14 of 164] Compiling Data.Binary      ( libraries/binary/src/Data/Binary.hs, bootstrapping/Data/Binary.o )
[ 15 of 164] Compiling System.FilePath.Windows ( libraries/filepath/System/FilePath/Windows.hs, bootstrapping/System/FilePath/Windows.o )
[ 16 of 164] Compiling System.FilePath.Posix ( libraries/filepath/System/FilePath/Posix.hs, bootstrapping/System/FilePath/Posix.o )
[ 17 of 164] Compiling Distribution.Compat.Binary ( libraries/Cabal/Cabal/Distribution/Compat/Binary.hs, bootstrapping/Distribution/Compat/Binary.o )
[ 18 of 164] Compiling Distribution.Compat.Semigroup ( libraries/Cabal/Cabal/Distribution/Compat/Semigroup.hs, bootstrapping/Distribution/Compat/Semigroup.o )
[ 19 of 164] Compiling Distribution.Compat.Prelude ( libraries/Cabal/Cabal/Distribution/Compat/Prelude.hs, bootstrapping/Distribution/Compat/Prelude.o )
[ 20 of 164] Compiling Distribution.GetOpt ( libraries/Cabal/Cabal/Distribution/GetOpt.hs, bootstrapping/Distribution/GetOpt.o )
[ 21 of 164] Compiling Distribution.Utils.ShortText ( libraries/Cabal/Cabal/Distribution/Utils/ShortText.hs, bootstrapping/Distribution/Utils/ShortText.o )
[ 22 of 164] Compiling Distribution.Compat.MonadFail ( libraries/Cabal/Cabal/Distribution/Compat/MonadFail.hs, bootstrapping/Distribution/Compat/MonadFail.o )
[ 23 of 164] Compiling Distribution.Compat.Graph ( libraries/Cabal/Cabal/Distribution/Compat/Graph.hs, bootstrapping/Distribution/Compat/Graph.o )
[ 24 of 164] Compiling Distribution.Utils.MapAccum ( libraries/Cabal/Cabal/Distribution/Utils/MapAccum.hs, bootstrapping/Distribution/Utils/MapAccum.o )
[ 25 of 164] Compiling Distribution.Types.Condition ( libraries/Cabal/Cabal/Distribution/Types/Condition.hs, bootstrapping/Distribution/Types/Condition.o )
[ 26 of 164] Compiling Distribution.Types.CondTree ( libraries/Cabal/Cabal/Distribution/Types/CondTree.hs, bootstrapping/Distribution/Types/CondTree.o )
[ 27 of 164] Compiling Distribution.Simple.Program.Internal ( libraries/Cabal/Cabal/Distribution/Simple/Program/Internal.hs, bootstrapping/Distribution/Simple/Program/Internal.o )
[ 28 of 164] Compiling Distribution.Compat.DList ( libraries/Cabal/Cabal/Distribution/Compat/DList.hs, bootstrapping/Distribution/Compat/DList.o )
[ 29 of 164] Compiling Distribution.Lex ( libraries/Cabal/Cabal/Distribution/Lex.hs, bootstrapping/Distribution/Lex.o )
[ 30 of 164] Compiling Distribution.Utils.Progress ( libraries/Cabal/Cabal/Distribution/Utils/Progress.hs, bootstrapping/Distribution/Utils/Progress.o )
[ 31 of 164] Compiling Distribution.Compat.GetShortPathName ( libraries/Cabal/Cabal/Distribution/Compat/GetShortPathName.hs, bootstrapping/Distribution/Compat/GetShortPathName.o )
[ 32 of 164] Compiling Distribution.TestSuite ( libraries/Cabal/Cabal/Distribution/TestSuite.hs, bootstrapping/Distribution/TestSuite.o )
[ 33 of 164] Compiling Distribution.Simple.PreProcess.Unlit ( libraries/Cabal/Cabal/Distribution/Simple/PreProcess/Unlit.hs, bootstrapping/Distribution/Simple/PreProcess/Unlit.o )
[ 34 of 164] Compiling Distribution.PackageDescription.Utils ( libraries/Cabal/Cabal/Distribution/PackageDescription/Utils.hs, bootstrapping/Distribution/PackageDescription/Utils.o )
[ 35 of 164] Compiling Distribution.Compat.ReadP ( libraries/Cabal/Cabal/Distribution/Compat/ReadP.hs, bootstrapping/Distribution/Compat/ReadP.o )
[ 36 of 164] Compiling Distribution.ReadE ( libraries/Cabal/Cabal/Distribution/ReadE.hs, bootstrapping/Distribution/ReadE.o )
[ 37 of 164] Compiling Distribution.Compat.Exception ( libraries/Cabal/Cabal/Distribution/Compat/Exception.hs, bootstrapping/Distribution/Compat/Exception.o )
[ 38 of 164] Compiling Distribution.Compat.Environment ( libraries/Cabal/Cabal/Distribution/Compat/Environment.hs, bootstrapping/Distribution/Compat/Environment.o )
[ 39 of 164] Compiling Distribution.Compat.CreatePipe ( libraries/Cabal/Cabal/Distribution/Compat/CreatePipe.hs, bootstrapping/Distribution/Compat/CreatePipe.o )
[ 40 of 164] Compiling System.FilePath  ( libraries/filepath/System/FilePath.hs, bootstrapping/System/FilePath.o )
[ 41 of 164] Compiling Distribution.Simple.CCompiler ( libraries/Cabal/Cabal/Distribution/Simple/CCompiler.hs, bootstrapping/Distribution/Simple/CCompiler.o )
[ 42 of 164] Compiling Distribution.Utils.Generic ( libraries/Cabal/Cabal/Distribution/Utils/Generic.hs, bootstrapping/Distribution/Utils/Generic.o )
[ 43 of 164] Compiling Distribution.Compat.Internal.TempFile ( libraries/Cabal/Cabal/Distribution/Compat/Internal/TempFile.hs, bootstrapping/Distribution/Compat/Internal/TempFile.o )
[ 44 of 164] Compiling Distribution.Compat.CopyFile ( libraries/Cabal/Cabal/Distribution/Compat/CopyFile.hs, bootstrapping/Distribution/Compat/CopyFile.o )
[ 45 of 164] Compiling Distribution.Verbosity ( libraries/Cabal/Cabal/Distribution/Verbosity.hs, bootstrapping/Distribution/Verbosity.o )
[ 46 of 164] Compiling Distribution.Text ( libraries/Cabal/Cabal/Distribution/Text.hs, bootstrapping/Distribution/Text.o )
[ 47 of 164] Compiling Distribution.Version ( libraries/Cabal/Cabal/Distribution/Version.hs, bootstrapping/Distribution/Version.o )
[ 48 of 164] Compiling Distribution.License ( libraries/Cabal/Cabal/Distribution/License.hs, bootstrapping/Distribution/License.o )
[ 49 of 164] Compiling Language.Haskell.Extension ( libraries/Cabal/Cabal/Language/Haskell/Extension.hs, bootstrapping/Language/Haskell/Extension.o )
[ 50 of 164] Compiling Distribution.Compiler ( libraries/Cabal/Cabal/Distribution/Compiler.hs, bootstrapping/Distribution/Compiler.o )
[ 51 of 164] Compiling Distribution.PrettyUtils ( libraries/Cabal/Cabal/Distribution/PrettyUtils.hs, bootstrapping/Distribution/PrettyUtils.o )
[ 52 of 164] Compiling Distribution.Types.TestType ( libraries/Cabal/Cabal/Distribution/Types/TestType.hs, bootstrapping/Distribution/Types/TestType.o )
[ 53 of 164] Compiling Distribution.Types.BenchmarkType ( libraries/Cabal/Cabal/Distribution/Types/BenchmarkType.hs, bootstrapping/Distribution/Types/BenchmarkType.o )
[ 54 of 164] Compiling Distribution.Types.BenchmarkInterface ( libraries/Cabal/Cabal/Distribution/Types/BenchmarkInterface.hs, bootstrapping/Distribution/Types/BenchmarkInterface.o )
[ 55 of 164] Compiling Distribution.Types.BuildType ( libraries/Cabal/Cabal/Distribution/Types/BuildType.hs, bootstrapping/Distribution/Types/BuildType.o )
[ 56 of 164] Compiling Distribution.Types.SourceRepo ( libraries/Cabal/Cabal/Distribution/Types/SourceRepo.hs, bootstrapping/Distribution/Types/SourceRepo.o )
[ 57 of 164] Compiling Distribution.Types.ForeignLibType ( libraries/Cabal/Cabal/Distribution/Types/ForeignLibType.hs, bootstrapping/Distribution/Types/ForeignLibType.o )
[ 58 of 164] Compiling Distribution.Types.ForeignLibOption ( libraries/Cabal/Cabal/Distribution/Types/ForeignLibOption.hs, bootstrapping/Distribution/Types/ForeignLibOption.o )
[ 59 of 164] Compiling Distribution.System ( libraries/Cabal/Cabal/Distribution/System.hs, bootstrapping/Distribution/System.o )
[ 60 of 164] Compiling Distribution.ModuleName ( libraries/Cabal/Cabal/Distribution/ModuleName.hs, bootstrapping/Distribution/ModuleName.o )
[ 61 of 164] Compiling Distribution.ParseUtils ( libraries/Cabal/Cabal/Distribution/ParseUtils.hs, bootstrapping/Distribution/ParseUtils.o )
[ 62 of 164] Compiling Distribution.Package ( libraries/Cabal/Cabal/Distribution/Package.hs, bootstrapping/Distribution/Package.o )
[ 63 of 164] Compiling Distribution.Simple.Utils ( libraries/Cabal/Cabal/Distribution/Simple/Utils.hs, bootstrapping/Distribution/Simple/Utils.o )
[ 64 of 164] Compiling Distribution.Simple.Compiler ( libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs, bootstrapping/Distribution/Simple/Compiler.o )
[ 65 of 164] Compiling Distribution.Simple.GHC.ImplInfo ( libraries/Cabal/Cabal/Distribution/Simple/GHC/ImplInfo.hs, bootstrapping/Distribution/Simple/GHC/ImplInfo.o )
[ 66 of 164] Compiling Distribution.Simple.Program.Find ( libraries/Cabal/Cabal/Distribution/Simple/Program/Find.hs, bootstrapping/Distribution/Simple/Program/Find.o )
[ 67 of 164] Compiling Distribution.Simple.Program.Types ( libraries/Cabal/Cabal/Distribution/Simple/Program/Types.hs, bootstrapping/Distribution/Simple/Program/Types.o )
[ 68 of 164] Compiling Distribution.Simple.Program.Run ( libraries/Cabal/Cabal/Distribution/Simple/Program/Run.hs, bootstrapping/Distribution/Simple/Program/Run.o )
[ 69 of 164] Compiling Distribution.Simple.Program.Builtin ( libraries/Cabal/Cabal/Distribution/Simple/Program/Builtin.hs, bootstrapping/Distribution/Simple/Program/Builtin.o )
[ 70 of 164] Compiling Distribution.Simple.Program.Db ( libraries/Cabal/Cabal/Distribution/Simple/Program/Db.hs, bootstrapping/Distribution/Simple/Program/Db.o )
[ 71 of 164] Compiling Distribution.Simple.Program ( libraries/Cabal/Cabal/Distribution/Simple/Program.hs, bootstrapping/Distribution/Simple/Program.o )
[ 72 of 164] Compiling Distribution.Simple.Program.Ld ( libraries/Cabal/Cabal/Distribution/Simple/Program/Ld.hs, bootstrapping/Distribution/Simple/Program/Ld.o )
[ 73 of 164] Compiling Distribution.Simple.Program.Script ( libraries/Cabal/Cabal/Distribution/Simple/Program/Script.hs, bootstrapping/Distribution/Simple/Program/Script.o )
[ 74 of 164] Compiling Distribution.Simple.Program.Strip ( libraries/Cabal/Cabal/Distribution/Simple/Program/Strip.hs, bootstrapping/Distribution/Simple/Program/Strip.o )
[ 75 of 164] Compiling Distribution.Utils.NubList ( libraries/Cabal/Cabal/Distribution/Utils/NubList.hs, bootstrapping/Distribution/Utils/NubList.o )
[ 76 of 164] Compiling Distribution.Utils.LogProgress ( libraries/Cabal/Cabal/Distribution/Utils/LogProgress.hs, bootstrapping/Distribution/Utils/LogProgress.o )
[ 77 of 164] Compiling Distribution.Simple.InstallDirs ( libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs, bootstrapping/Distribution/Simple/InstallDirs.o )
[ 78 of 164] Compiling Distribution.Types.Dependency ( libraries/Cabal/Cabal/Distribution/Types/Dependency.hs, bootstrapping/Distribution/Types/Dependency.o )
[ 79 of 164] Compiling Distribution.Types.SetupBuildInfo ( libraries/Cabal/Cabal/Distribution/Types/SetupBuildInfo.hs, bootstrapping/Distribution/Types/SetupBuildInfo.o )
[ 80 of 164] Compiling Distribution.Types.PkgconfigDependency ( libraries/Cabal/Cabal/Distribution/Types/PkgconfigDependency.hs, bootstrapping/Distribution/Types/PkgconfigDependency.o )
[ 81 of 164] Compiling Distribution.Types.ComponentInclude ( libraries/Cabal/Cabal/Distribution/Types/ComponentInclude.hs, bootstrapping/Distribution/Types/ComponentInclude.o )
[ 82 of 164] Compiling Distribution.Types.DependencyMap ( libraries/Cabal/Cabal/Distribution/Types/DependencyMap.hs, bootstrapping/Distribution/Types/DependencyMap.o )
[ 83 of 164] Compiling Distribution.Simple.Command ( libraries/Cabal/Cabal/Distribution/Simple/Command.hs, bootstrapping/Distribution/Simple/Command.o )
[ 84 of 164] Compiling Distribution.Types.UnqualComponentName ( libraries/Cabal/Cabal/Distribution/Types/UnqualComponentName.hs, bootstrapping/Distribution/Types/UnqualComponentName.o )
[ 85 of 164] Compiling Distribution.Types.ComponentName ( libraries/Cabal/Cabal/Distribution/Types/ComponentName.hs, bootstrapping/Distribution/Types/ComponentName.o )
[ 86 of 164] Compiling Distribution.Types.ExeDependency ( libraries/Cabal/Cabal/Distribution/Types/ExeDependency.hs, bootstrapping/Distribution/Types/ExeDependency.o )
[ 87 of 164] Compiling Distribution.Types.LegacyExeDependency ( libraries/Cabal/Cabal/Distribution/Types/LegacyExeDependency.hs, bootstrapping/Distribution/Types/LegacyExeDependency.o )
[ 88 of 164] Compiling Distribution.Simple.Program.Hpc ( libraries/Cabal/Cabal/Distribution/Simple/Program/Hpc.hs, bootstrapping/Distribution/Simple/Program/Hpc.o )
[ 89 of 164] Compiling Distribution.Backpack ( libraries/Cabal/Cabal/Distribution/Backpack.hs, bootstrapping/Distribution/Backpack.o )
[ 90 of 164] Compiling Distribution.InstalledPackageInfo ( libraries/Cabal/Cabal/Distribution/InstalledPackageInfo.hs, bootstrapping/Distribution/InstalledPackageInfo.o )
[ 91 of 164] Compiling Distribution.Simple.Program.HcPkg ( libraries/Cabal/Cabal/Distribution/Simple/Program/HcPkg.hs, bootstrapping/Distribution/Simple/Program/HcPkg.o )
[ 92 of 164] Compiling Distribution.Simple.PackageIndex ( libraries/Cabal/Cabal/Distribution/Simple/PackageIndex.hs, bootstrapping/Distribution/Simple/PackageIndex.o )
[ 93 of 164] Compiling Distribution.Backpack.FullUnitId ( libraries/Cabal/Cabal/Distribution/Backpack/FullUnitId.hs, bootstrapping/Distribution/Backpack/FullUnitId.o )
[ 94 of 164] Compiling Distribution.Backpack.DescribeUnitId ( libraries/Cabal/Cabal/Distribution/Backpack/DescribeUnitId.hs, bootstrapping/Distribution/Backpack/DescribeUnitId.o )
[ 95 of 164] Compiling Distribution.Types.TestSuiteInterface ( libraries/Cabal/Cabal/Distribution/Types/TestSuiteInterface.hs, bootstrapping/Distribution/Types/TestSuiteInterface.o )
[ 96 of 164] Compiling Distribution.Types.ModuleRenaming ( libraries/Cabal/Cabal/Distribution/Types/ModuleRenaming.hs, bootstrapping/Distribution/Types/ModuleRenaming.o )
[ 97 of 164] Compiling Distribution.Types.IncludeRenaming ( libraries/Cabal/Cabal/Distribution/Types/IncludeRenaming.hs, bootstrapping/Distribution/Types/IncludeRenaming.o )
[ 98 of 164] Compiling Distribution.Types.Mixin ( libraries/Cabal/Cabal/Distribution/Types/Mixin.hs, bootstrapping/Distribution/Types/Mixin.o )
[ 99 of 164] Compiling Distribution.Types.ModuleReexport ( libraries/Cabal/Cabal/Distribution/Types/ModuleReexport.hs, bootstrapping/Distribution/Types/ModuleReexport.o )
[100 of 164] Compiling Distribution.Types.BuildInfo ( libraries/Cabal/Cabal/Distribution/Types/BuildInfo.hs, bootstrapping/Distribution/Types/BuildInfo.o )
[101 of 164] Compiling Distribution.Types.Library ( libraries/Cabal/Cabal/Distribution/Types/Library.hs, bootstrapping/Distribution/Types/Library.o )
[102 of 164] Compiling Distribution.Types.TestSuite ( libraries/Cabal/Cabal/Distribution/Types/TestSuite.hs, bootstrapping/Distribution/Types/TestSuite.o )
[103 of 164] Compiling Distribution.Types.Executable ( libraries/Cabal/Cabal/Distribution/Types/Executable.hs, bootstrapping/Distribution/Types/Executable.o )
[104 of 164] Compiling Distribution.Types.Benchmark ( libraries/Cabal/Cabal/Distribution/Types/Benchmark.hs, bootstrapping/Distribution/Types/Benchmark.o )
[105 of 164] Compiling Distribution.Types.HookedBuildInfo ( libraries/Cabal/Cabal/Distribution/Types/HookedBuildInfo.hs, bootstrapping/Distribution/Types/HookedBuildInfo.o )
[106 of 164] Compiling Distribution.Types.ForeignLib ( libraries/Cabal/Cabal/Distribution/Types/ForeignLib.hs, bootstrapping/Distribution/Types/ForeignLib.o )
[107 of 164] Compiling Distribution.Types.Component ( libraries/Cabal/Cabal/Distribution/Types/Component.hs, bootstrapping/Distribution/Types/Component.o )
[108 of 164] Compiling Distribution.Types.ComponentRequestedSpec ( libraries/Cabal/Cabal/Distribution/Types/ComponentRequestedSpec.hs, bootstrapping/Distribution/Types/ComponentRequestedSpec.o )
[109 of 164] Compiling Distribution.Types.PackageDescription ( libraries/Cabal/Cabal/Distribution/Types/PackageDescription.hs, bootstrapping/Distribution/Types/PackageDescription.o )
[110 of 164] Compiling Distribution.Types.GenericPackageDescription ( libraries/Cabal/Cabal/Distribution/Types/GenericPackageDescription.hs, bootstrapping/Distribution/Types/GenericPackageDescription.o )
[111 of 164] Compiling Distribution.PackageDescription ( libraries/Cabal/Cabal/Distribution/PackageDescription.hs, bootstrapping/Distribution/PackageDescription.o )
[112 of 164] Compiling Distribution.PackageDescription.Configuration ( libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs, bootstrapping/Distribution/PackageDescription/Configuration.o )
[113 of 164] Compiling Distribution.PackageDescription.Parse ( libraries/Cabal/Cabal/Distribution/PackageDescription/Parse.hs, bootstrapping/Distribution/PackageDescription/Parse.o )
[114 of 164] Compiling Distribution.Simple.Setup ( libraries/Cabal/Cabal/Distribution/Simple/Setup.hs, bootstrapping/Distribution/Simple/Setup.o )
[115 of 164] Compiling Distribution.PackageDescription.PrettyPrint ( libraries/Cabal/Cabal/Distribution/PackageDescription/PrettyPrint.hs, bootstrapping/Distribution/PackageDescription/PrettyPrint.o )
[116 of 164] Compiling Distribution.Simple.Program.GHC ( libraries/Cabal/Cabal/Distribution/Simple/Program/GHC.hs, bootstrapping/Distribution/Simple/Program/GHC.o )
[117 of 164] Compiling Distribution.Types.ComponentLocalBuildInfo ( libraries/Cabal/Cabal/Distribution/Types/ComponentLocalBuildInfo.hs, bootstrapping/Distribution/Types/ComponentLocalBuildInfo.o )
[118 of 164] Compiling Distribution.Types.TargetInfo ( libraries/Cabal/Cabal/Distribution/Types/TargetInfo.hs, bootstrapping/Distribution/Types/TargetInfo.o )
[119 of 164] Compiling Distribution.Types.LocalBuildInfo ( libraries/Cabal/Cabal/Distribution/Types/LocalBuildInfo.hs, bootstrapping/Distribution/Types/LocalBuildInfo.o )
[120 of 164] Compiling Distribution.Simple.LocalBuildInfo ( libraries/Cabal/Cabal/Distribution/Simple/LocalBuildInfo.hs, bootstrapping/Distribution/Simple/LocalBuildInfo.o )
[121 of 164] Compiling Distribution.Simple.Build.Macros ( libraries/Cabal/Cabal/Distribution/Simple/Build/Macros.hs, bootstrapping/Distribution/Simple/Build/Macros.o )
[122 of 164] Compiling Distribution.Simple.BuildPaths ( libraries/Cabal/Cabal/Distribution/Simple/BuildPaths.hs, bootstrapping/Distribution/Simple/BuildPaths.o )
[123 of 164] Compiling Distribution.Simple.Build.PathsModule ( libraries/Cabal/Cabal/Distribution/Simple/Build/PathsModule.hs, bootstrapping/Distribution/Simple/Build/PathsModule.o )
[124 of 164] Compiling Distribution.Simple.HaskellSuite ( libraries/Cabal/Cabal/Distribution/Simple/HaskellSuite.hs, bootstrapping/Distribution/Simple/HaskellSuite.o )
[125 of 164] Compiling Distribution.Simple.Hpc ( libraries/Cabal/Cabal/Distribution/Simple/Hpc.hs, bootstrapping/Distribution/Simple/Hpc.o )
[126 of 164] Compiling Distribution.Simple.JHC ( libraries/Cabal/Cabal/Distribution/Simple/JHC.hs, bootstrapping/Distribution/Simple/JHC.o )
[127 of 164] Compiling Distribution.Simple.LHC ( libraries/Cabal/Cabal/Distribution/Simple/LHC.hs, bootstrapping/Distribution/Simple/LHC.o )
[128 of 164] Compiling Distribution.Simple.Program.Ar ( libraries/Cabal/Cabal/Distribution/Simple/Program/Ar.hs, bootstrapping/Distribution/Simple/Program/Ar.o )
[129 of 164] Compiling Distribution.Simple.Test.Log ( libraries/Cabal/Cabal/Distribution/Simple/Test/Log.hs, bootstrapping/Distribution/Simple/Test/Log.o )
[130 of 164] Compiling Distribution.Simple.UHC ( libraries/Cabal/Cabal/Distribution/Simple/UHC.hs, bootstrapping/Distribution/Simple/UHC.o )
[131 of 164] Compiling Distribution.Simple.BuildTarget ( libraries/Cabal/Cabal/Distribution/Simple/BuildTarget.hs, bootstrapping/Distribution/Simple/BuildTarget.o )
[132 of 164] Compiling Distribution.Simple.Test.ExeV10 ( libraries/Cabal/Cabal/Distribution/Simple/Test/ExeV10.hs, bootstrapping/Distribution/Simple/Test/ExeV10.o )
[133 of 164] Compiling Distribution.Simple.Test.LibV09 ( libraries/Cabal/Cabal/Distribution/Simple/Test/LibV09.hs, bootstrapping/Distribution/Simple/Test/LibV09.o )
[134 of 164] Compiling Distribution.Simple.PreProcess ( libraries/Cabal/Cabal/Distribution/Simple/PreProcess.hs, bootstrapping/Distribution/Simple/PreProcess.o )
[135 of 164] Compiling Distribution.Simple.UserHooks ( libraries/Cabal/Cabal/Distribution/Simple/UserHooks.hs, bootstrapping/Distribution/Simple/UserHooks.o )
[136 of 164] Compiling Distribution.Simple.Bench ( libraries/Cabal/Cabal/Distribution/Simple/Bench.hs, bootstrapping/Distribution/Simple/Bench.o )
[137 of 164] Compiling Distribution.Simple.Test ( libraries/Cabal/Cabal/Distribution/Simple/Test.hs, bootstrapping/Distribution/Simple/Test.o )
[138 of 164] Compiling Distribution.Simple.GHC.Internal ( libraries/Cabal/Cabal/Distribution/Simple/GHC/Internal.hs, bootstrapping/Distribution/Simple/GHC/Internal.o )
[139 of 164] Compiling Distribution.Simple.GHCJS ( libraries/Cabal/Cabal/Distribution/Simple/GHCJS.hs, bootstrapping/Distribution/Simple/GHCJS.o )
[140 of 164] Compiling Distribution.Simple.BuildToolDepends ( libraries/Cabal/Cabal/Distribution/Simple/BuildToolDepends.hs, bootstrapping/Distribution/Simple/BuildToolDepends.o )
[141 of 164] Compiling Distribution.PackageDescription.Check ( libraries/Cabal/Cabal/Distribution/PackageDescription/Check.hs, bootstrapping/Distribution/PackageDescription/Check.o )
[142 of 164] Compiling Distribution.Simple.SrcDist ( libraries/Cabal/Cabal/Distribution/Simple/SrcDist.hs, bootstrapping/Distribution/Simple/SrcDist.o )
[143 of 164] Compiling Distribution.Backpack.Id ( libraries/Cabal/Cabal/Distribution/Backpack/Id.hs, bootstrapping/Distribution/Backpack/Id.o )
[144 of 164] Compiling Distribution.Backpack.ConfiguredComponent ( libraries/Cabal/Cabal/Distribution/Backpack/ConfiguredComponent.hs, bootstrapping/Distribution/Backpack/ConfiguredComponent.o )
[145 of 164] Compiling Distribution.Backpack.ComponentsGraph ( libraries/Cabal/Cabal/Distribution/Backpack/ComponentsGraph.hs, bootstrapping/Distribution/Backpack/ComponentsGraph.o )
[146 of 164] Compiling Distribution.Simple.GHC.IPIConvert ( libraries/Cabal/Cabal/Distribution/Simple/GHC/IPIConvert.hs, bootstrapping/Distribution/Simple/GHC/IPIConvert.o )
[147 of 164] Compiling Distribution.Simple.GHC.IPI642 ( libraries/Cabal/Cabal/Distribution/Simple/GHC/IPI642.hs, bootstrapping/Distribution/Simple/GHC/IPI642.o )
[148 of 164] Compiling Distribution.Simple.GHC ( libraries/Cabal/Cabal/Distribution/Simple/GHC.hs, bootstrapping/Distribution/Simple/GHC.o )
[149 of 164] Compiling Distribution.Simple.Register ( libraries/Cabal/Cabal/Distribution/Simple/Register.hs, bootstrapping/Distribution/Simple/Register.o )
[150 of 164] Compiling Distribution.Simple.Install ( libraries/Cabal/Cabal/Distribution/Simple/Install.hs, bootstrapping/Distribution/Simple/Install.o )
[151 of 164] Compiling Distribution.Backpack.ModSubst ( libraries/Cabal/Cabal/Distribution/Backpack/ModSubst.hs, bootstrapping/Distribution/Backpack/ModSubst.o )
[152 of 164] Compiling Distribution.Backpack.ModuleShape ( libraries/Cabal/Cabal/Distribution/Backpack/ModuleShape.hs, bootstrapping/Distribution/Backpack/ModuleShape.o )
[153 of 164] Compiling Distribution.Backpack.PreExistingComponent ( libraries/Cabal/Cabal/Distribution/Backpack/PreExistingComponent.hs, bootstrapping/Distribution/Backpack/PreExistingComponent.o )
[154 of 164] Compiling Distribution.Backpack.ModuleScope ( libraries/Cabal/Cabal/Distribution/Backpack/ModuleScope.hs, bootstrapping/Distribution/Backpack/ModuleScope.o )
[155 of 164] Compiling Distribution.Backpack.UnifyM ( libraries/Cabal/Cabal/Distribution/Backpack/UnifyM.hs, bootstrapping/Distribution/Backpack/UnifyM.o )
[156 of 164] Compiling Distribution.Backpack.MixLink ( libraries/Cabal/Cabal/Distribution/Backpack/MixLink.hs, bootstrapping/Distribution/Backpack/MixLink.o )
[157 of 164] Compiling Distribution.Backpack.LinkedComponent ( libraries/Cabal/Cabal/Distribution/Backpack/LinkedComponent.hs, bootstrapping/Distribution/Backpack/LinkedComponent.o )
[158 of 164] Compiling Distribution.Backpack.ReadyComponent ( libraries/Cabal/Cabal/Distribution/Backpack/ReadyComponent.hs, bootstrapping/Distribution/Backpack/ReadyComponent.o )
[159 of 164] Compiling Distribution.Backpack.Configure ( libraries/Cabal/Cabal/Distribution/Backpack/Configure.hs, bootstrapping/Distribution/Backpack/Configure.o )
[160 of 164] Compiling Distribution.Simple.Configure ( libraries/Cabal/Cabal/Distribution/Simple/Configure.hs, bootstrapping/Distribution/Simple/Configure.o )
[161 of 164] Compiling Distribution.Simple.Build ( libraries/Cabal/Cabal/Distribution/Simple/Build.hs, bootstrapping/Distribution/Simple/Build.o )
[162 of 164] Compiling Distribution.Simple.Haddock ( libraries/Cabal/Cabal/Distribution/Simple/Haddock.hs, bootstrapping/Distribution/Simple/Haddock.o )
[163 of 164] Compiling Distribution.Simple ( libraries/Cabal/Cabal/Distribution/Simple.hs, bootstrapping/Distribution/Simple.o )
[164 of 164] Compiling Main             ( utils/ghc-cabal/Main.hs, bootstrapping/Main.o )
Linking utils/ghc-cabal/dist/build/tmp/ghc-cabal ...
/usr/local/lib/ghc/rts/libHSrts.a(RtsUtils.o): In function `showStgWord64':

rts/RtsUtils.c:204:0:
     warning: warning: sprintf() is often misused, please use snprintf()
/usr/local/lib/ghc/rts/libHSrts.a(RtsFlags.o): In function `copyArg':

rts/RtsFlags.c:1685:0:
     warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a(IO__1.o): In function `ghczuwrapperZC0ZCbaseZCSystemziIOZCrand':
(.text+0x1): warning: warning: rand() may return deterministic values, is that what you want?
"touch" utils/ghc-cabal/dist/build/tmp/ghc-cabal
"cp" utils/ghc-cabal/dist/build/tmp/ghc-cabal inplace/bin/ghc-cabal
"inplace/bin/mkdirhier" compiler/stage1/build//.
"rm" -f compiler/stage1/build/Config.hs  
Creating compiler/stage1/build/Config.hs ... 
done.
"inplace/bin/ghc-cabal" configure libraries/binary dist-boot "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring binary-0.8.4.1...
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf libraries/binary/dist-boot/inplace-pkg-config
binary-0.8.4.1: Warning: Unrecognized field abi-depends on line 40
binary-0.8.4.1: Warning: Unrecognized field abi on line 28
binary-0.8.4.1: Warning: Unrecognized field indefinite on line 22
binary-0.8.4.1: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/binary/dist-boot/doc/html/binary/binary.haddock doesn't exist or isn't a file
binary-0.8.4.1: cannot find any of ["Data/Binary.hi","Data/Binary.p_hi","Data/Binary.dyn_hi"] (ignoring)
binary-0.8.4.1: cannot find any of ["Data/Binary/Builder.hi","Data/Binary/Builder.p_hi","Data/Binary/Builder.dyn_hi"] (ignoring)
binary-0.8.4.1: cannot find any of ["Data/Binary/Get.hi","Data/Binary/Get.p_hi","Data/Binary/Get.dyn_hi"] (ignoring)
binary-0.8.4.1: cannot find any of ["Data/Binary/Get/Internal.hi","Data/Binary/Get/Internal.p_hi","Data/Binary/Get/Internal.dyn_hi"] (ignoring)
binary-0.8.4.1: cannot find any of ["Data/Binary/Put.hi","Data/Binary/Put.p_hi","Data/Binary/Put.dyn_hi"] (ignoring)
binary-0.8.4.1: cannot find any of ["Data/Binary/Class.hi","Data/Binary/Class.p_hi","Data/Binary/Class.dyn_hi"] (ignoring)
binary-0.8.4.1: cannot find any of ["Data/Binary/Internal.hi","Data/Binary/Internal.p_hi","Data/Binary/Internal.dyn_hi"] (ignoring)
binary-0.8.4.1: cannot find any of ["Data/Binary/Generic.hi","Data/Binary/Generic.p_hi","Data/Binary/Generic.dyn_hi"] (ignoring)
binary-0.8.4.1: cannot find any of ["Data/Binary/FloatCast.hi","Data/Binary/FloatCast.p_hi","Data/Binary/FloatCast.dyn_hi"] (ignoring)
binary-0.8.4.1: cannot find any of ["libHSbinary-0.8.4.1.a","libHSbinary-0.8.4.1.p_a","libHSbinary-0.8.4.1-ghc7.10.3.so","libHSbinary-0.8.4.1-ghc7.10.3.dylib","HSbinary-0.8.4.1-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure libraries/Cabal/Cabal dist-boot "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring Cabal-2.0.0.0...
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf libraries/Cabal/Cabal/dist-boot/inplace-pkg-config
Cabal-2.0.0.0: Warning: Unrecognized field abi-depends on line 129
Cabal-2.0.0.0: Warning: Unrecognized field abi on line 110
Cabal-2.0.0.0: Warning: Unrecognized field indefinite on line 20
Cabal-2.0.0.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/Cabal/Cabal/dist-boot/doc/html/Cabal/Cabal.haddock doesn't exist or isn't a file
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack.hi","Distribution/Backpack.p_hi","Distribution/Backpack.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/ComponentsGraph.hi","Distribution/Backpack/ComponentsGraph.p_hi","Distribution/Backpack/ComponentsGraph.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/Configure.hi","Distribution/Backpack/Configure.p_hi","Distribution/Backpack/Configure.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/ConfiguredComponent.hi","Distribution/Backpack/ConfiguredComponent.p_hi","Distribution/Backpack/ConfiguredComponent.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/DescribeUnitId.hi","Distribution/Backpack/DescribeUnitId.p_hi","Distribution/Backpack/DescribeUnitId.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/FullUnitId.hi","Distribution/Backpack/FullUnitId.p_hi","Distribution/Backpack/FullUnitId.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/LinkedComponent.hi","Distribution/Backpack/LinkedComponent.p_hi","Distribution/Backpack/LinkedComponent.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/ModSubst.hi","Distribution/Backpack/ModSubst.p_hi","Distribution/Backpack/ModSubst.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/ModuleShape.hi","Distribution/Backpack/ModuleShape.p_hi","Distribution/Backpack/ModuleShape.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Binary.hi","Distribution/Compat/Binary.p_hi","Distribution/Compat/Binary.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/CreatePipe.hi","Distribution/Compat/CreatePipe.p_hi","Distribution/Compat/CreatePipe.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/DList.hi","Distribution/Compat/DList.p_hi","Distribution/Compat/DList.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Environment.hi","Distribution/Compat/Environment.p_hi","Distribution/Compat/Environment.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Exception.hi","Distribution/Compat/Exception.p_hi","Distribution/Compat/Exception.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Graph.hi","Distribution/Compat/Graph.p_hi","Distribution/Compat/Graph.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Internal/TempFile.hi","Distribution/Compat/Internal/TempFile.p_hi","Distribution/Compat/Internal/TempFile.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Map/Strict.hi","Distribution/Compat/Map/Strict.p_hi","Distribution/Compat/Map/Strict.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Prelude/Internal.hi","Distribution/Compat/Prelude/Internal.p_hi","Distribution/Compat/Prelude/Internal.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/ReadP.hi","Distribution/Compat/ReadP.p_hi","Distribution/Compat/ReadP.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Semigroup.hi","Distribution/Compat/Semigroup.p_hi","Distribution/Compat/Semigroup.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Stack.hi","Distribution/Compat/Stack.p_hi","Distribution/Compat/Stack.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Time.hi","Distribution/Compat/Time.p_hi","Distribution/Compat/Time.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compiler.hi","Distribution/Compiler.p_hi","Distribution/Compiler.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/InstalledPackageInfo.hi","Distribution/InstalledPackageInfo.p_hi","Distribution/InstalledPackageInfo.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/License.hi","Distribution/License.p_hi","Distribution/License.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Make.hi","Distribution/Make.p_hi","Distribution/Make.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/ModuleName.hi","Distribution/ModuleName.p_hi","Distribution/ModuleName.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Package.hi","Distribution/Package.p_hi","Distribution/Package.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/PackageDescription.hi","Distribution/PackageDescription.p_hi","Distribution/PackageDescription.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/PackageDescription/Check.hi","Distribution/PackageDescription/Check.p_hi","Distribution/PackageDescription/Check.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/PackageDescription/Configuration.hi","Distribution/PackageDescription/Configuration.p_hi","Distribution/PackageDescription/Configuration.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/PackageDescription/Parse.hi","Distribution/PackageDescription/Parse.p_hi","Distribution/PackageDescription/Parse.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/PackageDescription/PrettyPrint.hi","Distribution/PackageDescription/PrettyPrint.p_hi","Distribution/PackageDescription/PrettyPrint.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/PackageDescription/Utils.hi","Distribution/PackageDescription/Utils.p_hi","Distribution/PackageDescription/Utils.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/ParseUtils.hi","Distribution/ParseUtils.p_hi","Distribution/ParseUtils.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/PrettyUtils.hi","Distribution/PrettyUtils.p_hi","Distribution/PrettyUtils.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/ReadE.hi","Distribution/ReadE.p_hi","Distribution/ReadE.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple.hi","Distribution/Simple.p_hi","Distribution/Simple.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Bench.hi","Distribution/Simple/Bench.p_hi","Distribution/Simple/Bench.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Build.hi","Distribution/Simple/Build.p_hi","Distribution/Simple/Build.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Build/Macros.hi","Distribution/Simple/Build/Macros.p_hi","Distribution/Simple/Build/Macros.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Build/PathsModule.hi","Distribution/Simple/Build/PathsModule.p_hi","Distribution/Simple/Build/PathsModule.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/BuildPaths.hi","Distribution/Simple/BuildPaths.p_hi","Distribution/Simple/BuildPaths.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/BuildTarget.hi","Distribution/Simple/BuildTarget.p_hi","Distribution/Simple/BuildTarget.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/BuildToolDepends.hi","Distribution/Simple/BuildToolDepends.p_hi","Distribution/Simple/BuildToolDepends.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/CCompiler.hi","Distribution/Simple/CCompiler.p_hi","Distribution/Simple/CCompiler.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Command.hi","Distribution/Simple/Command.p_hi","Distribution/Simple/Command.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Compiler.hi","Distribution/Simple/Compiler.p_hi","Distribution/Simple/Compiler.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Configure.hi","Distribution/Simple/Configure.p_hi","Distribution/Simple/Configure.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/GHC.hi","Distribution/Simple/GHC.p_hi","Distribution/Simple/GHC.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/GHCJS.hi","Distribution/Simple/GHCJS.p_hi","Distribution/Simple/GHCJS.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Haddock.hi","Distribution/Simple/Haddock.p_hi","Distribution/Simple/Haddock.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/HaskellSuite.hi","Distribution/Simple/HaskellSuite.p_hi","Distribution/Simple/HaskellSuite.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Hpc.hi","Distribution/Simple/Hpc.p_hi","Distribution/Simple/Hpc.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Install.hi","Distribution/Simple/Install.p_hi","Distribution/Simple/Install.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/InstallDirs.hi","Distribution/Simple/InstallDirs.p_hi","Distribution/Simple/InstallDirs.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/JHC.hi","Distribution/Simple/JHC.p_hi","Distribution/Simple/JHC.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/LHC.hi","Distribution/Simple/LHC.p_hi","Distribution/Simple/LHC.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/LocalBuildInfo.hi","Distribution/Simple/LocalBuildInfo.p_hi","Distribution/Simple/LocalBuildInfo.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/PackageIndex.hi","Distribution/Simple/PackageIndex.p_hi","Distribution/Simple/PackageIndex.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/PreProcess.hi","Distribution/Simple/PreProcess.p_hi","Distribution/Simple/PreProcess.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/PreProcess/Unlit.hi","Distribution/Simple/PreProcess/Unlit.p_hi","Distribution/Simple/PreProcess/Unlit.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program.hi","Distribution/Simple/Program.p_hi","Distribution/Simple/Program.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Ar.hi","Distribution/Simple/Program/Ar.p_hi","Distribution/Simple/Program/Ar.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Builtin.hi","Distribution/Simple/Program/Builtin.p_hi","Distribution/Simple/Program/Builtin.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Db.hi","Distribution/Simple/Program/Db.p_hi","Distribution/Simple/Program/Db.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Find.hi","Distribution/Simple/Program/Find.p_hi","Distribution/Simple/Program/Find.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/GHC.hi","Distribution/Simple/Program/GHC.p_hi","Distribution/Simple/Program/GHC.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/HcPkg.hi","Distribution/Simple/Program/HcPkg.p_hi","Distribution/Simple/Program/HcPkg.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Hpc.hi","Distribution/Simple/Program/Hpc.p_hi","Distribution/Simple/Program/Hpc.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Internal.hi","Distribution/Simple/Program/Internal.p_hi","Distribution/Simple/Program/Internal.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Ld.hi","Distribution/Simple/Program/Ld.p_hi","Distribution/Simple/Program/Ld.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Run.hi","Distribution/Simple/Program/Run.p_hi","Distribution/Simple/Program/Run.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Script.hi","Distribution/Simple/Program/Script.p_hi","Distribution/Simple/Program/Script.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Strip.hi","Distribution/Simple/Program/Strip.p_hi","Distribution/Simple/Program/Strip.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Program/Types.hi","Distribution/Simple/Program/Types.p_hi","Distribution/Simple/Program/Types.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Register.hi","Distribution/Simple/Register.p_hi","Distribution/Simple/Register.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Setup.hi","Distribution/Simple/Setup.p_hi","Distribution/Simple/Setup.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/SrcDist.hi","Distribution/Simple/SrcDist.p_hi","Distribution/Simple/SrcDist.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Test.hi","Distribution/Simple/Test.p_hi","Distribution/Simple/Test.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Test/ExeV10.hi","Distribution/Simple/Test/ExeV10.p_hi","Distribution/Simple/Test/ExeV10.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Test/LibV09.hi","Distribution/Simple/Test/LibV09.p_hi","Distribution/Simple/Test/LibV09.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Test/Log.hi","Distribution/Simple/Test/Log.p_hi","Distribution/Simple/Test/Log.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/UHC.hi","Distribution/Simple/UHC.p_hi","Distribution/Simple/UHC.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/UserHooks.hi","Distribution/Simple/UserHooks.p_hi","Distribution/Simple/UserHooks.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/Utils.hi","Distribution/Simple/Utils.p_hi","Distribution/Simple/Utils.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/System.hi","Distribution/System.p_hi","Distribution/System.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/TestSuite.hi","Distribution/TestSuite.p_hi","Distribution/TestSuite.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Text.hi","Distribution/Text.p_hi","Distribution/Text.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/Benchmark.hi","Distribution/Types/Benchmark.p_hi","Distribution/Types/Benchmark.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/BenchmarkInterface.hi","Distribution/Types/BenchmarkInterface.p_hi","Distribution/Types/BenchmarkInterface.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/BenchmarkType.hi","Distribution/Types/BenchmarkType.p_hi","Distribution/Types/BenchmarkType.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/BuildInfo.hi","Distribution/Types/BuildInfo.p_hi","Distribution/Types/BuildInfo.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/BuildType.hi","Distribution/Types/BuildType.p_hi","Distribution/Types/BuildType.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/Component.hi","Distribution/Types/Component.p_hi","Distribution/Types/Component.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/ComponentInclude.hi","Distribution/Types/ComponentInclude.p_hi","Distribution/Types/ComponentInclude.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/ComponentLocalBuildInfo.hi","Distribution/Types/ComponentLocalBuildInfo.p_hi","Distribution/Types/ComponentLocalBuildInfo.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/ComponentName.hi","Distribution/Types/ComponentName.p_hi","Distribution/Types/ComponentName.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/ComponentRequestedSpec.hi","Distribution/Types/ComponentRequestedSpec.p_hi","Distribution/Types/ComponentRequestedSpec.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/CondTree.hi","Distribution/Types/CondTree.p_hi","Distribution/Types/CondTree.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/Condition.hi","Distribution/Types/Condition.p_hi","Distribution/Types/Condition.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/Dependency.hi","Distribution/Types/Dependency.p_hi","Distribution/Types/Dependency.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/DependencyMap.hi","Distribution/Types/DependencyMap.p_hi","Distribution/Types/DependencyMap.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/ExeDependency.hi","Distribution/Types/ExeDependency.p_hi","Distribution/Types/ExeDependency.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/Executable.hi","Distribution/Types/Executable.p_hi","Distribution/Types/Executable.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/ForeignLib.hi","Distribution/Types/ForeignLib.p_hi","Distribution/Types/ForeignLib.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/ForeignLibOption.hi","Distribution/Types/ForeignLibOption.p_hi","Distribution/Types/ForeignLibOption.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/ForeignLibType.hi","Distribution/Types/ForeignLibType.p_hi","Distribution/Types/ForeignLibType.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/GenericPackageDescription.hi","Distribution/Types/GenericPackageDescription.p_hi","Distribution/Types/GenericPackageDescription.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/HookedBuildInfo.hi","Distribution/Types/HookedBuildInfo.p_hi","Distribution/Types/HookedBuildInfo.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/IncludeRenaming.hi","Distribution/Types/IncludeRenaming.p_hi","Distribution/Types/IncludeRenaming.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/LegacyExeDependency.hi","Distribution/Types/LegacyExeDependency.p_hi","Distribution/Types/LegacyExeDependency.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/Library.hi","Distribution/Types/Library.p_hi","Distribution/Types/Library.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/LocalBuildInfo.hi","Distribution/Types/LocalBuildInfo.p_hi","Distribution/Types/LocalBuildInfo.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/Mixin.hi","Distribution/Types/Mixin.p_hi","Distribution/Types/Mixin.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/ModuleReexport.hi","Distribution/Types/ModuleReexport.p_hi","Distribution/Types/ModuleReexport.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/ModuleRenaming.hi","Distribution/Types/ModuleRenaming.p_hi","Distribution/Types/ModuleRenaming.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/PackageDescription.hi","Distribution/Types/PackageDescription.p_hi","Distribution/Types/PackageDescription.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/PkgconfigDependency.hi","Distribution/Types/PkgconfigDependency.p_hi","Distribution/Types/PkgconfigDependency.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/SetupBuildInfo.hi","Distribution/Types/SetupBuildInfo.p_hi","Distribution/Types/SetupBuildInfo.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/SourceRepo.hi","Distribution/Types/SourceRepo.p_hi","Distribution/Types/SourceRepo.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/TargetInfo.hi","Distribution/Types/TargetInfo.p_hi","Distribution/Types/TargetInfo.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/TestSuite.hi","Distribution/Types/TestSuite.p_hi","Distribution/Types/TestSuite.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/TestSuiteInterface.hi","Distribution/Types/TestSuiteInterface.p_hi","Distribution/Types/TestSuiteInterface.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/TestType.hi","Distribution/Types/TestType.p_hi","Distribution/Types/TestType.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Types/UnqualComponentName.hi","Distribution/Types/UnqualComponentName.p_hi","Distribution/Types/UnqualComponentName.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Utils/Generic.hi","Distribution/Utils/Generic.p_hi","Distribution/Utils/Generic.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Utils/LogProgress.hi","Distribution/Utils/LogProgress.p_hi","Distribution/Utils/LogProgress.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Utils/MapAccum.hi","Distribution/Utils/MapAccum.p_hi","Distribution/Utils/MapAccum.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Utils/NubList.hi","Distribution/Utils/NubList.p_hi","Distribution/Utils/NubList.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Utils/Progress.hi","Distribution/Utils/Progress.p_hi","Distribution/Utils/Progress.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Utils/ShortText.hi","Distribution/Utils/ShortText.p_hi","Distribution/Utils/ShortText.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Verbosity.hi","Distribution/Verbosity.p_hi","Distribution/Verbosity.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Version.hi","Distribution/Version.p_hi","Distribution/Version.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Language/Haskell/Extension.hi","Language/Haskell/Extension.p_hi","Language/Haskell/Extension.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/PreExistingComponent.hi","Distribution/Backpack/PreExistingComponent.p_hi","Distribution/Backpack/PreExistingComponent.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/ReadyComponent.hi","Distribution/Backpack/ReadyComponent.p_hi","Distribution/Backpack/ReadyComponent.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/MixLink.hi","Distribution/Backpack/MixLink.p_hi","Distribution/Backpack/MixLink.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/ModuleScope.hi","Distribution/Backpack/ModuleScope.p_hi","Distribution/Backpack/ModuleScope.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/UnifyM.hi","Distribution/Backpack/UnifyM.p_hi","Distribution/Backpack/UnifyM.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Backpack/Id.hi","Distribution/Backpack/Id.p_hi","Distribution/Backpack/Id.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Utils/UnionFind.hi","Distribution/Utils/UnionFind.p_hi","Distribution/Utils/UnionFind.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Utils/Base62.hi","Distribution/Utils/Base62.p_hi","Distribution/Utils/Base62.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/CopyFile.hi","Distribution/Compat/CopyFile.p_hi","Distribution/Compat/CopyFile.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/GetShortPathName.hi","Distribution/Compat/GetShortPathName.p_hi","Distribution/Compat/GetShortPathName.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/MonadFail.hi","Distribution/Compat/MonadFail.p_hi","Distribution/Compat/MonadFail.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/Prelude.hi","Distribution/Compat/Prelude.p_hi","Distribution/Compat/Prelude.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Compat/SnocList.hi","Distribution/Compat/SnocList.p_hi","Distribution/Compat/SnocList.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/GetOpt.hi","Distribution/GetOpt.p_hi","Distribution/GetOpt.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Lex.hi","Distribution/Lex.p_hi","Distribution/Lex.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Utils/String.hi","Distribution/Utils/String.p_hi","Distribution/Utils/String.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/GHC/Internal.hi","Distribution/Simple/GHC/Internal.p_hi","Distribution/Simple/GHC/Internal.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/GHC/IPI642.hi","Distribution/Simple/GHC/IPI642.p_hi","Distribution/Simple/GHC/IPI642.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/GHC/IPIConvert.hi","Distribution/Simple/GHC/IPIConvert.p_hi","Distribution/Simple/GHC/IPIConvert.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Distribution/Simple/GHC/ImplInfo.hi","Distribution/Simple/GHC/ImplInfo.p_hi","Distribution/Simple/GHC/ImplInfo.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["Paths_Cabal.hi","Paths_Cabal.p_hi","Paths_Cabal.dyn_hi"] (ignoring)
Cabal-2.0.0.0: cannot find any of ["libHSCabal-2.0.0.0.a","libHSCabal-2.0.0.0.p_a","libHSCabal-2.0.0.0-ghc7.10.3.so","libHSCabal-2.0.0.0-ghc7.10.3.dylib","HSCabal-2.0.0.0-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure libraries/hpc dist-boot "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring hpc-0.6.0.3...
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf libraries/hpc/dist-boot/inplace-pkg-config
hpc-0.6.0.3: Warning: Unrecognized field abi-depends on line 32
hpc-0.6.0.3: Warning: Unrecognized field abi on line 19
hpc-0.6.0.3: Warning: Unrecognized field indefinite on line 16
hpc-0.6.0.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/hpc/dist-boot/doc/html/hpc/hpc.haddock doesn't exist or isn't a file
hpc-0.6.0.3: cannot find any of ["Trace/Hpc/Mix.hi","Trace/Hpc/Mix.p_hi","Trace/Hpc/Mix.dyn_hi"] (ignoring)
hpc-0.6.0.3: cannot find any of ["Trace/Hpc/Reflect.hi","Trace/Hpc/Reflect.p_hi","Trace/Hpc/Reflect.dyn_hi"] (ignoring)
hpc-0.6.0.3: cannot find any of ["Trace/Hpc/Tix.hi","Trace/Hpc/Tix.p_hi","Trace/Hpc/Tix.dyn_hi"] (ignoring)
hpc-0.6.0.3: cannot find any of ["Trace/Hpc/Util.hi","Trace/Hpc/Util.p_hi","Trace/Hpc/Util.dyn_hi"] (ignoring)
hpc-0.6.0.3: cannot find any of ["libHShpc-0.6.0.3.a","libHShpc-0.6.0.3.p_a","libHShpc-0.6.0.3-ghc7.10.3.so","libHShpc-0.6.0.3-ghc7.10.3.dylib","HShpc-0.6.0.3-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure libraries/ghc-boot-th dist-boot "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-boot-th-8.3...
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf libraries/ghc-boot-th/dist-boot/inplace-pkg-config
ghc-boot-th-8.3: Warning: Unrecognized field abi-depends on line 30
ghc-boot-th-8.3: Warning: Unrecognized field abi on line 21
ghc-boot-th-8.3: Warning: Unrecognized field indefinite on line 18
ghc-boot-th-8.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/ghc-boot-th/dist-boot/doc/html/ghc-boot-th/ghc-boot-th.haddock doesn't exist or isn't a file
ghc-boot-th-8.3: cannot find any of ["GHC/ForeignSrcLang/Type.hi","GHC/ForeignSrcLang/Type.p_hi","GHC/ForeignSrcLang/Type.dyn_hi"] (ignoring)
ghc-boot-th-8.3: cannot find any of ["GHC/LanguageExtensions/Type.hi","GHC/LanguageExtensions/Type.p_hi","GHC/LanguageExtensions/Type.dyn_hi"] (ignoring)
ghc-boot-th-8.3: cannot find any of ["GHC/Lexeme.hi","GHC/Lexeme.p_hi","GHC/Lexeme.dyn_hi"] (ignoring)
ghc-boot-th-8.3: cannot find any of ["libHSghc-boot-th-8.3.a","libHSghc-boot-th-8.3.p_a","libHSghc-boot-th-8.3-ghc7.10.3.so","libHSghc-boot-th-8.3-ghc7.10.3.dylib","HSghc-boot-th-8.3-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure libraries/ghc-boot dist-boot "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-boot-8.3...
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf libraries/ghc-boot/dist-boot/inplace-pkg-config
ghc-boot-8.3: Warning: Unrecognized field abi-depends on line 39
ghc-boot-8.3: Warning: Unrecognized field abi on line 27
ghc-boot-8.3: Warning: Unrecognized field indefinite on line 23
ghc-boot-8.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/ghc-boot/dist-boot/doc/html/ghc-boot/ghc-boot.haddock doesn't exist or isn't a file
ghc-boot-8.3: cannot find any of ["GHC/ForeignSrcLang.hi","GHC/ForeignSrcLang.p_hi","GHC/ForeignSrcLang.dyn_hi"] (ignoring)
ghc-boot-8.3: cannot find any of ["GHC/LanguageExtensions.hi","GHC/LanguageExtensions.p_hi","GHC/LanguageExtensions.dyn_hi"] (ignoring)
ghc-boot-8.3: cannot find any of ["GHC/PackageDb.hi","GHC/PackageDb.p_hi","GHC/PackageDb.dyn_hi"] (ignoring)
ghc-boot-8.3: cannot find any of ["GHC/Serialized.hi","GHC/Serialized.p_hi","GHC/Serialized.dyn_hi"] (ignoring)
ghc-boot-8.3: cannot find any of ["libHSghc-boot-8.3.a","libHSghc-boot-8.3.p_a","libHSghc-boot-8.3-ghc7.10.3.so","libHSghc-boot-8.3-ghc7.10.3.dylib","HSghc-boot-8.3-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure libraries/hoopl dist-boot "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring hoopl-3.10.2.2...
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf libraries/hoopl/dist-boot/inplace-pkg-config
hoopl-3.10.2.2: Warning: Unrecognized field abi-depends on line 37
hoopl-3.10.2.2: Warning: Unrecognized field abi on line 27
hoopl-3.10.2.2: Warning: Unrecognized field indefinite on line 17
hoopl-3.10.2.2: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/hoopl/dist-boot/doc/html/hoopl/hoopl.haddock doesn't exist or isn't a file
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl.hi","Compiler/Hoopl.p_hi","Compiler/Hoopl.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Internals.hi","Compiler/Hoopl/Internals.p_hi","Compiler/Hoopl/Internals.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Passes/DList.hi","Compiler/Hoopl/Passes/DList.p_hi","Compiler/Hoopl/Passes/DList.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Passes/Dominator.hi","Compiler/Hoopl/Passes/Dominator.p_hi","Compiler/Hoopl/Passes/Dominator.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Wrappers.hi","Compiler/Hoopl/Wrappers.p_hi","Compiler/Hoopl/Wrappers.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Checkpoint.hi","Compiler/Hoopl/Checkpoint.p_hi","Compiler/Hoopl/Checkpoint.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Collections.hi","Compiler/Hoopl/Collections.p_hi","Compiler/Hoopl/Collections.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Combinators.hi","Compiler/Hoopl/Combinators.p_hi","Compiler/Hoopl/Combinators.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Dataflow.hi","Compiler/Hoopl/Dataflow.p_hi","Compiler/Hoopl/Dataflow.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Debug.hi","Compiler/Hoopl/Debug.p_hi","Compiler/Hoopl/Debug.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Block.hi","Compiler/Hoopl/Block.p_hi","Compiler/Hoopl/Block.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Graph.hi","Compiler/Hoopl/Graph.p_hi","Compiler/Hoopl/Graph.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Label.hi","Compiler/Hoopl/Label.p_hi","Compiler/Hoopl/Label.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/MkGraph.hi","Compiler/Hoopl/MkGraph.p_hi","Compiler/Hoopl/MkGraph.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Fuel.hi","Compiler/Hoopl/Fuel.p_hi","Compiler/Hoopl/Fuel.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Pointed.hi","Compiler/Hoopl/Pointed.p_hi","Compiler/Hoopl/Pointed.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Shape.hi","Compiler/Hoopl/Shape.p_hi","Compiler/Hoopl/Shape.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Show.hi","Compiler/Hoopl/Show.p_hi","Compiler/Hoopl/Show.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/Unique.hi","Compiler/Hoopl/Unique.p_hi","Compiler/Hoopl/Unique.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["Compiler/Hoopl/XUtil.hi","Compiler/Hoopl/XUtil.p_hi","Compiler/Hoopl/XUtil.dyn_hi"] (ignoring)
hoopl-3.10.2.2: cannot find any of ["libHShoopl-3.10.2.2.a","libHShoopl-3.10.2.2.p_a","libHShoopl-3.10.2.2-ghc7.10.3.so","libHShoopl-3.10.2.2-ghc7.10.3.dylib","HShoopl-3.10.2.2-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure libraries/transformers dist-boot "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring transformers-0.5.2.0...
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf libraries/transformers/dist-boot/inplace-pkg-config
transformers-0.5.2.0: Warning: Unrecognized field abi-depends on line 57
transformers-0.5.2.0: Warning: Unrecognized field abi on line 48
transformers-0.5.2.0: Warning: Unrecognized field indefinite on line 33
transformers-0.5.2.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/transformers/dist-boot/doc/html/transformers/transformers.haddock doesn't exist or isn't a file
transformers-0.5.2.0: cannot find any of ["Control/Applicative/Backwards.hi","Control/Applicative/Backwards.p_hi","Control/Applicative/Backwards.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Applicative/Lift.hi","Control/Applicative/Lift.p_hi","Control/Applicative/Lift.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/IO/Class.hi","Control/Monad/IO/Class.p_hi","Control/Monad/IO/Class.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Signatures.hi","Control/Monad/Signatures.p_hi","Control/Monad/Signatures.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/Class.hi","Control/Monad/Trans/Class.p_hi","Control/Monad/Trans/Class.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/Cont.hi","Control/Monad/Trans/Cont.p_hi","Control/Monad/Trans/Cont.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/Error.hi","Control/Monad/Trans/Error.p_hi","Control/Monad/Trans/Error.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/Except.hi","Control/Monad/Trans/Except.p_hi","Control/Monad/Trans/Except.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/Identity.hi","Control/Monad/Trans/Identity.p_hi","Control/Monad/Trans/Identity.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/List.hi","Control/Monad/Trans/List.p_hi","Control/Monad/Trans/List.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/Maybe.hi","Control/Monad/Trans/Maybe.p_hi","Control/Monad/Trans/Maybe.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/RWS.hi","Control/Monad/Trans/RWS.p_hi","Control/Monad/Trans/RWS.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/RWS/Lazy.hi","Control/Monad/Trans/RWS/Lazy.p_hi","Control/Monad/Trans/RWS/Lazy.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/RWS/Strict.hi","Control/Monad/Trans/RWS/Strict.p_hi","Control/Monad/Trans/RWS/Strict.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/Reader.hi","Control/Monad/Trans/Reader.p_hi","Control/Monad/Trans/Reader.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/State.hi","Control/Monad/Trans/State.p_hi","Control/Monad/Trans/State.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/State/Lazy.hi","Control/Monad/Trans/State/Lazy.p_hi","Control/Monad/Trans/State/Lazy.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/State/Strict.hi","Control/Monad/Trans/State/Strict.p_hi","Control/Monad/Trans/State/Strict.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/Writer.hi","Control/Monad/Trans/Writer.p_hi","Control/Monad/Trans/Writer.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/Writer/Lazy.hi","Control/Monad/Trans/Writer/Lazy.p_hi","Control/Monad/Trans/Writer/Lazy.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Control/Monad/Trans/Writer/Strict.hi","Control/Monad/Trans/Writer/Strict.p_hi","Control/Monad/Trans/Writer/Strict.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Data/Functor/Classes.hi","Data/Functor/Classes.p_hi","Data/Functor/Classes.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Data/Functor/Compose.hi","Data/Functor/Compose.p_hi","Data/Functor/Compose.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Data/Functor/Constant.hi","Data/Functor/Constant.p_hi","Data/Functor/Constant.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Data/Functor/Product.hi","Data/Functor/Product.p_hi","Data/Functor/Product.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Data/Functor/Reverse.hi","Data/Functor/Reverse.p_hi","Data/Functor/Reverse.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["Data/Functor/Sum.hi","Data/Functor/Sum.p_hi","Data/Functor/Sum.dyn_hi"] (ignoring)
transformers-0.5.2.0: cannot find any of ["libHStransformers-0.5.2.0.a","libHStransformers-0.5.2.0.p_a","libHStransformers-0.5.2.0-ghc7.10.3.so","libHStransformers-0.5.2.0-ghc7.10.3.dylib","HStransformers-0.5.2.0-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure libraries/template-haskell dist-boot "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring template-haskell-2.12.0.0...
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf libraries/template-haskell/dist-boot/inplace-pkg-config
template-haskell-2.12.0.0: Warning: Unrecognized field abi-depends on line 33
template-haskell-2.12.0.0: Warning: Unrecognized field abi on line 23
template-haskell-2.12.0.0: Warning: Unrecognized field indefinite on line 16
template-haskell-2.12.0.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/template-haskell/dist-boot/doc/html/template-haskell/template-haskell.haddock doesn't exist or isn't a file
template-haskell-2.12.0.0: cannot find any of ["Language/Haskell/TH.hi","Language/Haskell/TH.p_hi","Language/Haskell/TH.dyn_hi"] (ignoring)
template-haskell-2.12.0.0: cannot find any of ["Language/Haskell/TH/LanguageExtensions.hi","Language/Haskell/TH/LanguageExtensions.p_hi","Language/Haskell/TH/LanguageExtensions.dyn_hi"] (ignoring)
template-haskell-2.12.0.0: cannot find any of ["Language/Haskell/TH/Lib.hi","Language/Haskell/TH/Lib.p_hi","Language/Haskell/TH/Lib.dyn_hi"] (ignoring)
template-haskell-2.12.0.0: cannot find any of ["Language/Haskell/TH/Ppr.hi","Language/Haskell/TH/Ppr.p_hi","Language/Haskell/TH/Ppr.dyn_hi"] (ignoring)
template-haskell-2.12.0.0: cannot find any of ["Language/Haskell/TH/PprLib.hi","Language/Haskell/TH/PprLib.p_hi","Language/Haskell/TH/PprLib.dyn_hi"] (ignoring)
template-haskell-2.12.0.0: cannot find any of ["Language/Haskell/TH/Quote.hi","Language/Haskell/TH/Quote.p_hi","Language/Haskell/TH/Quote.dyn_hi"] (ignoring)
template-haskell-2.12.0.0: cannot find any of ["Language/Haskell/TH/Syntax.hi","Language/Haskell/TH/Syntax.p_hi","Language/Haskell/TH/Syntax.dyn_hi"] (ignoring)
template-haskell-2.12.0.0: cannot find any of ["Language/Haskell/TH/Lib/Map.hi","Language/Haskell/TH/Lib/Map.p_hi","Language/Haskell/TH/Lib/Map.dyn_hi"] (ignoring)
template-haskell-2.12.0.0: cannot find any of ["libHStemplate-haskell-2.12.0.0.a","libHStemplate-haskell-2.12.0.0.p_a","libHStemplate-haskell-2.12.0.0-ghc7.10.3.so","libHStemplate-haskell-2.12.0.0-ghc7.10.3.dylib","HStemplate-haskell-2.12.0.0-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure libraries/ghci dist-boot "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghci-8.3...
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf libraries/ghci/dist-boot/inplace-pkg-config
ghci-8.3: Warning: Unrecognized field abi-depends on line 35
ghci-8.3: Warning: Unrecognized field abi on line 19
ghci-8.3: Warning: Unrecognized field indefinite on line 14
ghci-8.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/ghci/dist-boot/doc/html/ghci/ghci.haddock doesn't exist or isn't a file
ghci-8.3: cannot find any of ["GHCi/BreakArray.hi","GHCi/BreakArray.p_hi","GHCi/BreakArray.dyn_hi"] (ignoring)
ghci-8.3: cannot find any of ["GHCi/FFI.hi","GHCi/FFI.p_hi","GHCi/FFI.dyn_hi"] (ignoring)
ghci-8.3: cannot find any of ["GHCi/InfoTable.hi","GHCi/InfoTable.p_hi","GHCi/InfoTable.dyn_hi"] (ignoring)
ghci-8.3: cannot find any of ["GHCi/Message.hi","GHCi/Message.p_hi","GHCi/Message.dyn_hi"] (ignoring)
ghci-8.3: cannot find any of ["GHCi/RemoteTypes.hi","GHCi/RemoteTypes.p_hi","GHCi/RemoteTypes.dyn_hi"] (ignoring)
ghci-8.3: cannot find any of ["GHCi/ResolvedBCO.hi","GHCi/ResolvedBCO.p_hi","GHCi/ResolvedBCO.dyn_hi"] (ignoring)
ghci-8.3: cannot find any of ["GHCi/StaticPtrTable.hi","GHCi/StaticPtrTable.p_hi","GHCi/StaticPtrTable.dyn_hi"] (ignoring)
ghci-8.3: cannot find any of ["GHCi/TH/Binary.hi","GHCi/TH/Binary.p_hi","GHCi/TH/Binary.dyn_hi"] (ignoring)
ghci-8.3: cannot find any of ["SizedSeq.hi","SizedSeq.p_hi","SizedSeq.dyn_hi"] (ignoring)
ghci-8.3: cannot find any of ["libHSghci-8.3.a","libHSghci-8.3.p_a","libHSghci-8.3-ghc7.10.3.so","libHSghci-8.3-ghc7.10.3.dylib","HSghci-8.3-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure libraries/terminfo dist-boot "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring terminfo-0.4.0.2...
configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
checking for gcc... /usr/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for setupterm in -ltinfo... no
checking for setupterm in -lncursesw... yes
configure: creating ./config.status
config.status: creating terminfo.buildinfo
configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf libraries/terminfo/dist-boot/inplace-pkg-config
terminfo-0.4.0.2: Warning: Unrecognized field abi-depends on line 37
terminfo-0.4.0.2: Warning: Unrecognized field abi on line 24
terminfo-0.4.0.2: Warning: Unrecognized field indefinite on line 18
terminfo-0.4.0.2: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/terminfo/dist-boot/doc/html/terminfo/terminfo.haddock doesn't exist or isn't a file
terminfo-0.4.0.2: cannot find any of ["System/Console/Terminfo.hi","System/Console/Terminfo.p_hi","System/Console/Terminfo.dyn_hi"] (ignoring)
terminfo-0.4.0.2: cannot find any of ["System/Console/Terminfo/Base.hi","System/Console/Terminfo/Base.p_hi","System/Console/Terminfo/Base.dyn_hi"] (ignoring)
terminfo-0.4.0.2: cannot find any of ["System/Console/Terminfo/Color.hi","System/Console/Terminfo/Color.p_hi","System/Console/Terminfo/Color.dyn_hi"] (ignoring)
terminfo-0.4.0.2: cannot find any of ["System/Console/Terminfo/Cursor.hi","System/Console/Terminfo/Cursor.p_hi","System/Console/Terminfo/Cursor.dyn_hi"] (ignoring)
terminfo-0.4.0.2: cannot find any of ["System/Console/Terminfo/Edit.hi","System/Console/Terminfo/Edit.p_hi","System/Console/Terminfo/Edit.dyn_hi"] (ignoring)
terminfo-0.4.0.2: cannot find any of ["System/Console/Terminfo/Effects.hi","System/Console/Terminfo/Effects.p_hi","System/Console/Terminfo/Effects.dyn_hi"] (ignoring)
terminfo-0.4.0.2: cannot find any of ["System/Console/Terminfo/Keys.hi","System/Console/Terminfo/Keys.p_hi","System/Console/Terminfo/Keys.dyn_hi"] (ignoring)
terminfo-0.4.0.2: cannot find any of ["libHSterminfo-0.4.0.2.a","libHSterminfo-0.4.0.2.p_a","libHSterminfo-0.4.0.2-ghc7.10.3.so","libHSterminfo-0.4.0.2-ghc7.10.3.dylib","HSterminfo-0.4.0.2-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure compiler stage1 "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg" --ld-options=-E --flags=stage1 --flags=ncg --ghc-option=-DSTAGE=1 --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99 -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy" --disable-library-for-ghci
Configuring ghc-8.3...
Warning: 'license-file: ../LICENSE' is a relative path outside of the source
tree. This will not work when generating a tarball with 'sdist'.
"/usr/local/bin/ghc-pkg" update -v0 --force --package-db=libraries/bootstrapping.conf compiler/stage1/inplace-pkg-config
ghc-8.3: Warning: Unrecognized field abi-depends on line 132
ghc-8.3: Warning: Unrecognized field abi on line 108
ghc-8.3: Warning: Unrecognized field indefinite on line 19
ghc-8.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/compiler/stage1/doc/html/ghc/ghc.haddock doesn't exist or isn't a file
ghc-8.3: cannot find any of ["Annotations.hi","Annotations.p_hi","Annotations.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ApiAnnotation.hi","ApiAnnotation.p_hi","ApiAnnotation.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["AsmCodeGen.hi","AsmCodeGen.p_hi","AsmCodeGen.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Avail.hi","Avail.p_hi","Avail.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Bag.hi","Bag.p_hi","Bag.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["BasicTypes.hi","BasicTypes.p_hi","BasicTypes.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["BinFingerprint.hi","BinFingerprint.p_hi","BinFingerprint.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["BinIface.hi","BinIface.p_hi","BinIface.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Binary.hi","Binary.p_hi","Binary.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Bitmap.hi","Bitmap.p_hi","Bitmap.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["BkpSyn.hi","BkpSyn.p_hi","BkpSyn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["BlockId.hi","BlockId.p_hi","BlockId.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["BooleanFormula.hi","BooleanFormula.p_hi","BooleanFormula.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["BufWrite.hi","BufWrite.p_hi","BufWrite.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["BuildTyCl.hi","BuildTyCl.p_hi","BuildTyCl.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ByteCodeAsm.hi","ByteCodeAsm.p_hi","ByteCodeAsm.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ByteCodeGen.hi","ByteCodeGen.p_hi","ByteCodeGen.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ByteCodeInstr.hi","ByteCodeInstr.p_hi","ByteCodeInstr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ByteCodeItbls.hi","ByteCodeItbls.p_hi","ByteCodeItbls.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ByteCodeLink.hi","ByteCodeLink.p_hi","ByteCodeLink.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ByteCodeTypes.hi","ByteCodeTypes.p_hi","ByteCodeTypes.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CLabel.hi","CLabel.p_hi","CLabel.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CPrim.hi","CPrim.p_hi","CPrim.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CSE.hi","CSE.p_hi","CSE.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CallArity.hi","CallArity.p_hi","CallArity.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CgUtils.hi","CgUtils.p_hi","CgUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Check.hi","Check.p_hi","Check.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Class.hi","Class.p_hi","Class.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmdLineParser.hi","CmdLineParser.p_hi","CmdLineParser.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Cmm.hi","Cmm.p_hi","Cmm.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmBuildInfoTables.hi","CmmBuildInfoTables.p_hi","CmmBuildInfoTables.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmCallConv.hi","CmmCallConv.p_hi","CmmCallConv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmCommonBlockElim.hi","CmmCommonBlockElim.p_hi","CmmCommonBlockElim.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmContFlowOpt.hi","CmmContFlowOpt.p_hi","CmmContFlowOpt.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmExpr.hi","CmmExpr.p_hi","CmmExpr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmImplementSwitchPlans.hi","CmmImplementSwitchPlans.p_hi","CmmImplementSwitchPlans.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmInfo.hi","CmmInfo.p_hi","CmmInfo.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmLayoutStack.hi","CmmLayoutStack.p_hi","CmmLayoutStack.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmLex.hi","CmmLex.p_hi","CmmLex.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmLint.hi","CmmLint.p_hi","CmmLint.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmLive.hi","CmmLive.p_hi","CmmLive.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmMachOp.hi","CmmMachOp.p_hi","CmmMachOp.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmMonad.hi","CmmMonad.p_hi","CmmMonad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmNode.hi","CmmNode.p_hi","CmmNode.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmOpt.hi","CmmOpt.p_hi","CmmOpt.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmParse.hi","CmmParse.p_hi","CmmParse.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmPipeline.hi","CmmPipeline.p_hi","CmmPipeline.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmProcPoint.hi","CmmProcPoint.p_hi","CmmProcPoint.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmSink.hi","CmmSink.p_hi","CmmSink.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmSwitch.hi","CmmSwitch.p_hi","CmmSwitch.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmType.hi","CmmType.p_hi","CmmType.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CmmUtils.hi","CmmUtils.p_hi","CmmUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoAxiom.hi","CoAxiom.p_hi","CoAxiom.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CodeGen/Platform.hi","CodeGen/Platform.p_hi","CodeGen/Platform.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CodeGen/Platform/ARM.hi","CodeGen/Platform/ARM.p_hi","CodeGen/Platform/ARM.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CodeGen/Platform/ARM64.hi","CodeGen/Platform/ARM64.p_hi","CodeGen/Platform/ARM64.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CodeGen/Platform/NoRegs.hi","CodeGen/Platform/NoRegs.p_hi","CodeGen/Platform/NoRegs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CodeGen/Platform/PPC.hi","CodeGen/Platform/PPC.p_hi","CodeGen/Platform/PPC.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CodeGen/Platform/PPC_Darwin.hi","CodeGen/Platform/PPC_Darwin.p_hi","CodeGen/Platform/PPC_Darwin.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CodeGen/Platform/SPARC.hi","CodeGen/Platform/SPARC.p_hi","CodeGen/Platform/SPARC.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CodeGen/Platform/X86.hi","CodeGen/Platform/X86.p_hi","CodeGen/Platform/X86.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CodeGen/Platform/X86_64.hi","CodeGen/Platform/X86_64.p_hi","CodeGen/Platform/X86_64.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CodeOutput.hi","CodeOutput.p_hi","CodeOutput.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Coercion.hi","Coercion.p_hi","Coercion.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ConLike.hi","ConLike.p_hi","ConLike.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Config.hi","Config.p_hi","Config.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Constants.hi","Constants.p_hi","Constants.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Convert.hi","Convert.p_hi","Convert.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreArity.hi","CoreArity.p_hi","CoreArity.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreFVs.hi","CoreFVs.p_hi","CoreFVs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreLint.hi","CoreLint.p_hi","CoreLint.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreMonad.hi","CoreMonad.p_hi","CoreMonad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreOpt.hi","CoreOpt.p_hi","CoreOpt.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CorePrep.hi","CorePrep.p_hi","CorePrep.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreSeq.hi","CoreSeq.p_hi","CoreSeq.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreStats.hi","CoreStats.p_hi","CoreStats.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreSubst.hi","CoreSubst.p_hi","CoreSubst.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreSyn.hi","CoreSyn.p_hi","CoreSyn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreTidy.hi","CoreTidy.p_hi","CoreTidy.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreToStg.hi","CoreToStg.p_hi","CoreToStg.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreUnfold.hi","CoreUnfold.p_hi","CoreUnfold.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CoreUtils.hi","CoreUtils.p_hi","CoreUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["CostCentre.hi","CostCentre.p_hi","CostCentre.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Coverage.hi","Coverage.p_hi","Coverage.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Ctype.hi","Ctype.p_hi","Ctype.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DataCon.hi","DataCon.p_hi","DataCon.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Debug.hi","Debug.p_hi","Debug.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Debugger.hi","Debugger.p_hi","Debugger.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DebuggerUtils.hi","DebuggerUtils.p_hi","DebuggerUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Demand.hi","Demand.p_hi","Demand.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Desugar.hi","Desugar.p_hi","Desugar.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Digraph.hi","Digraph.p_hi","Digraph.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DmdAnal.hi","DmdAnal.p_hi","DmdAnal.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DriverBkp.hi","DriverBkp.p_hi","DriverBkp.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DriverMkDepend.hi","DriverMkDepend.p_hi","DriverMkDepend.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DriverPhases.hi","DriverPhases.p_hi","DriverPhases.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DriverPipeline.hi","DriverPipeline.p_hi","DriverPipeline.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsArrows.hi","DsArrows.p_hi","DsArrows.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsBinds.hi","DsBinds.p_hi","DsBinds.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsCCall.hi","DsCCall.p_hi","DsCCall.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsExpr.hi","DsExpr.p_hi","DsExpr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsForeign.hi","DsForeign.p_hi","DsForeign.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsGRHSs.hi","DsGRHSs.p_hi","DsGRHSs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsListComp.hi","DsListComp.p_hi","DsListComp.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsMeta.hi","DsMeta.p_hi","DsMeta.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsMonad.hi","DsMonad.p_hi","DsMonad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsUsage.hi","DsUsage.p_hi","DsUsage.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DsUtils.hi","DsUtils.p_hi","DsUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Dwarf.hi","Dwarf.p_hi","Dwarf.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Dwarf/Constants.hi","Dwarf/Constants.p_hi","Dwarf/Constants.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Dwarf/Types.hi","Dwarf/Types.p_hi","Dwarf/Types.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DynFlags.hi","DynFlags.p_hi","DynFlags.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["DynamicLoading.hi","DynamicLoading.p_hi","DynamicLoading.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Elf.hi","Elf.p_hi","Elf.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Encoding.hi","Encoding.p_hi","Encoding.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["EnumSet.hi","EnumSet.p_hi","EnumSet.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ErrUtils.hi","ErrUtils.p_hi","ErrUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Exception.hi","Exception.p_hi","Exception.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FV.hi","FV.p_hi","FV.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FamInst.hi","FamInst.p_hi","FamInst.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FamInstEnv.hi","FamInstEnv.p_hi","FamInstEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FastFunctions.hi","FastFunctions.p_hi","FastFunctions.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FastMutInt.hi","FastMutInt.p_hi","FastMutInt.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FastString.hi","FastString.p_hi","FastString.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FastStringEnv.hi","FastStringEnv.p_hi","FastStringEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FieldLabel.hi","FieldLabel.p_hi","FieldLabel.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Finder.hi","Finder.p_hi","Finder.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Fingerprint.hi","Fingerprint.p_hi","Fingerprint.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FiniteMap.hi","FiniteMap.p_hi","FiniteMap.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FlagChecker.hi","FlagChecker.p_hi","FlagChecker.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FloatIn.hi","FloatIn.p_hi","FloatIn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FloatOut.hi","FloatOut.p_hi","FloatOut.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ForeignCall.hi","ForeignCall.p_hi","ForeignCall.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Format.hi","Format.p_hi","Format.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["FunDeps.hi","FunDeps.p_hi","FunDeps.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["GHC.hi","GHC.p_hi","GHC.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["GHCi.hi","GHCi.p_hi","GHCi.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["GhcMake.hi","GhcMake.p_hi","GhcMake.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["GhcMonad.hi","GhcMonad.p_hi","GhcMonad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["GhcPlugins.hi","GhcPlugins.p_hi","GhcPlugins.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["GraphBase.hi","GraphBase.p_hi","GraphBase.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["GraphColor.hi","GraphColor.p_hi","GraphColor.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["GraphOps.hi","GraphOps.p_hi","GraphOps.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["GraphPpr.hi","GraphPpr.p_hi","GraphPpr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HaddockUtils.hi","HaddockUtils.p_hi","HaddockUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HeaderInfo.hi","HeaderInfo.p_hi","HeaderInfo.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Hooks.hi","Hooks.p_hi","Hooks.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Hoopl.hi","Hoopl.p_hi","Hoopl.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Hoopl/Dataflow.hi","Hoopl/Dataflow.p_hi","Hoopl/Dataflow.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsBinds.hi","HsBinds.p_hi","HsBinds.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsDecls.hi","HsDecls.p_hi","HsDecls.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsDoc.hi","HsDoc.p_hi","HsDoc.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsDumpAst.hi","HsDumpAst.p_hi","HsDumpAst.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsExpr.hi","HsExpr.p_hi","HsExpr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsImpExp.hi","HsImpExp.p_hi","HsImpExp.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsLit.hi","HsLit.p_hi","HsLit.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsPat.hi","HsPat.p_hi","HsPat.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsSyn.hi","HsSyn.p_hi","HsSyn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsTypes.hi","HsTypes.p_hi","HsTypes.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HsUtils.hi","HsUtils.p_hi","HsUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HscMain.hi","HscMain.p_hi","HscMain.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HscStats.hi","HscStats.p_hi","HscStats.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["HscTypes.hi","HscTypes.p_hi","HscTypes.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["IOEnv.hi","IOEnv.p_hi","IOEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Id.hi","Id.p_hi","Id.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["IdInfo.hi","IdInfo.p_hi","IdInfo.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["IfaceEnv.hi","IfaceEnv.p_hi","IfaceEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["IfaceSyn.hi","IfaceSyn.p_hi","IfaceSyn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["IfaceType.hi","IfaceType.p_hi","IfaceType.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Inst.hi","Inst.p_hi","Inst.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["InstEnv.hi","InstEnv.p_hi","InstEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Instruction.hi","Instruction.p_hi","Instruction.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["InteractiveEval.hi","InteractiveEval.p_hi","InteractiveEval.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["InteractiveEvalTypes.hi","InteractiveEvalTypes.p_hi","InteractiveEvalTypes.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Json.hi","Json.p_hi","Json.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Kind.hi","Kind.p_hi","Kind.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["KnownUniques.hi","KnownUniques.p_hi","KnownUniques.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Lexeme.hi","Lexeme.p_hi","Lexeme.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Lexer.hi","Lexer.p_hi","Lexer.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["LiberateCase.hi","LiberateCase.p_hi","LiberateCase.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Linker.hi","Linker.p_hi","Linker.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ListSetOps.hi","ListSetOps.p_hi","ListSetOps.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ListT.hi","ListT.p_hi","ListT.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Literal.hi","Literal.p_hi","Literal.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Llvm.hi","Llvm.p_hi","Llvm.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Llvm/AbsSyn.hi","Llvm/AbsSyn.p_hi","Llvm/AbsSyn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Llvm/MetaData.hi","Llvm/MetaData.p_hi","Llvm/MetaData.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Llvm/PpLlvm.hi","Llvm/PpLlvm.p_hi","Llvm/PpLlvm.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Llvm/Types.hi","Llvm/Types.p_hi","Llvm/Types.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["LlvmCodeGen.hi","LlvmCodeGen.p_hi","LlvmCodeGen.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["LlvmCodeGen/Base.hi","LlvmCodeGen/Base.p_hi","LlvmCodeGen/Base.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["LlvmCodeGen/CodeGen.hi","LlvmCodeGen/CodeGen.p_hi","LlvmCodeGen/CodeGen.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["LlvmCodeGen/Data.hi","LlvmCodeGen/Data.p_hi","LlvmCodeGen/Data.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["LlvmCodeGen/Ppr.hi","LlvmCodeGen/Ppr.p_hi","LlvmCodeGen/Ppr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["LlvmCodeGen/Regs.hi","LlvmCodeGen/Regs.p_hi","LlvmCodeGen/Regs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["LlvmMangler.hi","LlvmMangler.p_hi","LlvmMangler.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["LoadIface.hi","LoadIface.p_hi","LoadIface.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Match.hi","Match.p_hi","Match.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["MatchCon.hi","MatchCon.p_hi","MatchCon.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["MatchLit.hi","MatchLit.p_hi","MatchLit.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Maybes.hi","Maybes.p_hi","Maybes.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["MkCore.hi","MkCore.p_hi","MkCore.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["MkGraph.hi","MkGraph.p_hi","MkGraph.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["MkId.hi","MkId.p_hi","MkId.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["MkIface.hi","MkIface.p_hi","MkIface.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Module.hi","Module.p_hi","Module.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["MonadUtils.hi","MonadUtils.p_hi","MonadUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["NCGMonad.hi","NCGMonad.p_hi","NCGMonad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Name.hi","Name.p_hi","Name.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["NameCache.hi","NameCache.p_hi","NameCache.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["NameEnv.hi","NameEnv.p_hi","NameEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["NameSet.hi","NameSet.p_hi","NameSet.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["NameShape.hi","NameShape.p_hi","NameShape.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["OccName.hi","OccName.p_hi","OccName.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["OccurAnal.hi","OccurAnal.p_hi","OccurAnal.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["OptCoercion.hi","OptCoercion.p_hi","OptCoercion.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["OrdList.hi","OrdList.p_hi","OrdList.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Outputable.hi","Outputable.p_hi","Outputable.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PIC.hi","PIC.p_hi","PIC.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PPC/CodeGen.hi","PPC/CodeGen.p_hi","PPC/CodeGen.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PPC/Cond.hi","PPC/Cond.p_hi","PPC/Cond.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PPC/Instr.hi","PPC/Instr.p_hi","PPC/Instr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PPC/Ppr.hi","PPC/Ppr.p_hi","PPC/Ppr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PPC/RegInfo.hi","PPC/RegInfo.p_hi","PPC/RegInfo.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PPC/Regs.hi","PPC/Regs.p_hi","PPC/Regs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PackageConfig.hi","PackageConfig.p_hi","PackageConfig.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Packages.hi","Packages.p_hi","Packages.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Pair.hi","Pair.p_hi","Pair.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Panic.hi","Panic.p_hi","Panic.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Parser.hi","Parser.p_hi","Parser.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PatSyn.hi","PatSyn.p_hi","PatSyn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PipelineMonad.hi","PipelineMonad.p_hi","PipelineMonad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PlaceHolder.hi","PlaceHolder.p_hi","PlaceHolder.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Platform.hi","Platform.p_hi","Platform.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PlatformConstants.hi","PlatformConstants.p_hi","PlatformConstants.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Plugins.hi","Plugins.p_hi","Plugins.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PmExpr.hi","PmExpr.p_hi","PmExpr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PprBase.hi","PprBase.p_hi","PprBase.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PprC.hi","PprC.p_hi","PprC.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PprCmm.hi","PprCmm.p_hi","PprCmm.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PprCmmDecl.hi","PprCmmDecl.p_hi","PprCmmDecl.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PprCmmExpr.hi","PprCmmExpr.p_hi","PprCmmExpr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PprColour.hi","PprColour.p_hi","PprColour.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PprCore.hi","PprCore.p_hi","PprCore.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PprTyThing.hi","PprTyThing.p_hi","PprTyThing.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PrelInfo.hi","PrelInfo.p_hi","PrelInfo.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PrelNames.hi","PrelNames.p_hi","PrelNames.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PrelRules.hi","PrelRules.p_hi","PrelRules.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Pretty.hi","Pretty.p_hi","Pretty.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["PrimOp.hi","PrimOp.p_hi","PrimOp.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ProfInit.hi","ProfInit.p_hi","ProfInit.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RdrHsSyn.hi","RdrHsSyn.p_hi","RdrHsSyn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RdrName.hi","RdrName.p_hi","RdrName.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Reg.hi","Reg.p_hi","Reg.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Graph/ArchBase.hi","RegAlloc/Graph/ArchBase.p_hi","RegAlloc/Graph/ArchBase.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Graph/ArchX86.hi","RegAlloc/Graph/ArchX86.p_hi","RegAlloc/Graph/ArchX86.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Graph/Coalesce.hi","RegAlloc/Graph/Coalesce.p_hi","RegAlloc/Graph/Coalesce.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Graph/Main.hi","RegAlloc/Graph/Main.p_hi","RegAlloc/Graph/Main.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Graph/Spill.hi","RegAlloc/Graph/Spill.p_hi","RegAlloc/Graph/Spill.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Graph/SpillClean.hi","RegAlloc/Graph/SpillClean.p_hi","RegAlloc/Graph/SpillClean.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Graph/SpillCost.hi","RegAlloc/Graph/SpillCost.p_hi","RegAlloc/Graph/SpillCost.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Graph/Stats.hi","RegAlloc/Graph/Stats.p_hi","RegAlloc/Graph/Stats.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Graph/TrivColorable.hi","RegAlloc/Graph/TrivColorable.p_hi","RegAlloc/Graph/TrivColorable.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/Base.hi","RegAlloc/Linear/Base.p_hi","RegAlloc/Linear/Base.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/FreeRegs.hi","RegAlloc/Linear/FreeRegs.p_hi","RegAlloc/Linear/FreeRegs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/JoinToTargets.hi","RegAlloc/Linear/JoinToTargets.p_hi","RegAlloc/Linear/JoinToTargets.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/Main.hi","RegAlloc/Linear/Main.p_hi","RegAlloc/Linear/Main.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/PPC/FreeRegs.hi","RegAlloc/Linear/PPC/FreeRegs.p_hi","RegAlloc/Linear/PPC/FreeRegs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/SPARC/FreeRegs.hi","RegAlloc/Linear/SPARC/FreeRegs.p_hi","RegAlloc/Linear/SPARC/FreeRegs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/StackMap.hi","RegAlloc/Linear/StackMap.p_hi","RegAlloc/Linear/StackMap.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/State.hi","RegAlloc/Linear/State.p_hi","RegAlloc/Linear/State.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/Stats.hi","RegAlloc/Linear/Stats.p_hi","RegAlloc/Linear/Stats.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/X86/FreeRegs.hi","RegAlloc/Linear/X86/FreeRegs.p_hi","RegAlloc/Linear/X86/FreeRegs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Linear/X86_64/FreeRegs.hi","RegAlloc/Linear/X86_64/FreeRegs.p_hi","RegAlloc/Linear/X86_64/FreeRegs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegAlloc/Liveness.hi","RegAlloc/Liveness.p_hi","RegAlloc/Liveness.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RegClass.hi","RegClass.p_hi","RegClass.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RepType.hi","RepType.p_hi","RepType.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RnBinds.hi","RnBinds.p_hi","RnBinds.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RnEnv.hi","RnEnv.p_hi","RnEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RnExpr.hi","RnExpr.p_hi","RnExpr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RnHsDoc.hi","RnHsDoc.p_hi","RnHsDoc.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RnModIface.hi","RnModIface.p_hi","RnModIface.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RnNames.hi","RnNames.p_hi","RnNames.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RnPat.hi","RnPat.p_hi","RnPat.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RnSource.hi","RnSource.p_hi","RnSource.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RnSplice.hi","RnSplice.p_hi","RnSplice.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RnTypes.hi","RnTypes.p_hi","RnTypes.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["RtClosureInspect.hi","RtClosureInspect.p_hi","RtClosureInspect.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Rules.hi","Rules.p_hi","Rules.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SAT.hi","SAT.p_hi","SAT.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SCCfinal.hi","SCCfinal.p_hi","SCCfinal.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SMRep.hi","SMRep.p_hi","SMRep.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/AddrMode.hi","SPARC/AddrMode.p_hi","SPARC/AddrMode.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/Base.hi","SPARC/Base.p_hi","SPARC/Base.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/CodeGen.hi","SPARC/CodeGen.p_hi","SPARC/CodeGen.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/CodeGen/Amode.hi","SPARC/CodeGen/Amode.p_hi","SPARC/CodeGen/Amode.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/CodeGen/Base.hi","SPARC/CodeGen/Base.p_hi","SPARC/CodeGen/Base.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/CodeGen/CondCode.hi","SPARC/CodeGen/CondCode.p_hi","SPARC/CodeGen/CondCode.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/CodeGen/Expand.hi","SPARC/CodeGen/Expand.p_hi","SPARC/CodeGen/Expand.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/CodeGen/Gen32.hi","SPARC/CodeGen/Gen32.p_hi","SPARC/CodeGen/Gen32.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/CodeGen/Gen64.hi","SPARC/CodeGen/Gen64.p_hi","SPARC/CodeGen/Gen64.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/CodeGen/Sanity.hi","SPARC/CodeGen/Sanity.p_hi","SPARC/CodeGen/Sanity.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/Cond.hi","SPARC/Cond.p_hi","SPARC/Cond.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/Imm.hi","SPARC/Imm.p_hi","SPARC/Imm.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/Instr.hi","SPARC/Instr.p_hi","SPARC/Instr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/Ppr.hi","SPARC/Ppr.p_hi","SPARC/Ppr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/Regs.hi","SPARC/Regs.p_hi","SPARC/Regs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/ShortcutJump.hi","SPARC/ShortcutJump.p_hi","SPARC/ShortcutJump.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SPARC/Stack.hi","SPARC/Stack.p_hi","SPARC/Stack.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SetLevels.hi","SetLevels.p_hi","SetLevels.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SimplCore.hi","SimplCore.p_hi","SimplCore.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SimplEnv.hi","SimplEnv.p_hi","SimplEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SimplMonad.hi","SimplMonad.p_hi","SimplMonad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SimplStg.hi","SimplStg.p_hi","SimplStg.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SimplUtils.hi","SimplUtils.p_hi","SimplUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Simplify.hi","Simplify.p_hi","Simplify.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SpecConstr.hi","SpecConstr.p_hi","SpecConstr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Specialise.hi","Specialise.p_hi","Specialise.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SrcLoc.hi","SrcLoc.p_hi","SrcLoc.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["State.hi","State.p_hi","State.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StaticPtrTable.hi","StaticPtrTable.p_hi","StaticPtrTable.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmm.hi","StgCmm.p_hi","StgCmm.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmArgRep.hi","StgCmmArgRep.p_hi","StgCmmArgRep.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmBind.hi","StgCmmBind.p_hi","StgCmmBind.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmClosure.hi","StgCmmClosure.p_hi","StgCmmClosure.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmCon.hi","StgCmmCon.p_hi","StgCmmCon.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmEnv.hi","StgCmmEnv.p_hi","StgCmmEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmExpr.hi","StgCmmExpr.p_hi","StgCmmExpr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmExtCode.hi","StgCmmExtCode.p_hi","StgCmmExtCode.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmForeign.hi","StgCmmForeign.p_hi","StgCmmForeign.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmHeap.hi","StgCmmHeap.p_hi","StgCmmHeap.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmHpc.hi","StgCmmHpc.p_hi","StgCmmHpc.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmLayout.hi","StgCmmLayout.p_hi","StgCmmLayout.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmMonad.hi","StgCmmMonad.p_hi","StgCmmMonad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmPrim.hi","StgCmmPrim.p_hi","StgCmmPrim.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmProf.hi","StgCmmProf.p_hi","StgCmmProf.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmTicky.hi","StgCmmTicky.p_hi","StgCmmTicky.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCmmUtils.hi","StgCmmUtils.p_hi","StgCmmUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgCse.hi","StgCse.p_hi","StgCse.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgLint.hi","StgLint.p_hi","StgLint.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgStats.hi","StgStats.p_hi","StgStats.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StgSyn.hi","StgSyn.p_hi","StgSyn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Stream.hi","Stream.p_hi","Stream.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["StringBuffer.hi","StringBuffer.p_hi","StringBuffer.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SysTools.hi","SysTools.p_hi","SysTools.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["SysTools/Terminal.hi","SysTools/Terminal.p_hi","SysTools/Terminal.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["THNames.hi","THNames.p_hi","THNames.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TargetReg.hi","TargetReg.p_hi","TargetReg.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcAnnotations.hi","TcAnnotations.p_hi","TcAnnotations.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcArrows.hi","TcArrows.p_hi","TcArrows.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcBackpack.hi","TcBackpack.p_hi","TcBackpack.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcBinds.hi","TcBinds.p_hi","TcBinds.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcCanonical.hi","TcCanonical.p_hi","TcCanonical.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcClassDcl.hi","TcClassDcl.p_hi","TcClassDcl.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcDefaults.hi","TcDefaults.p_hi","TcDefaults.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcDeriv.hi","TcDeriv.p_hi","TcDeriv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcDerivInfer.hi","TcDerivInfer.p_hi","TcDerivInfer.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcDerivUtils.hi","TcDerivUtils.p_hi","TcDerivUtils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcEnv.hi","TcEnv.p_hi","TcEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcErrors.hi","TcErrors.p_hi","TcErrors.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcEvidence.hi","TcEvidence.p_hi","TcEvidence.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcExpr.hi","TcExpr.p_hi","TcExpr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcFlatten.hi","TcFlatten.p_hi","TcFlatten.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcForeign.hi","TcForeign.p_hi","TcForeign.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcGenDeriv.hi","TcGenDeriv.p_hi","TcGenDeriv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcGenFunctor.hi","TcGenFunctor.p_hi","TcGenFunctor.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcGenGenerics.hi","TcGenGenerics.p_hi","TcGenGenerics.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcHsSyn.hi","TcHsSyn.p_hi","TcHsSyn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcHsType.hi","TcHsType.p_hi","TcHsType.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcIface.hi","TcIface.p_hi","TcIface.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcInstDcls.hi","TcInstDcls.p_hi","TcInstDcls.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcInteract.hi","TcInteract.p_hi","TcInteract.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcMType.hi","TcMType.p_hi","TcMType.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcMatches.hi","TcMatches.p_hi","TcMatches.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcPat.hi","TcPat.p_hi","TcPat.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcPatSyn.hi","TcPatSyn.p_hi","TcPatSyn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcPluginM.hi","TcPluginM.p_hi","TcPluginM.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcRnDriver.hi","TcRnDriver.p_hi","TcRnDriver.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcRnExports.hi","TcRnExports.p_hi","TcRnExports.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcRnMonad.hi","TcRnMonad.p_hi","TcRnMonad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcRnTypes.hi","TcRnTypes.p_hi","TcRnTypes.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcRules.hi","TcRules.p_hi","TcRules.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcSMonad.hi","TcSMonad.p_hi","TcSMonad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcSigs.hi","TcSigs.p_hi","TcSigs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcSimplify.hi","TcSimplify.p_hi","TcSimplify.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcSplice.hi","TcSplice.p_hi","TcSplice.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcTyClsDecls.hi","TcTyClsDecls.p_hi","TcTyClsDecls.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcTyDecls.hi","TcTyDecls.p_hi","TcTyDecls.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcType.hi","TcType.p_hi","TcType.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcTypeNats.hi","TcTypeNats.p_hi","TcTypeNats.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcTypeable.hi","TcTypeable.p_hi","TcTypeable.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcUnify.hi","TcUnify.p_hi","TcUnify.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TcValidity.hi","TcValidity.p_hi","TcValidity.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TidyPgm.hi","TidyPgm.p_hi","TidyPgm.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TmOracle.hi","TmOracle.p_hi","TmOracle.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["ToIface.hi","ToIface.p_hi","ToIface.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TrieMap.hi","TrieMap.p_hi","TrieMap.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TyCoRep.hi","TyCoRep.p_hi","TyCoRep.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TyCon.hi","TyCon.p_hi","TyCon.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Type.hi","Type.p_hi","Type.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TysPrim.hi","TysPrim.p_hi","TysPrim.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["TysWiredIn.hi","TysWiredIn.p_hi","TysWiredIn.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["UnVarGraph.hi","UnVarGraph.p_hi","UnVarGraph.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["UnariseStg.hi","UnariseStg.p_hi","UnariseStg.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Unify.hi","Unify.p_hi","Unify.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["UniqDFM.hi","UniqDFM.p_hi","UniqDFM.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["UniqDSet.hi","UniqDSet.p_hi","UniqDSet.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["UniqFM.hi","UniqFM.p_hi","UniqFM.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["UniqMap.hi","UniqMap.p_hi","UniqMap.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["UniqSet.hi","UniqSet.p_hi","UniqSet.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["UniqSupply.hi","UniqSupply.p_hi","UniqSupply.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Unique.hi","Unique.p_hi","Unique.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Util.hi","Util.p_hi","Util.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Var.hi","Var.p_hi","Var.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["VarEnv.hi","VarEnv.p_hi","VarEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["VarSet.hi","VarSet.p_hi","VarSet.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise.hi","Vectorise.p_hi","Vectorise.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Builtins.hi","Vectorise/Builtins.p_hi","Vectorise/Builtins.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Builtins/Base.hi","Vectorise/Builtins/Base.p_hi","Vectorise/Builtins/Base.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Builtins/Initialise.hi","Vectorise/Builtins/Initialise.p_hi","Vectorise/Builtins/Initialise.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Convert.hi","Vectorise/Convert.p_hi","Vectorise/Convert.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Env.hi","Vectorise/Env.p_hi","Vectorise/Env.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Exp.hi","Vectorise/Exp.p_hi","Vectorise/Exp.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Generic/Description.hi","Vectorise/Generic/Description.p_hi","Vectorise/Generic/Description.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Generic/PADict.hi","Vectorise/Generic/PADict.p_hi","Vectorise/Generic/PADict.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Generic/PAMethods.hi","Vectorise/Generic/PAMethods.p_hi","Vectorise/Generic/PAMethods.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Generic/PData.hi","Vectorise/Generic/PData.p_hi","Vectorise/Generic/PData.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Monad.hi","Vectorise/Monad.p_hi","Vectorise/Monad.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Monad/Base.hi","Vectorise/Monad/Base.p_hi","Vectorise/Monad/Base.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Monad/Global.hi","Vectorise/Monad/Global.p_hi","Vectorise/Monad/Global.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Monad/InstEnv.hi","Vectorise/Monad/InstEnv.p_hi","Vectorise/Monad/InstEnv.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Monad/Local.hi","Vectorise/Monad/Local.p_hi","Vectorise/Monad/Local.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Monad/Naming.hi","Vectorise/Monad/Naming.p_hi","Vectorise/Monad/Naming.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Type/Classify.hi","Vectorise/Type/Classify.p_hi","Vectorise/Type/Classify.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Type/Env.hi","Vectorise/Type/Env.p_hi","Vectorise/Type/Env.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Type/TyConDecl.hi","Vectorise/Type/TyConDecl.p_hi","Vectorise/Type/TyConDecl.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Type/Type.hi","Vectorise/Type/Type.p_hi","Vectorise/Type/Type.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Utils.hi","Vectorise/Utils.p_hi","Vectorise/Utils.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Utils/Base.hi","Vectorise/Utils/Base.p_hi","Vectorise/Utils/Base.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Utils/Closure.hi","Vectorise/Utils/Closure.p_hi","Vectorise/Utils/Closure.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Utils/Hoisting.hi","Vectorise/Utils/Hoisting.p_hi","Vectorise/Utils/Hoisting.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Utils/PADict.hi","Vectorise/Utils/PADict.p_hi","Vectorise/Utils/PADict.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Utils/Poly.hi","Vectorise/Utils/Poly.p_hi","Vectorise/Utils/Poly.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Var.hi","Vectorise/Var.p_hi","Vectorise/Var.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["Vectorise/Vect.hi","Vectorise/Vect.p_hi","Vectorise/Vect.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["WorkWrap.hi","WorkWrap.p_hi","WorkWrap.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["WwLib.hi","WwLib.p_hi","WwLib.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["X86/CodeGen.hi","X86/CodeGen.p_hi","X86/CodeGen.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["X86/Cond.hi","X86/Cond.p_hi","X86/Cond.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["X86/Instr.hi","X86/Instr.p_hi","X86/Instr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["X86/Ppr.hi","X86/Ppr.p_hi","X86/Ppr.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["X86/RegInfo.hi","X86/RegInfo.p_hi","X86/RegInfo.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["X86/Regs.hi","X86/Regs.p_hi","X86/Regs.dyn_hi"] (ignoring)
ghc-8.3: cannot find any of ["libHSghc-8.3.a","libHSghc-8.3.p_a","libHSghc-8.3-ghc7.10.3.so","libHSghc-8.3-ghc7.10.3.dylib","HSghc-8.3-ghc7.10.3.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" configure ghc stage1 "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --flags=stage1 --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-bin-8.3.20170324...
Warning: 'data-dir: ..' is a relative path outside of the source tree. This
will not work when generating a tarball with 'sdist'.
"inplace/bin/ghc-cabal" configure utils/dll-split dist-install "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring dll-split-0.1...
"inplace/bin/mkdirhier" utils/ghc-pkg/dist/build//.
"rm" -f utils/ghc-pkg/dist/build/Version.hs  
echo "module Version where"                    >> utils/ghc-pkg/dist/build/Version.hs
echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/dist/build/Version.hs
echo "version    = \"8.3.20170324\""      >> utils/ghc-pkg/dist/build/Version.hs
echo "targetOS   = \"openbsd\""        >> utils/ghc-pkg/dist/build/Version.hs
echo "targetARCH = \"x86_64\""      >> utils/ghc-pkg/dist/build/Version.hs
"inplace/bin/ghc-cabal" configure utils/ghc-pkg dist "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-pkg-6.9...
"inplace/bin/ghc-cabal" configure utils/hsc2hs dist "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring hsc2hs-0.68.1...
"inplace/bin/ghc-cabal" configure utils/genapply dist "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring genapply-0.1...
"inplace/bin/ghc-cabal" configure utils/deriveConstants dist "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring deriveConstants-0.1...
"inplace/bin/ghc-cabal" configure utils/genprimopcode dist "" --with-ghc="/usr/local/bin/ghc" --with-ghc-pkg="/usr/local/bin/ghc-pkg"  --package-db=/home/asteen/devl/ghc/libraries/bootstrapping.conf --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib"   --constraint "binary == 0.8.4.1"   --constraint "Cabal == 2.0.0.0"   --constraint "hpc == 0.6.0.3"   --constraint "ghc-boot-th == 8.3"   --constraint "ghc-boot == 8.3"   --constraint "hoopl == 3.10.2.2"   --constraint "transformers == 0.5.2.0"   --constraint "template-haskell == 2.12.0.0"   --constraint "ghci == 8.3"   --constraint "terminfo == 0.4.0.2" --with-gcc="cc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring genprimopcode-0.1...
Creating includes/ghcautoconf.h...
Done.
"rm" -f includes/ghcplatform.h  
Creating includes/ghcplatform.h...
Done.
"rm" -f utils/hsc2hs/dist/build/.depend.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build -dep-makefile utils/hsc2hs/dist/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps   utils/hsc2hs/./Main.hs  utils/hsc2hs/./C.hs  utils/hsc2hs/./Common.hs  utils/hsc2hs/./CrossCodegen.hs  utils/hsc2hs/./DirectCodegen.hs  utils/hsc2hs/./Flags.hs  utils/hsc2hs/./HSCParser.hs  utils/hsc2hs/./UtilsCodegen.hs
echo "utils/hsc2hs_dist_depfile_haskell_EXISTS = YES" >> utils/hsc2hs/dist/build/.depend.haskell.tmp
for dir in utils/hsc2hs/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/hsc2hs/dist/build/.depend.haskell.tmp > utils/hsc2hs/dist/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/hsc2hs/dist/build/.depend.haskell.tmp2 > utils/hsc2hs/dist/build/.depend.haskell
"rm" -f utils/hsc2hs/dist/build/.depend.c_asm.tmp  
"rm" -f utils/hsc2hs/dist/build/.depend.c_asm.bit  
echo "utils/hsc2hs_dist_depfile_c_asm_EXISTS = YES" >> utils/hsc2hs/dist/build/.depend.c_asm.tmp
mv utils/hsc2hs/dist/build/.depend.c_asm.tmp utils/hsc2hs/dist/build/.depend.c_asm
"/usr/local/bin/alex"  -g    utils/genprimopcode/./Lexer.x -o utils/genprimopcode/dist/build/Lexer.hs
"/usr/local/bin/happy"  -agc --strict    utils/genprimopcode/./Parser.y -o utils/genprimopcode/dist/build/Parser.hs
"rm" -f utils/genprimopcode/dist/build/.depend.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/genprimopcode/autogen -Iutils/genprimopcode/dist/build/genprimopcode/autogen     -optP-include -optPutils/genprimopcode/dist/build/genprimopcode/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -dep-makefile utils/genprimopcode/dist/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps   utils/genprimopcode/./Main.hs  utils/genprimopcode/dist/build/Lexer.hs  utils/genprimopcode/dist/build/Parser.hs  utils/genprimopcode/./ParserM.hs  utils/genprimopcode/./Syntax.hs
echo "utils/genprimopcode_dist_depfile_haskell_EXISTS = YES" >> utils/genprimopcode/dist/build/.depend.haskell.tmp
for dir in utils/genprimopcode/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/genprimopcode/dist/build/.depend.haskell.tmp > utils/genprimopcode/dist/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/genprimopcode/dist/build/.depend.haskell.tmp2 > utils/genprimopcode/dist/build/.depend.haskell
"rm" -f utils/genprimopcode/dist/build/.depend.c_asm.tmp  
"rm" -f utils/genprimopcode/dist/build/.depend.c_asm.bit  
echo "utils/genprimopcode_dist_depfile_c_asm_EXISTS = YES" >> utils/genprimopcode/dist/build/.depend.c_asm.tmp
mv utils/genprimopcode/dist/build/.depend.c_asm.tmp utils/genprimopcode/dist/build/.depend.c_asm
"rm" -f utils/deriveConstants/dist/build/.depend.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/deriveConstants/. -iutils/deriveConstants/dist/build -Iutils/deriveConstants/dist/build -iutils/deriveConstants/dist/build/deriveConstants/autogen -Iutils/deriveConstants/dist/build/deriveConstants/autogen     -optP-include -optPutils/deriveConstants/dist/build/deriveConstants/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/deriveConstants/dist/build -hidir utils/deriveConstants/dist/build -stubdir utils/deriveConstants/dist/build -dep-makefile utils/deriveConstants/dist/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps   utils/deriveConstants/./Main.hs
echo "utils/deriveConstants_dist_depfile_haskell_EXISTS = YES" >> utils/deriveConstants/dist/build/.depend.haskell.tmp
for dir in utils/deriveConstants/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/deriveConstants/dist/build/.depend.haskell.tmp > utils/deriveConstants/dist/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/deriveConstants/dist/build/.depend.haskell.tmp2 > utils/deriveConstants/dist/build/.depend.haskell
"rm" -f utils/deriveConstants/dist/build/.depend.c_asm.tmp  
"rm" -f utils/deriveConstants/dist/build/.depend.c_asm.bit  
echo "utils/deriveConstants_dist_depfile_c_asm_EXISTS = YES" >> utils/deriveConstants/dist/build/.depend.c_asm.tmp
mv utils/deriveConstants/dist/build/.depend.c_asm.tmp utils/deriveConstants/dist/build/.depend.c_asm
===--- building phase 1
gmake --no-print-directory -f ghc.mk phase=1 phase_1_builds
"rm" -f ghc/stage1/build/.depend.c_asm.tmp  
"rm" -f ghc/stage1/build/.depend.c_asm.bit  
echo "ghc_stage1_depfile_c_asm_EXISTS = YES" >> ghc/stage1/build/.depend.c_asm.tmp
mv ghc/stage1/build/.depend.c_asm.tmp ghc/stage1/build/.depend.c_asm
"rm" -f compiler/stage1/ghc_boot_platform.h  
Creating compiler/stage1/ghc_boot_platform.h...
Done.
"rm" -f ghc/stage1/build/.depend.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -ighc/. -ighc/stage1/build -Ighc/stage1/build -ighc/stage1/build/ghc/autogen -Ighc/stage1/build/ghc/autogen     -optP-include -optPghc/stage1/build/ghc/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-8.3 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -XHaskell2010   -no-hs-main -no-user-package-db -rtsopts       -odir ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build -dep-makefile ghc/stage1/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps   ghc/./Main.hs
echo "ghc_stage1_depfile_haskell_EXISTS = YES" >> ghc/stage1/build/.depend.haskell.tmp
for dir in ghc/stage1/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' ghc/stage1/build/.depend.haskell.tmp > ghc/stage1/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' ghc/stage1/build/.depend.haskell.tmp2 > ghc/stage1/build/.depend.haskell
"rm" -f utils/dll-split/dist-install/build/.depend.c_asm.tmp  
"rm" -f utils/dll-split/dist-install/build/.depend.c_asm.bit  
echo "utils/dll-split_dist-install_depfile_c_asm_EXISTS = YES" >> utils/dll-split/dist-install/build/.depend.c_asm.tmp
mv utils/dll-split/dist-install/build/.depend.c_asm.tmp utils/dll-split/dist-install/build/.depend.c_asm
"rm" -f utils/dll-split/dist-install/build/.depend.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/dll-split/. -iutils/dll-split/dist-install/build -Iutils/dll-split/dist-install/build -iutils/dll-split/dist-install/build/dll-split/autogen -Iutils/dll-split/dist-install/build/dll-split/autogen     -optP-include -optPutils/dll-split/dist-install/build/dll-split/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/dll-split/dist-install/build -hidir utils/dll-split/dist-install/build -stubdir utils/dll-split/dist-install/build -dep-makefile utils/dll-split/dist-install/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps   utils/dll-split/./Main.hs
echo "utils/dll-split_dist-install_depfile_haskell_EXISTS = YES" >> utils/dll-split/dist-install/build/.depend.haskell.tmp
for dir in utils/dll-split/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/dll-split/dist-install/build/.depend.haskell.tmp > utils/dll-split/dist-install/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/dll-split/dist-install/build/.depend.haskell.tmp2 > utils/dll-split/dist-install/build/.depend.haskell
"rm" -f utils/ghc-pkg/dist/build/.depend.c_asm.tmp  
"rm" -f utils/ghc-pkg/dist/build/.depend.c_asm.bit  
echo "utils/ghc-pkg_dist_depfile_c_asm_EXISTS = YES" >> utils/ghc-pkg/dist/build/.depend.c_asm.tmp
mv utils/ghc-pkg/dist/build/.depend.c_asm.tmp utils/ghc-pkg/dist/build/.depend.c_asm
"rm" -f utils/ghc-pkg/dist/build/.depend.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist/build -Iutils/ghc-pkg/dist/build -iutils/ghc-pkg/dist/build/ghc-pkg/autogen -Iutils/ghc-pkg/dist/build/ghc-pkg/autogen    -optP-DWITH_TERMINFO -optP-include -optPutils/ghc-pkg/dist/build/ghc-pkg/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id Cabal-2.0.0.0 -package-id binary-0.8.4.1 -package-id ghc-boot-8.3 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id terminfo-0.4.0.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/ghc-pkg/dist/build -hidir utils/ghc-pkg/dist/build -stubdir utils/ghc-pkg/dist/build -dep-makefile utils/ghc-pkg/dist/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps   utils/ghc-pkg/./Main.hs  utils/ghc-pkg/dist/build/Version.hs
echo "utils/ghc-pkg_dist_depfile_haskell_EXISTS = YES" >> utils/ghc-pkg/dist/build/.depend.haskell.tmp
for dir in utils/ghc-pkg/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/ghc-pkg/dist/build/.depend.haskell.tmp > utils/ghc-pkg/dist/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/ghc-pkg/dist/build/.depend.haskell.tmp2 > utils/ghc-pkg/dist/build/.depend.haskell
"rm" -f compiler/stage1/build/.depend-v.c_asm.tmp  
gcc -E  -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES  -std=gnu99 -fno-stack-protector -Wall   -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1     -I'/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ/include' -I'/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' -I'/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' -I'/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' -I'/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' -I'/usr/local/include' -I'/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' -I'/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' -I'/usr/local/lib/ghc/include'         -MM -x c compiler/ghci/keepCAFsForGHCi.c -MF compiler/stage1/build/.depend-v.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage1/build/|" -e "1s|stage1/build/stage1/build|stage1/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage1/build/.depend-v.c_asm.bit >> compiler/stage1/build/.depend-v.c_asm.tmp && true  
gcc -E  -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES  -std=gnu99 -fno-stack-protector -Wall   -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1     -I'/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ/include' -I'/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' -I'/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' -I'/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' -I'/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' -I'/usr/local/include' -I'/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' -I'/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' -I'/usr/local/lib/ghc/include'         -MM -x c compiler/cbits/genSym.c -MF compiler/stage1/build/.depend-v.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/cbits/|" -e "1s|compiler/|compiler/stage1/build/|" -e "1s|stage1/build/stage1/build|stage1/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage1/build/.depend-v.c_asm.bit >> compiler/stage1/build/.depend-v.c_asm.tmp && true
"rm" -f compiler/stage1/build/.depend-v.c_asm.bit  
echo "compiler_stage1_depfile_c_asm_EXISTS = YES" >> compiler/stage1/build/.depend-v.c_asm.tmp
mv compiler/stage1/build/.depend-v.c_asm.tmp compiler/stage1/build/.depend-v.c_asm
"/usr/local/bin/alex"  -g --latin1   compiler/cmm/CmmLex.x -o compiler/stage1/build/CmmLex.hs
"/usr/local/bin/happy"  -agc --strict    compiler/cmm/CmmParse.y -o compiler/stage1/build/CmmParse.hs
"/usr/local/bin/alex"  -g --latin1   compiler/parser/Lexer.x -o compiler/stage1/build/Lexer.hs
"/usr/local/bin/happy"  -agc --strict    compiler/parser/Parser.y -o compiler/stage1/build/Parser.hs
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build    -c utils/hsc2hs/./HSCParser.hs -o utils/hsc2hs/dist/build/HSCParser.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build    -c utils/hsc2hs/./Flags.hs -o utils/hsc2hs/dist/build/Flags.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build    -c utils/hsc2hs/./Common.hs -o utils/hsc2hs/dist/build/Common.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build    -c utils/hsc2hs/./C.hs -o utils/hsc2hs/dist/build/C.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build    -c utils/hsc2hs/./UtilsCodegen.hs -o utils/hsc2hs/dist/build/UtilsCodegen.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build    -c utils/hsc2hs/./DirectCodegen.hs -o utils/hsc2hs/dist/build/DirectCodegen.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build    -c utils/hsc2hs/./CrossCodegen.hs -o utils/hsc2hs/dist/build/CrossCodegen.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build    -c utils/hsc2hs/dist/build/hsc2hs/autogen/Paths_hsc2hs.hs -o utils/hsc2hs/dist/build/Paths_hsc2hs.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build    -c utils/hsc2hs/./Main.hs -o utils/hsc2hs/dist/build/Main.o 
"inplace/bin/mkdirhier" utils/hsc2hs/dist/build/tmp//.
"/usr/local/bin/ghc" -o utils/hsc2hs/dist/build/tmp/hsc2hs -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/hsc2hs/dist/build -hidir utils/hsc2hs/dist/build -stubdir utils/hsc2hs/dist/build    -optl-optl-Wl,-z -optl-optl-Wl,wxneeded -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist/build -Iutils/hsc2hs/dist/build -iutils/hsc2hs/dist/build/hsc2hs/autogen -Iutils/hsc2hs/dist/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -XHaskell2010  -no-user-package-db -rtsopts       utils/hsc2hs/dist/build/Main.o utils/hsc2hs/dist/build/C.o utils/hsc2hs/dist/build/Common.o utils/hsc2hs/dist/build/CrossCodegen.o utils/hsc2hs/dist/build/DirectCodegen.o utils/hsc2hs/dist/build/Flags.o utils/hsc2hs/dist/build/HSCParser.o utils/hsc2hs/dist/build/UtilsCodegen.o utils/hsc2hs/dist/build/Paths_hsc2hs.o    
/usr/local/lib/ghc/rts/libHSrts.a(RtsUtils.o): In function `showStgWord64':

rts/RtsUtils.c:204:0:
     warning: warning: sprintf() is often misused, please use snprintf()
/usr/local/lib/ghc/rts/libHSrts.a(RtsFlags.o): In function `copyArg':

rts/RtsFlags.c:1685:0:
     warning: warning: strcpy() is almost always misused, please use strlcpy()
"inplace/bin/mkdirhier" inplace/lib/bin//.
/usr/bin/install -c -m 755 utils/hsc2hs/dist/build/tmp/hsc2hs inplace/lib/bin/hsc2hs
"cp" utils/hsc2hs/template-hsc.h inplace/lib/template-hsc.h
"rm" -f                                                     inplace/bin/hsc2hs  
echo '#!/bin/sh'                                                   >> inplace/bin/hsc2hs
echo 'executablename="/home/asteen/devl/ghc/inplace/lib/bin/hsc2hs"'                                  >> inplace/bin/hsc2hs
echo 'datadir="/home/asteen/devl/ghc/inplace/lib"'                             >> inplace/bin/hsc2hs
echo 'bindir="/home/asteen/devl/ghc/inplace/bin"'                              >> inplace/bin/hsc2hs
echo 'topdir="/home/asteen/devl/ghc/inplace/lib"'                           >> inplace/bin/hsc2hs
echo 'pgmgcc="gcc"'                                               >> inplace/bin/hsc2hs
echo 'export LD_LIBRARY_PATH="/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ:/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm:/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx:/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn:/usr/local/lib/ghc/filep_Ey7a1in9roBAE8bUFJ5R9m:/usr/local/lib/ghc/conta_2C3ZI8RgPO2LBMidXKTvIU:/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6:/usr/local/lib/ghc/deeps_6vMKxt5sPFR0XsbRWvvq59:/usr/local/lib/ghc/array_67iodizgJQIIxYVTp4emlA:/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM:/usr/local/lib:/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS:/usr/local/lib/ghc/ghcpr_8TmvWUcS1U1IKHT0levwg3:/usr/local/lib/ghc/rts${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"' >> inplace/bin/hsc2hs
cat utils/hsc2hs/hsc2hs.wrapper                                     >> inplace/bin/hsc2hs
chmod +x                                                     inplace/bin/hsc2hs
"inplace/bin/hsc2hs" '--cc=cc' '--ld=cc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Icompiler/stage1/build/./autogen' '--cflag=-Icompiler/.' '--cflag=-Icompiler/parser' '--cflag=-Icompiler/utils' '--cflag=-Icompiler/stage1' '--cflag=-I/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ/include' '--cflag=-I/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' '--cflag=-I/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' '--cflag=-I/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' '--cflag=-I/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' '--cflag=-I/usr/local/include' '--cflag=-I/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' '--cflag=-I/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' '--cflag=-I/usr/local/lib/ghc/include'  --cflag=-Icompiler/stage1/build/./autogen --cflag=-include --cflag=compiler/stage1/build/./autogen/cabal_macros.h   compiler/utils/Fingerprint.hsc -o compiler/stage1/build/Fingerprint.hs
"inplace/bin/hsc2hs" '--cc=cc' '--ld=cc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Icompiler/stage1/build/./autogen' '--cflag=-Icompiler/.' '--cflag=-Icompiler/parser' '--cflag=-Icompiler/utils' '--cflag=-Icompiler/stage1' '--cflag=-I/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ/include' '--cflag=-I/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' '--cflag=-I/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' '--cflag=-I/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' '--cflag=-I/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' '--cflag=-I/usr/local/include' '--cflag=-I/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' '--cflag=-I/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' '--cflag=-I/usr/local/lib/ghc/include'  --cflag=-Icompiler/stage1/build/./autogen --cflag=-include --cflag=compiler/stage1/build/./autogen/cabal_macros.h   compiler/ghci/GHCi.hsc -o compiler/stage1/build/GHCi.hs
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/deriveConstants/. -iutils/deriveConstants/dist/build -Iutils/deriveConstants/dist/build -iutils/deriveConstants/dist/build/deriveConstants/autogen -Iutils/deriveConstants/dist/build/deriveConstants/autogen     -optP-include -optPutils/deriveConstants/dist/build/deriveConstants/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/deriveConstants/dist/build -hidir utils/deriveConstants/dist/build -stubdir utils/deriveConstants/dist/build    -c utils/deriveConstants/./Main.hs -o utils/deriveConstants/dist/build/Main.o 
"inplace/bin/mkdirhier" utils/deriveConstants/dist/build/tmp//.
"/usr/local/bin/ghc" -o utils/deriveConstants/dist/build/tmp/deriveConstants -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/deriveConstants/. -iutils/deriveConstants/dist/build -Iutils/deriveConstants/dist/build -iutils/deriveConstants/dist/build/deriveConstants/autogen -Iutils/deriveConstants/dist/build/deriveConstants/autogen     -optP-include -optPutils/deriveConstants/dist/build/deriveConstants/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/deriveConstants/dist/build -hidir utils/deriveConstants/dist/build -stubdir utils/deriveConstants/dist/build    -optl-optl-Wl,-z -optl-optl-Wl,wxneeded -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/deriveConstants/. -iutils/deriveConstants/dist/build -Iutils/deriveConstants/dist/build -iutils/deriveConstants/dist/build/deriveConstants/autogen -Iutils/deriveConstants/dist/build/deriveConstants/autogen     -optP-include -optPutils/deriveConstants/dist/build/deriveConstants/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -XHaskell2010  -no-user-package-db -rtsopts       utils/deriveConstants/dist/build/Main.o    
/usr/local/lib/ghc/rts/libHSrts.a(RtsUtils.o): In function `showStgWord64':

rts/RtsUtils.c:204:0:
     warning: warning: sprintf() is often misused, please use snprintf()
/usr/local/lib/ghc/rts/libHSrts.a(RtsFlags.o): In function `copyArg':

rts/RtsFlags.c:1685:0:
     warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/bin/install -c -m 755 utils/deriveConstants/dist/build/tmp/deriveConstants inplace/lib/bin/deriveConstants
"rm" -f                                                     inplace/bin/deriveConstants  
echo '#!/bin/sh'                                                   >> inplace/bin/deriveConstants
echo 'executablename="/home/asteen/devl/ghc/inplace/lib/bin/deriveConstants"'                                  >> inplace/bin/deriveConstants
echo 'datadir="/home/asteen/devl/ghc/inplace/lib"'                             >> inplace/bin/deriveConstants
echo 'bindir="/home/asteen/devl/ghc/inplace/bin"'                              >> inplace/bin/deriveConstants
echo 'topdir="/home/asteen/devl/ghc/inplace/lib"'                           >> inplace/bin/deriveConstants
echo 'pgmgcc="gcc"'                                               >> inplace/bin/deriveConstants
echo 'export LD_LIBRARY_PATH="/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ:/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm:/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx:/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn:/usr/local/lib/ghc/filep_Ey7a1in9roBAE8bUFJ5R9m:/usr/local/lib/ghc/conta_2C3ZI8RgPO2LBMidXKTvIU:/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6:/usr/local/lib/ghc/deeps_6vMKxt5sPFR0XsbRWvvq59:/usr/local/lib/ghc/array_67iodizgJQIIxYVTp4emlA:/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM:/usr/local/lib:/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS:/usr/local/lib/ghc/ghcpr_8TmvWUcS1U1IKHT0levwg3:/usr/local/lib/ghc/rts${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"' >> inplace/bin/deriveConstants
echo 'exec "$executablename" ${1+"$@"}'                     >> inplace/bin/deriveConstants
chmod +x                                                     inplace/bin/deriveConstants
"inplace/bin/mkdirhier" includes/dist-derivedconstants/header//.
inplace/bin/deriveConstants --gen-haskell-type -o includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs --tmpdir includes/dist-derivedconstants/header/ --gcc-program "gcc" --gcc-flag -Wall --gcc-flag -std=gnu99 --gcc-flag -fno-stack-protector --gcc-flag -Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-derivedconstants/header --gcc-flag -Iincludes/dist-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program "/usr/bin/nm" --objdump-program "/usr/bin/objdump" --target-os "openbsd"
inplace/bin/deriveConstants --gen-haskell-wrappers -o includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs --tmpdir includes/dist-derivedconstants/header/ --gcc-program "gcc" --gcc-flag -Wall --gcc-flag -std=gnu99 --gcc-flag -fno-stack-protector --gcc-flag -Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-derivedconstants/header --gcc-flag -Iincludes/dist-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program "/usr/bin/nm" --objdump-program "/usr/bin/objdump" --target-os "openbsd"
inplace/bin/deriveConstants --gen-haskell-exports -o includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs --tmpdir includes/dist-derivedconstants/header/ --gcc-program "gcc" --gcc-flag -Wall --gcc-flag -std=gnu99 --gcc-flag -fno-stack-protector --gcc-flag -Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-derivedconstants/header --gcc-flag -Iincludes/dist-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program "/usr/bin/nm" --objdump-program "/usr/bin/objdump" --target-os "openbsd"
Creating includes/ghcversion.h...
Done.
inplace/bin/deriveConstants --gen-header -o includes/dist-derivedconstants/header/DerivedConstants.h --tmpdir includes/dist-derivedconstants/header/ --gcc-program "gcc" --gcc-flag -Wall --gcc-flag -std=gnu99 --gcc-flag -fno-stack-protector --gcc-flag -Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-derivedconstants/header --gcc-flag -Iincludes/dist-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program "/usr/bin/nm" --objdump-program "/usr/bin/objdump" --target-os "openbsd"
gcc -E -undef -traditional -P -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header  -Icompiler/stage1 -x c compiler/prelude/primops.txt.pp | grep -v '^#pragma GCC' > compiler/stage1/build/primops.txt
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/genprimopcode/autogen -Iutils/genprimopcode/dist/build/genprimopcode/autogen     -optP-include -optPutils/genprimopcode/dist/build/genprimopcode/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build    -c utils/genprimopcode/./Syntax.hs -o utils/genprimopcode/dist/build/Syntax.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/genprimopcode/autogen -Iutils/genprimopcode/dist/build/genprimopcode/autogen     -optP-include -optPutils/genprimopcode/dist/build/genprimopcode/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build    -c utils/genprimopcode/./ParserM.hs -o utils/genprimopcode/dist/build/ParserM.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/genprimopcode/autogen -Iutils/genprimopcode/dist/build/genprimopcode/autogen     -optP-include -optPutils/genprimopcode/dist/build/genprimopcode/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build    -c utils/genprimopcode/dist/build/Lexer.hs -o utils/genprimopcode/dist/build/Lexer.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/genprimopcode/autogen -Iutils/genprimopcode/dist/build/genprimopcode/autogen     -optP-include -optPutils/genprimopcode/dist/build/genprimopcode/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build    -c utils/genprimopcode/dist/build/Parser.hs -o utils/genprimopcode/dist/build/Parser.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/genprimopcode/autogen -Iutils/genprimopcode/dist/build/genprimopcode/autogen     -optP-include -optPutils/genprimopcode/dist/build/genprimopcode/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build    -c utils/genprimopcode/./Main.hs -o utils/genprimopcode/dist/build/Main.o 
"inplace/bin/mkdirhier" utils/genprimopcode/dist/build/tmp//.
"/usr/local/bin/ghc" -o utils/genprimopcode/dist/build/tmp/genprimopcode -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/genprimopcode/autogen -Iutils/genprimopcode/dist/build/genprimopcode/autogen     -optP-include -optPutils/genprimopcode/dist/build/genprimopcode/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build    -optl-optl-Wl,-z -optl-optl-Wl,wxneeded -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/genprimopcode/autogen -Iutils/genprimopcode/dist/build/genprimopcode/autogen     -optP-include -optPutils/genprimopcode/dist/build/genprimopcode/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -XHaskell2010  -no-user-package-db -rtsopts       utils/genprimopcode/dist/build/Main.o utils/genprimopcode/dist/build/Lexer.o utils/genprimopcode/dist/build/Parser.o utils/genprimopcode/dist/build/ParserM.o utils/genprimopcode/dist/build/Syntax.o    
/usr/local/lib/ghc/rts/libHSrts.a(RtsUtils.o): In function `showStgWord64':

rts/RtsUtils.c:204:0:
     warning: warning: sprintf() is often misused, please use snprintf()
/usr/local/lib/ghc/rts/libHSrts.a(RtsFlags.o): In function `copyArg':

rts/RtsFlags.c:1685:0:
     warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/bin/install -c -m 755 utils/genprimopcode/dist/build/tmp/genprimopcode inplace/lib/bin/genprimopcode
"rm" -f                                                     inplace/bin/genprimopcode  
echo '#!/bin/sh'                                                   >> inplace/bin/genprimopcode
echo 'executablename="/home/asteen/devl/ghc/inplace/lib/bin/genprimopcode"'                                  >> inplace/bin/genprimopcode
echo 'datadir="/home/asteen/devl/ghc/inplace/lib"'                             >> inplace/bin/genprimopcode
echo 'bindir="/home/asteen/devl/ghc/inplace/bin"'                              >> inplace/bin/genprimopcode
echo 'topdir="/home/asteen/devl/ghc/inplace/lib"'                           >> inplace/bin/genprimopcode
echo 'pgmgcc="gcc"'                                               >> inplace/bin/genprimopcode
echo 'export LD_LIBRARY_PATH="/usr/local/lib/ghc/array_67iodizgJQIIxYVTp4emlA:/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM:/usr/local/lib:/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS:/usr/local/lib/ghc/ghcpr_8TmvWUcS1U1IKHT0levwg3:/usr/local/lib/ghc/rts${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"' >> inplace/bin/genprimopcode
echo 'exec "$executablename" ${1+"$@"}'                     >> inplace/bin/genprimopcode
chmod +x                                                     inplace/bin/genprimopcode
"inplace/bin/genprimopcode" --data-decl          < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-data-decl.hs-incl
"inplace/bin/genprimopcode" --primop-tag         < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-tag.hs-incl
"inplace/bin/genprimopcode" --primop-list        < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-list.hs-incl
"inplace/bin/genprimopcode" --has-side-effects   < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-has-side-effects.hs-incl
"inplace/bin/genprimopcode" --out-of-line        < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-out-of-line.hs-incl
"inplace/bin/genprimopcode" --commutable         < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-commutable.hs-incl
"inplace/bin/genprimopcode" --code-size          < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-code-size.hs-incl
"inplace/bin/genprimopcode" --can-fail           < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-can-fail.hs-incl
"inplace/bin/genprimopcode" --strictness         < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-strictness.hs-incl
"inplace/bin/genprimopcode" --fixity             < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-fixity.hs-incl
"inplace/bin/genprimopcode" --primop-primop-info < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-primop-info.hs-incl
"inplace/bin/genprimopcode" --primop-vector-uniques     < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-vector-uniques.hs-incl
"inplace/bin/genprimopcode" --primop-vector-tys         < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-vector-tys.hs-incl
"inplace/bin/genprimopcode" --primop-vector-tys-exports < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-vector-tys-exports.hs-incl
"inplace/bin/genprimopcode" --primop-vector-tycons      < compiler/stage1/build/primops.txt > compiler/stage1/build/primop-vector-tycons.hs-incl
"rm" -f compiler/stage1/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -dep-makefile compiler/stage1/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   compiler/backpack/DriverBkp.hs  compiler/backpack/BkpSyn.hs  compiler/backpack/NameShape.hs  compiler/backpack/RnModIface.hs  compiler/basicTypes/Avail.hs  compiler/basicTypes/BasicTypes.hs  compiler/basicTypes/ConLike.hs  compiler/basicTypes/DataCon.hs  compiler/basicTypes/PatSyn.hs  compiler/basicTypes/Demand.hs  compiler/cmm/Debug.hs  compiler/utils/Exception.hs  compiler/basicTypes/FieldLabel.hs  compiler/main/GhcMonad.hs  compiler/main/Hooks.hs  compiler/basicTypes/Id.hs  compiler/basicTypes/IdInfo.hs  compiler/basicTypes/Lexeme.hs  compiler/basicTypes/Literal.hs  compiler/llvmGen/Llvm.hs  compiler/llvmGen/Llvm/AbsSyn.hs  compiler/llvmGen/Llvm/MetaData.hs  compiler/llvmGen/Llvm/PpLlvm.hs  compiler/llvmGen/Llvm/Types.hs  compiler/llvmGen/LlvmCodeGen.hs  compiler/llvmGen/LlvmCodeGen/Base.hs  compiler/llvmGen/LlvmCodeGen/CodeGen.hs  compiler/llvmGen/LlvmCodeGen/Data.hs  compiler/llvmGen/LlvmCodeGen/Ppr.hs  compiler/llvmGen/LlvmCodeGen/Regs.hs  compiler/llvmGen/LlvmMangler.hs  compiler/basicTypes/MkId.hs  compiler/basicTypes/Module.hs  compiler/basicTypes/Name.hs  compiler/basicTypes/NameEnv.hs  compiler/basicTypes/NameSet.hs  compiler/basicTypes/OccName.hs  compiler/basicTypes/RdrName.hs  compiler/basicTypes/NameCache.hs  compiler/basicTypes/SrcLoc.hs  compiler/basicTypes/UniqSupply.hs  compiler/basicTypes/Unique.hs  compiler/basicTypes/Var.hs  compiler/basicTypes/VarEnv.hs  compiler/basicTypes/VarSet.hs  compiler/utils/UnVarGraph.hs  compiler/cmm/BlockId.hs  compiler/cmm/CLabel.hs  compiler/cmm/Cmm.hs  compiler/cmm/CmmBuildInfoTables.hs  compiler/cmm/CmmPipeline.hs  compiler/cmm/CmmCallConv.hs  compiler/cmm/CmmCommonBlockElim.hs  compiler/cmm/CmmImplementSwitchPlans.hs  compiler/cmm/CmmContFlowOpt.hs  compiler/cmm/CmmExpr.hs  compiler/cmm/CmmInfo.hs  compiler/stage1/build/CmmLex.hs  compiler/cmm/CmmLint.hs  compiler/cmm/CmmLive.hs  compiler/cmm/CmmMachOp.hs  compiler/cmm/CmmMonad.hs  compiler/cmm/CmmSwitch.hs  compiler/cmm/CmmNode.hs  compiler/cmm/CmmOpt.hs  compiler/stage1/build/CmmParse.hs  compiler/cmm/CmmProcPoint.hs  compiler/cmm/CmmSink.hs  compiler/cmm/CmmType.hs  compiler/cmm/CmmUtils.hs  compiler/cmm/CmmLayoutStack.hs  compiler/utils/EnumSet.hs  compiler/cmm/MkGraph.hs  compiler/nativeGen/PprBase.hs  compiler/cmm/PprC.hs  compiler/cmm/PprCmm.hs  compiler/cmm/PprCmmDecl.hs  compiler/cmm/PprCmmExpr.hs  compiler/cmm/Bitmap.hs  compiler/codeGen/CodeGen/Platform.hs  compiler/codeGen/CodeGen/Platform/ARM.hs  compiler/codeGen/CodeGen/Platform/ARM64.hs  compiler/codeGen/CodeGen/Platform/NoRegs.hs  compiler/codeGen/CodeGen/Platform/PPC.hs  compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs  compiler/codeGen/CodeGen/Platform/SPARC.hs  compiler/codeGen/CodeGen/Platform/X86.hs  compiler/codeGen/CodeGen/Platform/X86_64.hs  compiler/codeGen/CgUtils.hs  compiler/codeGen/StgCmm.hs  compiler/codeGen/StgCmmBind.hs  compiler/codeGen/StgCmmClosure.hs  compiler/codeGen/StgCmmCon.hs  compiler/codeGen/StgCmmEnv.hs  compiler/codeGen/StgCmmExpr.hs  compiler/codeGen/StgCmmForeign.hs  compiler/codeGen/StgCmmHeap.hs  compiler/codeGen/StgCmmHpc.hs  compiler/codeGen/StgCmmArgRep.hs  compiler/codeGen/StgCmmLayout.hs  compiler/codeGen/StgCmmMonad.hs  compiler/codeGen/StgCmmPrim.hs  compiler/codeGen/StgCmmProf.hs  compiler/codeGen/StgCmmTicky.hs  compiler/codeGen/StgCmmUtils.hs  compiler/codeGen/StgCmmExtCode.hs  compiler/cmm/SMRep.hs  compiler/coreSyn/CoreArity.hs  compiler/coreSyn/CoreFVs.hs  compiler/coreSyn/CoreLint.hs  compiler/coreSyn/CorePrep.hs  compiler/coreSyn/CoreSubst.hs  compiler/coreSyn/CoreOpt.hs  compiler/coreSyn/CoreSyn.hs  compiler/coreSyn/TrieMap.hs  compiler/coreSyn/CoreTidy.hs  compiler/coreSyn/CoreUnfold.hs  compiler/coreSyn/CoreUtils.hs  compiler/coreSyn/CoreSeq.hs  compiler/coreSyn/CoreStats.hs  compiler/coreSyn/MkCore.hs  compiler/coreSyn/PprCore.hs  compiler/deSugar/PmExpr.hs  compiler/deSugar/TmOracle.hs  compiler/deSugar/Check.hs  compiler/deSugar/Coverage.hs  compiler/deSugar/Desugar.hs  compiler/deSugar/DsArrows.hs  compiler/deSugar/DsBinds.hs  compiler/deSugar/DsCCall.hs  compiler/deSugar/DsExpr.hs  compiler/deSugar/DsForeign.hs  compiler/deSugar/DsGRHSs.hs  compiler/deSugar/DsListComp.hs  compiler/deSugar/DsMonad.hs  compiler/deSugar/DsUsage.hs  compiler/deSugar/DsUtils.hs  compiler/deSugar/Match.hs  compiler/deSugar/MatchCon.hs  compiler/deSugar/MatchLit.hs  compiler/hsSyn/HsBinds.hs  compiler/hsSyn/HsDecls.hs  compiler/hsSyn/HsDoc.hs  compiler/hsSyn/HsExpr.hs  compiler/hsSyn/HsImpExp.hs  compiler/hsSyn/HsLit.hs  compiler/hsSyn/PlaceHolder.hs  compiler/hsSyn/HsPat.hs  compiler/hsSyn/HsSyn.hs  compiler/hsSyn/HsTypes.hs  compiler/hsSyn/HsUtils.hs  compiler/hsSyn/HsDumpAst.hs  compiler/iface/BinIface.hs  compiler/iface/BinFingerprint.hs  compiler/iface/BuildTyCl.hs  compiler/iface/IfaceEnv.hs  compiler/iface/IfaceSyn.hs  compiler/iface/IfaceType.hs  compiler/iface/ToIface.hs  compiler/iface/LoadIface.hs  compiler/iface/MkIface.hs  compiler/iface/TcIface.hs  compiler/iface/FlagChecker.hs  compiler/main/Annotations.hs  compiler/main/CmdLineParser.hs  compiler/main/CodeOutput.hs  compiler/stage1/build/Config.hs  compiler/main/Constants.hs  compiler/main/DriverMkDepend.hs  compiler/main/DriverPhases.hs  compiler/main/PipelineMonad.hs  compiler/main/DriverPipeline.hs  compiler/main/DynFlags.hs  compiler/main/ErrUtils.hs  compiler/main/Finder.hs  compiler/main/GHC.hs  compiler/main/GhcMake.hs  compiler/main/GhcPlugins.hs  compiler/main/DynamicLoading.hs  compiler/main/HeaderInfo.hs  compiler/main/HscMain.hs  compiler/main/HscStats.hs  compiler/main/HscTypes.hs  compiler/main/InteractiveEval.hs  compiler/main/InteractiveEvalTypes.hs  compiler/main/PackageConfig.hs  compiler/main/Packages.hs  compiler/main/PlatformConstants.hs  compiler/main/Plugins.hs  compiler/typecheck/TcPluginM.hs  compiler/main/PprTyThing.hs  compiler/main/StaticPtrTable.hs  compiler/main/SysTools.hs  compiler/main/SysTools/Terminal.hs  compiler/main/Elf.hs  compiler/main/TidyPgm.hs  compiler/parser/Ctype.hs  compiler/parser/HaddockUtils.hs  compiler/stage1/build/Lexer.hs  compiler/types/OptCoercion.hs  compiler/stage1/build/Parser.hs  compiler/parser/RdrHsSyn.hs  compiler/parser/ApiAnnotation.hs  compiler/prelude/ForeignCall.hs  compiler/prelude/KnownUniques.hs  compiler/prelude/PrelInfo.hs  compiler/prelude/PrelNames.hs  compiler/prelude/PrelRules.hs  compiler/prelude/PrimOp.hs  compiler/prelude/TysPrim.hs  compiler/prelude/TysWiredIn.hs  compiler/profiling/CostCentre.hs  compiler/profiling/ProfInit.hs  compiler/profiling/SCCfinal.hs  compiler/rename/RnBinds.hs  compiler/rename/RnEnv.hs  compiler/rename/RnExpr.hs  compiler/rename/RnHsDoc.hs  compiler/rename/RnNames.hs  compiler/rename/RnPat.hs  compiler/rename/RnSource.hs  compiler/rename/RnSplice.hs  compiler/rename/RnTypes.hs  compiler/simplCore/CoreMonad.hs  compiler/simplCore/CSE.hs  compiler/simplCore/FloatIn.hs  compiler/simplCore/FloatOut.hs  compiler/simplCore/LiberateCase.hs  compiler/simplCore/OccurAnal.hs  compiler/simplCore/SAT.hs  compiler/simplCore/SetLevels.hs  compiler/simplCore/SimplCore.hs  compiler/simplCore/SimplEnv.hs  compiler/simplCore/SimplMonad.hs  compiler/simplCore/SimplUtils.hs  compiler/simplCore/Simplify.hs  compiler/simplStg/SimplStg.hs  compiler/simplStg/StgStats.hs  compiler/simplStg/StgCse.hs  compiler/simplStg/UnariseStg.hs  compiler/simplStg/RepType.hs  compiler/specialise/Rules.hs  compiler/specialise/SpecConstr.hs  compiler/specialise/Specialise.hs  compiler/stgSyn/CoreToStg.hs  compiler/stgSyn/StgLint.hs  compiler/stgSyn/StgSyn.hs  compiler/simplCore/CallArity.hs  compiler/stranal/DmdAnal.hs  compiler/stranal/WorkWrap.hs  compiler/stranal/WwLib.hs  compiler/typecheck/FamInst.hs  compiler/typecheck/Inst.hs  compiler/typecheck/TcAnnotations.hs  compiler/typecheck/TcArrows.hs  compiler/typecheck/TcBinds.hs  compiler/typecheck/TcSigs.hs  compiler/typecheck/TcClassDcl.hs  compiler/typecheck/TcDefaults.hs  compiler/typecheck/TcDeriv.hs  compiler/typecheck/TcDerivInfer.hs  compiler/typecheck/TcDerivUtils.hs  compiler/typecheck/TcEnv.hs  compiler/typecheck/TcExpr.hs  compiler/typecheck/TcForeign.hs  compiler/typecheck/TcGenDeriv.hs  compiler/typecheck/TcGenFunctor.hs  compiler/typecheck/TcGenGenerics.hs  compiler/typecheck/TcHsSyn.hs  compiler/typecheck/TcHsType.hs  compiler/typecheck/TcInstDcls.hs  compiler/typecheck/TcMType.hs  compiler/typecheck/TcValidity.hs  compiler/typecheck/TcMatches.hs  compiler/typecheck/TcPat.hs  compiler/typecheck/TcPatSyn.hs  compiler/typecheck/TcRnDriver.hs  compiler/typecheck/TcBackpack.hs  compiler/typecheck/TcRnExports.hs  compiler/typecheck/TcRnMonad.hs  compiler/typecheck/TcRnTypes.hs  compiler/typecheck/TcRules.hs  compiler/typecheck/TcSimplify.hs  compiler/typecheck/TcErrors.hs  compiler/typecheck/TcTyClsDecls.hs  compiler/typecheck/TcTyDecls.hs  compiler/typecheck/TcTypeable.hs  compiler/typecheck/TcType.hs  compiler/typecheck/TcEvidence.hs  compiler/typecheck/TcUnify.hs  compiler/typecheck/TcInteract.hs  compiler/typecheck/TcCanonical.hs  compiler/typecheck/TcFlatten.hs  compiler/typecheck/TcSMonad.hs  compiler/typecheck/TcTypeNats.hs  compiler/typecheck/TcSplice.hs  compiler/types/Class.hs  compiler/types/Coercion.hs  compiler/deSugar/DsMeta.hs  compiler/prelude/THNames.hs  compiler/types/FamInstEnv.hs  compiler/typecheck/FunDeps.hs  compiler/types/InstEnv.hs  compiler/types/TyCon.hs  compiler/types/CoAxiom.hs  compiler/types/Kind.hs  compiler/types/Type.hs  compiler/types/TyCoRep.hs  compiler/types/Unify.hs  compiler/utils/Bag.hs  compiler/utils/Binary.hs  compiler/utils/BooleanFormula.hs  compiler/utils/BufWrite.hs  compiler/utils/Digraph.hs  compiler/utils/Encoding.hs  compiler/utils/FastFunctions.hs  compiler/utils/FastMutInt.hs  compiler/utils/FastString.hs  compiler/utils/FastStringEnv.hs  compiler/stage1/build/Fingerprint.hs  compiler/utils/FiniteMap.hs  compiler/utils/FV.hs  compiler/utils/GraphBase.hs  compiler/utils/GraphColor.hs  compiler/utils/GraphOps.hs  compiler/utils/GraphPpr.hs  compiler/utils/IOEnv.hs  compiler/utils/Json.hs  compiler/utils/ListSetOps.hs  compiler/utils/ListT.hs  compiler/utils/Maybes.hs  compiler/utils/MonadUtils.hs  compiler/utils/OrdList.hs  compiler/utils/Outputable.hs  compiler/utils/Pair.hs  compiler/utils/Panic.hs  compiler/utils/PprColour.hs  compiler/utils/Pretty.hs  compiler/utils/State.hs  compiler/utils/Stream.hs  compiler/utils/StringBuffer.hs  compiler/utils/UniqDFM.hs  compiler/utils/UniqDSet.hs  compiler/utils/UniqFM.hs  compiler/utils/UniqMap.hs  compiler/utils/UniqSet.hs  compiler/utils/Util.hs  compiler/vectorise/Vectorise/Builtins/Base.hs  compiler/vectorise/Vectorise/Builtins/Initialise.hs  compiler/vectorise/Vectorise/Builtins.hs  compiler/vectorise/Vectorise/Monad/Base.hs  compiler/vectorise/Vectorise/Monad/Naming.hs  compiler/vectorise/Vectorise/Monad/Local.hs  compiler/vectorise/Vectorise/Monad/Global.hs  compiler/vectorise/Vectorise/Monad/InstEnv.hs  compiler/vectorise/Vectorise/Monad.hs  compiler/vectorise/Vectorise/Utils/Base.hs  compiler/vectorise/Vectorise/Utils/Closure.hs  compiler/vectorise/Vectorise/Utils/Hoisting.hs  compiler/vectorise/Vectorise/Utils/PADict.hs  compiler/vectorise/Vectorise/Utils/Poly.hs  compiler/vectorise/Vectorise/Utils.hs  compiler/vectorise/Vectorise/Generic/Description.hs  compiler/vectorise/Vectorise/Generic/PAMethods.hs  compiler/vectorise/Vectorise/Generic/PADict.hs  compiler/vectorise/Vectorise/Generic/PData.hs  compiler/vectorise/Vectorise/Type/Env.hs  compiler/vectorise/Vectorise/Type/Type.hs  compiler/vectorise/Vectorise/Type/TyConDecl.hs  compiler/vectorise/Vectorise/Type/Classify.hs  compiler/vectorise/Vectorise/Convert.hs  compiler/vectorise/Vectorise/Vect.hs  compiler/vectorise/Vectorise/Var.hs  compiler/vectorise/Vectorise/Env.hs  compiler/vectorise/Vectorise/Exp.hs  compiler/vectorise/Vectorise.hs  compiler/cmm/Hoopl/Dataflow.hs  compiler/cmm/Hoopl.hs  compiler/nativeGen/AsmCodeGen.hs  compiler/nativeGen/TargetReg.hs  compiler/nativeGen/NCGMonad.hs  compiler/nativeGen/Instruction.hs  compiler/nativeGen/Format.hs  compiler/nativeGen/Reg.hs  compiler/nativeGen/RegClass.hs  compiler/nativeGen/PIC.hs  compiler/utils/Platform.hs  compiler/nativeGen/CPrim.hs  compiler/nativeGen/X86/Regs.hs  compiler/nativeGen/X86/RegInfo.hs  compiler/nativeGen/X86/Instr.hs  compiler/nativeGen/X86/Cond.hs  compiler/nativeGen/X86/Ppr.hs  compiler/nativeGen/X86/CodeGen.hs  compiler/nativeGen/PPC/Regs.hs  compiler/nativeGen/PPC/RegInfo.hs  compiler/nativeGen/PPC/Instr.hs  compiler/nativeGen/PPC/Cond.hs  compiler/nativeGen/PPC/Ppr.hs  compiler/nativeGen/PPC/CodeGen.hs  compiler/nativeGen/SPARC/Base.hs  compiler/nativeGen/SPARC/Regs.hs  compiler/nativeGen/SPARC/Imm.hs  compiler/nativeGen/SPARC/AddrMode.hs  compiler/nativeGen/SPARC/Cond.hs  compiler/nativeGen/SPARC/Instr.hs  compiler/nativeGen/SPARC/Stack.hs  compiler/nativeGen/SPARC/ShortcutJump.hs  compiler/nativeGen/SPARC/Ppr.hs  compiler/nativeGen/SPARC/CodeGen.hs  compiler/nativeGen/SPARC/CodeGen/Amode.hs  compiler/nativeGen/SPARC/CodeGen/Base.hs  compiler/nativeGen/SPARC/CodeGen/CondCode.hs  compiler/nativeGen/SPARC/CodeGen/Gen32.hs  compiler/nativeGen/SPARC/CodeGen/Gen64.hs  compiler/nativeGen/SPARC/CodeGen/Sanity.hs  compiler/nativeGen/SPARC/CodeGen/Expand.hs  compiler/nativeGen/RegAlloc/Liveness.hs  compiler/nativeGen/RegAlloc/Graph/Main.hs  compiler/nativeGen/RegAlloc/Graph/Stats.hs  compiler/nativeGen/RegAlloc/Graph/ArchBase.hs  compiler/nativeGen/RegAlloc/Graph/ArchX86.hs  compiler/nativeGen/RegAlloc/Graph/Coalesce.hs  compiler/nativeGen/RegAlloc/Graph/Spill.hs  compiler/nativeGen/RegAlloc/Graph/SpillClean.hs  compiler/nativeGen/RegAlloc/Graph/SpillCost.hs  compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs  compiler/nativeGen/RegAlloc/Linear/Main.hs  compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs  compiler/nativeGen/RegAlloc/Linear/State.hs  compiler/nativeGen/RegAlloc/Linear/Stats.hs  compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs  compiler/nativeGen/RegAlloc/Linear/StackMap.hs  compiler/nativeGen/RegAlloc/Linear/Base.hs  compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs  compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs  compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs  compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs  compiler/nativeGen/Dwarf.hs  compiler/nativeGen/Dwarf/Types.hs  compiler/nativeGen/Dwarf/Constants.hs  compiler/hsSyn/Convert.hs  compiler/ghci/ByteCodeTypes.hs  compiler/ghci/ByteCodeAsm.hs  compiler/ghci/ByteCodeGen.hs  compiler/ghci/ByteCodeInstr.hs  compiler/ghci/ByteCodeItbls.hs  compiler/ghci/ByteCodeLink.hs  compiler/ghci/Debugger.hs  compiler/ghci/Linker.hs  compiler/ghci/RtClosureInspect.hs  compiler/ghci/DebuggerUtils.hs  compiler/stage1/build/GHCi.hs
<<ghc: 3696237928 bytes, 3269 GCs, 16606737/41291584 avg/max bytes residency (11 samples), 101M in use, 0.014 INIT (0.005 elapsed), 10.621 MUT (20.125 elapsed), 3.063 GC (3.021 elapsed) :ghc>>
echo "compiler_stage1_depfile_haskell_EXISTS = YES" >> compiler/stage1/build/.depend-v.haskell.tmp
for dir in compiler/stage1/build/./ compiler/stage1/build/CodeGen/ compiler/stage1/build/CodeGen/Platform/ compiler/stage1/build/Dwarf/ compiler/stage1/build/Hoopl/ compiler/stage1/build/Llvm/ compiler/stage1/build/LlvmCodeGen/ compiler/stage1/build/PPC/ compiler/stage1/build/RegAlloc/ compiler/stage1/build/RegAlloc/Graph/ compiler/stage1/build/RegAlloc/Linear/ compiler/stage1/build/RegAlloc/Linear/PPC/ compiler/stage1/build/RegAlloc/Linear/SPARC/ compiler/stage1/build/RegAlloc/Linear/X86/ compiler/stage1/build/RegAlloc/Linear/X86_64/ compiler/stage1/build/SPARC/ compiler/stage1/build/SPARC/CodeGen/ compiler/stage1/build/SysTools/ compiler/stage1/build/Vectorise/ compiler/stage1/build/Vectorise/Builtins/ compiler/stage1/build/Vectorise/Generic/ compiler/stage1/build/Vectorise/Monad/ compiler/stage1/build/Vectorise/Type/ compiler/stage1/build/Vectorise/Utils/ compiler/stage1/build/X86/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' compiler/stage1/build/.depend-v.haskell.tmp > compiler/stage1/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' compiler/stage1/build/.depend-v.haskell.tmp2 > compiler/stage1/build/.depend-v.haskell
"rm" -f libraries/ghci/dist-boot/build/.depend-v.c_asm.tmp  
"rm" -f libraries/ghci/dist-boot/build/.depend-v.c_asm.bit  
echo "libraries/ghci_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/ghci/dist-boot/build/.depend-v.c_asm.tmp
mv libraries/ghci/dist-boot/build/.depend-v.c_asm.tmp libraries/ghci/dist-boot/build/.depend-v.c_asm
"inplace/bin/mkdirhier" libraries/ghci/dist-boot/build/GHCi//.
"inplace/bin/hsc2hs" '--cc=cc' '--ld=cc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/ghci/dist-boot/build/./autogen' '--cflag=-Ilibraries/ghci/.' '--cflag=-I/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' '--cflag=-I/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' '--cflag=-I/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' '--cflag=-I/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' '--cflag=-I/usr/local/include' '--cflag=-I/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' '--cflag=-I/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' '--cflag=-I/usr/local/lib/ghc/include'  --cflag=-Ilibraries/ghci/dist-boot/build/./autogen --cflag=-include --cflag=libraries/ghci/dist-boot/build/./autogen/cabal_macros.h   libraries/ghci/./GHCi/FFI.hsc -o libraries/ghci/dist-boot/build/GHCi/FFI.hs
"inplace/bin/hsc2hs" '--cc=cc' '--ld=cc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/ghci/dist-boot/build/./autogen' '--cflag=-Ilibraries/ghci/.' '--cflag=-I/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' '--cflag=-I/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' '--cflag=-I/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' '--cflag=-I/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' '--cflag=-I/usr/local/include' '--cflag=-I/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' '--cflag=-I/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' '--cflag=-I/usr/local/lib/ghc/include'  --cflag=-Ilibraries/ghci/dist-boot/build/./autogen --cflag=-include --cflag=libraries/ghci/dist-boot/build/./autogen/cabal_macros.h   libraries/ghci/./GHCi/InfoTable.hsc -o libraries/ghci/dist-boot/build/GHCi/InfoTable.hs
"rm" -f libraries/ghci/dist-boot/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-boot/build -Ilibraries/ghci/dist-boot/build -ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/.    -optP-include -optPlibraries/ghci/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghci/dist-boot/build -hidir libraries/ghci/dist-boot/build -stubdir libraries/ghci/dist-boot/build -dep-makefile libraries/ghci/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   libraries/ghci/./GHCi/BreakArray.hs  libraries/ghci/./GHCi/Message.hs  libraries/ghci/./GHCi/ResolvedBCO.hs  libraries/ghci/./GHCi/RemoteTypes.hs  libraries/ghci/dist-boot/build/GHCi/FFI.hs  libraries/ghci/dist-boot/build/GHCi/InfoTable.hs  libraries/ghci/./GHCi/StaticPtrTable.hs  libraries/ghci/./GHCi/TH/Binary.hs  libraries/ghci/./SizedSeq.hs
echo "libraries/ghci_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/ghci/dist-boot/build/.depend-v.haskell.tmp
for dir in libraries/ghci/dist-boot/build/./ libraries/ghci/dist-boot/build/GHCi/ libraries/ghci/dist-boot/build/GHCi/TH/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/ghci/dist-boot/build/.depend-v.haskell.tmp > libraries/ghci/dist-boot/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/ghci/dist-boot/build/.depend-v.haskell.tmp2 > libraries/ghci/dist-boot/build/.depend-v.haskell
"rm" -f libraries/terminfo/dist-boot/build/.depend-v.c_asm.tmp  
"rm" -f libraries/terminfo/dist-boot/build/.depend-v.c_asm.bit  
echo "libraries/terminfo_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/terminfo/dist-boot/build/.depend-v.c_asm.tmp
mv libraries/terminfo/dist-boot/build/.depend-v.c_asm.tmp libraries/terminfo/dist-boot/build/.depend-v.c_asm
"rm" -f libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key terminfo-0.4.0.2 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/.    -optP-include -optPlibraries/terminfo/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -Wall -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build -dep-makefile libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   libraries/terminfo/./System/Console/Terminfo.hs  libraries/terminfo/./System/Console/Terminfo/Base.hs  libraries/terminfo/./System/Console/Terminfo/Cursor.hs  libraries/terminfo/./System/Console/Terminfo/Color.hs  libraries/terminfo/./System/Console/Terminfo/Edit.hs  libraries/terminfo/./System/Console/Terminfo/Effects.hs  libraries/terminfo/./System/Console/Terminfo/Keys.hs
echo "libraries/terminfo_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp
for dir in libraries/terminfo/dist-boot/build/System/Console/ libraries/terminfo/dist-boot/build/System/Console/Terminfo/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp > libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/terminfo/dist-boot/build/.depend-v.haskell.tmp2 > libraries/terminfo/dist-boot/build/.depend-v.haskell
"rm" -f libraries/transformers/dist-boot/build/.depend-v.c_asm.tmp  
"rm" -f libraries/transformers/dist-boot/build/.depend-v.c_asm.bit  
echo "libraries/transformers_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/transformers/dist-boot/build/.depend-v.c_asm.tmp
mv libraries/transformers/dist-boot/build/.depend-v.c_asm.tmp libraries/transformers/dist-boot/build/.depend-v.c_asm
"rm" -f libraries/transformers/dist-boot/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build -dep-makefile libraries/transformers/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   libraries/transformers/./Control/Applicative/Backwards.hs  libraries/transformers/./Control/Applicative/Lift.hs  libraries/transformers/./Control/Monad/Signatures.hs  libraries/transformers/./Control/Monad/Trans/Class.hs  libraries/transformers/./Control/Monad/Trans/Cont.hs  libraries/transformers/./Control/Monad/Trans/Except.hs  libraries/transformers/./Control/Monad/Trans/Error.hs  libraries/transformers/./Control/Monad/Trans/Identity.hs  libraries/transformers/./Control/Monad/Trans/List.hs  libraries/transformers/./Control/Monad/Trans/Maybe.hs  libraries/transformers/./Control/Monad/Trans/Reader.hs  libraries/transformers/./Control/Monad/Trans/RWS.hs  libraries/transformers/./Control/Monad/Trans/RWS/Lazy.hs  libraries/transformers/./Control/Monad/Trans/RWS/Strict.hs  libraries/transformers/./Control/Monad/Trans/State.hs  libraries/transformers/./Control/Monad/Trans/State/Lazy.hs  libraries/transformers/./Control/Monad/Trans/State/Strict.hs  libraries/transformers/./Control/Monad/Trans/Writer.hs  libraries/transformers/./Control/Monad/Trans/Writer/Lazy.hs  libraries/transformers/./Control/Monad/Trans/Writer/Strict.hs  libraries/transformers/./Data/Functor/Constant.hs  libraries/transformers/./Data/Functor/Reverse.hs  libraries/transformers/legacy/pre711/Control/Monad/IO/Class.hs  libraries/transformers/legacy/pre711/Data/Functor/Classes.hs  libraries/transformers/legacy/pre711/Data/Functor/Compose.hs  libraries/transformers/legacy/pre711/Data/Functor/Product.hs  libraries/transformers/legacy/pre711/Data/Functor/Sum.hs
echo "libraries/transformers_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/transformers/dist-boot/build/.depend-v.haskell.tmp
for dir in libraries/transformers/dist-boot/build/Control/Applicative/ libraries/transformers/dist-boot/build/Control/Monad/ libraries/transformers/dist-boot/build/Control/Monad/IO/ libraries/transformers/dist-boot/build/Control/Monad/Trans/ libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS/ libraries/transformers/dist-boot/build/Control/Monad/Trans/State/ libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer/ libraries/transformers/dist-boot/build/Data/Functor/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/transformers/dist-boot/build/.depend-v.haskell.tmp > libraries/transformers/dist-boot/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/transformers/dist-boot/build/.depend-v.haskell.tmp2 > libraries/transformers/dist-boot/build/.depend-v.haskell
"rm" -f libraries/hoopl/dist-boot/build/.depend-v.c_asm.tmp  
"rm" -f libraries/hoopl/dist-boot/build/.depend-v.c_asm.bit  
echo "libraries/hoopl_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/hoopl/dist-boot/build/.depend-v.c_asm.tmp
mv libraries/hoopl/dist-boot/build/.depend-v.c_asm.tmp libraries/hoopl/dist-boot/build/.depend-v.c_asm
"rm" -f libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build -dep-makefile libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   libraries/hoopl/src/Compiler/Hoopl.hs  libraries/hoopl/src/Compiler/Hoopl/Internals.hs  libraries/hoopl/src/Compiler/Hoopl/Wrappers.hs  libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs  libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs  libraries/hoopl/src/Compiler/Hoopl/Checkpoint.hs  libraries/hoopl/src/Compiler/Hoopl/Collections.hs  libraries/hoopl/src/Compiler/Hoopl/Combinators.hs  libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs  libraries/hoopl/src/Compiler/Hoopl/Debug.hs  libraries/hoopl/src/Compiler/Hoopl/Block.hs  libraries/hoopl/src/Compiler/Hoopl/Graph.hs  libraries/hoopl/src/Compiler/Hoopl/Label.hs  libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs  libraries/hoopl/src/Compiler/Hoopl/Fuel.hs  libraries/hoopl/src/Compiler/Hoopl/Pointed.hs  libraries/hoopl/src/Compiler/Hoopl/Shape.hs  libraries/hoopl/src/Compiler/Hoopl/Show.hs  libraries/hoopl/src/Compiler/Hoopl/Unique.hs  libraries/hoopl/src/Compiler/Hoopl/XUtil.hs
echo "libraries/hoopl_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp
for dir in libraries/hoopl/dist-boot/build/Compiler/ libraries/hoopl/dist-boot/build/Compiler/Hoopl/ libraries/hoopl/dist-boot/build/Compiler/Hoopl/Passes/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp > libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/hoopl/dist-boot/build/.depend-v.haskell.tmp2 > libraries/hoopl/dist-boot/build/.depend-v.haskell
"rm" -f libraries/template-haskell/dist-boot/build/.depend-v.c_asm.tmp  
"rm" -f libraries/template-haskell/dist-boot/build/.depend-v.c_asm.bit  
echo "libraries/template-haskell_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/template-haskell/dist-boot/build/.depend-v.c_asm.tmp
mv libraries/template-haskell/dist-boot/build/.depend-v.c_asm.tmp libraries/template-haskell/dist-boot/build/.depend-v.c_asm
"rm" -f libraries/template-haskell/dist-boot/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key template-haskell-2.12.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-boot/build -Ilibraries/template-haskell/dist-boot/build -ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/.    -optP-include -optPlibraries/template-haskell/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id ghc-boot-th-8.3 -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -Wall -this-package-key template-haskell -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/template-haskell/dist-boot/build -hidir libraries/template-haskell/dist-boot/build -stubdir libraries/template-haskell/dist-boot/build -dep-makefile libraries/template-haskell/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   libraries/template-haskell/./Language/Haskell/TH.hs  libraries/template-haskell/./Language/Haskell/TH/Lib.hs  libraries/template-haskell/./Language/Haskell/TH/Ppr.hs  libraries/template-haskell/./Language/Haskell/TH/PprLib.hs  libraries/template-haskell/./Language/Haskell/TH/Quote.hs  libraries/template-haskell/./Language/Haskell/TH/Syntax.hs  libraries/template-haskell/./Language/Haskell/TH/LanguageExtensions.hs  libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs
echo "libraries/template-haskell_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/template-haskell/dist-boot/build/.depend-v.haskell.tmp
for dir in libraries/template-haskell/dist-boot/build/Language/Haskell/ libraries/template-haskell/dist-boot/build/Language/Haskell/TH/ libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Lib/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/template-haskell/dist-boot/build/.depend-v.haskell.tmp > libraries/template-haskell/dist-boot/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/template-haskell/dist-boot/build/.depend-v.haskell.tmp2 > libraries/template-haskell/dist-boot/build/.depend-v.haskell
"rm" -f libraries/ghc-boot/dist-boot/build/.depend-v.c_asm.tmp  
"rm" -f libraries/ghc-boot/dist-boot/build/.depend-v.c_asm.bit  
echo "libraries/ghc-boot_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/ghc-boot/dist-boot/build/.depend-v.c_asm.tmp
mv libraries/ghc-boot/dist-boot/build/.depend-v.c_asm.tmp libraries/ghc-boot/dist-boot/build/.depend-v.c_asm
"rm" -f libraries/ghc-boot/dist-boot/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghc-boot-8.3 -hide-all-packages -i -ilibraries/ghc-boot/. -ilibraries/ghc-boot/dist-boot/build -Ilibraries/ghc-boot/dist-boot/build -ilibraries/ghc-boot/dist-boot/build/./autogen -Ilibraries/ghc-boot/dist-boot/build/./autogen -Ilibraries/ghc-boot/.    -optP-include -optPlibraries/ghc-boot/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-th-8.3 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghc-boot/dist-boot/build -hidir libraries/ghc-boot/dist-boot/build -stubdir libraries/ghc-boot/dist-boot/build -dep-makefile libraries/ghc-boot/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   libraries/ghc-boot/./GHC/LanguageExtensions.hs  libraries/ghc-boot/./GHC/PackageDb.hs  libraries/ghc-boot/./GHC/Serialized.hs  libraries/ghc-boot/./GHC/ForeignSrcLang.hs
echo "libraries/ghc-boot_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/ghc-boot/dist-boot/build/.depend-v.haskell.tmp
for dir in libraries/ghc-boot/dist-boot/build/GHC/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/ghc-boot/dist-boot/build/.depend-v.haskell.tmp > libraries/ghc-boot/dist-boot/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/ghc-boot/dist-boot/build/.depend-v.haskell.tmp2 > libraries/ghc-boot/dist-boot/build/.depend-v.haskell
"rm" -f libraries/ghc-boot-th/dist-boot/build/.depend-v.c_asm.tmp  
"rm" -f libraries/ghc-boot-th/dist-boot/build/.depend-v.c_asm.bit  
echo "libraries/ghc-boot-th_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/ghc-boot-th/dist-boot/build/.depend-v.c_asm.tmp
mv libraries/ghc-boot-th/dist-boot/build/.depend-v.c_asm.tmp libraries/ghc-boot-th/dist-boot/build/.depend-v.c_asm
"rm" -f libraries/ghc-boot-th/dist-boot/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghc-boot-th-8.3 -hide-all-packages -i -ilibraries/ghc-boot-th/. -ilibraries/ghc-boot-th/dist-boot/build -Ilibraries/ghc-boot-th/dist-boot/build -ilibraries/ghc-boot-th/dist-boot/build/./autogen -Ilibraries/ghc-boot-th/dist-boot/build/./autogen -Ilibraries/ghc-boot-th/.    -optP-include -optPlibraries/ghc-boot-th/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghc-boot-th/dist-boot/build -hidir libraries/ghc-boot-th/dist-boot/build -stubdir libraries/ghc-boot-th/dist-boot/build -dep-makefile libraries/ghc-boot-th/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   libraries/ghc-boot-th/./GHC/LanguageExtensions/Type.hs  libraries/ghc-boot-th/./GHC/ForeignSrcLang/Type.hs  libraries/ghc-boot-th/./GHC/Lexeme.hs
echo "libraries/ghc-boot-th_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/ghc-boot-th/dist-boot/build/.depend-v.haskell.tmp
for dir in libraries/ghc-boot-th/dist-boot/build/GHC/ libraries/ghc-boot-th/dist-boot/build/GHC/ForeignSrcLang/ libraries/ghc-boot-th/dist-boot/build/GHC/LanguageExtensions/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/ghc-boot-th/dist-boot/build/.depend-v.haskell.tmp > libraries/ghc-boot-th/dist-boot/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/ghc-boot-th/dist-boot/build/.depend-v.haskell.tmp2 > libraries/ghc-boot-th/dist-boot/build/.depend-v.haskell
"rm" -f libraries/Cabal/Cabal/dist-boot/build/.depend-v.c_asm.tmp  
"rm" -f libraries/Cabal/Cabal/dist-boot/build/.depend-v.c_asm.bit  
echo "libraries/Cabal/Cabal_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/Cabal/Cabal/dist-boot/build/.depend-v.c_asm.tmp
mv libraries/Cabal/Cabal/dist-boot/build/.depend-v.c_asm.tmp libraries/Cabal/Cabal/dist-boot/build/.depend-v.c_asm
"rm" -f libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build -dep-makefile libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   libraries/Cabal/Cabal/./Distribution/Backpack.hs  libraries/Cabal/Cabal/./Distribution/Backpack/Configure.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ComponentsGraph.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ConfiguredComponent.hs  libraries/Cabal/Cabal/./Distribution/Backpack/DescribeUnitId.hs  libraries/Cabal/Cabal/./Distribution/Backpack/FullUnitId.hs  libraries/Cabal/Cabal/./Distribution/Backpack/LinkedComponent.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ModSubst.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ModuleShape.hs  libraries/Cabal/Cabal/./Distribution/Utils/LogProgress.hs  libraries/Cabal/Cabal/./Distribution/Utils/MapAccum.hs  libraries/Cabal/Cabal/./Distribution/Compat/CreatePipe.hs  libraries/Cabal/Cabal/./Distribution/Compat/Environment.hs  libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs  libraries/Cabal/Cabal/./Distribution/Compat/Graph.hs  libraries/Cabal/Cabal/./Distribution/Compat/Internal/TempFile.hs  libraries/Cabal/Cabal/./Distribution/Compat/Map/Strict.hs  libraries/Cabal/Cabal/./Distribution/Compat/Prelude/Internal.hs  libraries/Cabal/Cabal/./Distribution/Compat/ReadP.hs  libraries/Cabal/Cabal/./Distribution/Compat/Semigroup.hs  libraries/Cabal/Cabal/./Distribution/Compat/Stack.hs  libraries/Cabal/Cabal/./Distribution/Compat/Time.hs  libraries/Cabal/Cabal/./Distribution/Compat/DList.hs  libraries/Cabal/Cabal/./Distribution/Compiler.hs  libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs  libraries/Cabal/Cabal/./Distribution/License.hs  libraries/Cabal/Cabal/./Distribution/Make.hs  libraries/Cabal/Cabal/./Distribution/ModuleName.hs  libraries/Cabal/Cabal/./Distribution/Package.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription/Check.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription/PrettyPrint.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs  libraries/Cabal/Cabal/./Distribution/ParseUtils.hs  libraries/Cabal/Cabal/./Distribution/PrettyUtils.hs  libraries/Cabal/Cabal/./Distribution/ReadE.hs  libraries/Cabal/Cabal/./Distribution/Simple.hs  libraries/Cabal/Cabal/./Distribution/Simple/Bench.hs  libraries/Cabal/Cabal/./Distribution/Simple/Build.hs  libraries/Cabal/Cabal/./Distribution/Simple/Build/Macros.hs  libraries/Cabal/Cabal/./Distribution/Simple/Build/PathsModule.hs  libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs  libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs  libraries/Cabal/Cabal/./Distribution/Simple/BuildToolDepends.hs  libraries/Cabal/Cabal/./Distribution/Simple/CCompiler.hs  libraries/Cabal/Cabal/./Distribution/Simple/Command.hs  libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs  libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs  libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs  libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs  libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs  libraries/Cabal/Cabal/./Distribution/Simple/Install.hs  libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs  libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs  libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs  libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs  libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs  libraries/Cabal/Cabal/./Distribution/Simple/PreProcess/Unlit.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Ar.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Hpc.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Internal.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Ld.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Script.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs  libraries/Cabal/Cabal/./Distribution/Simple/Register.hs  libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs  libraries/Cabal/Cabal/./Distribution/Simple/SrcDist.hs  libraries/Cabal/Cabal/./Distribution/Simple/Test.hs  libraries/Cabal/Cabal/./Distribution/Simple/Test/ExeV10.hs  libraries/Cabal/Cabal/./Distribution/Simple/Test/LibV09.hs  libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs  libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs  libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs  libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs  libraries/Cabal/Cabal/./Distribution/System.hs  libraries/Cabal/Cabal/./Distribution/TestSuite.hs  libraries/Cabal/Cabal/./Distribution/Text.hs  libraries/Cabal/Cabal/./Distribution/Types/Benchmark.hs  libraries/Cabal/Cabal/./Distribution/Types/BenchmarkInterface.hs  libraries/Cabal/Cabal/./Distribution/Types/BenchmarkType.hs  libraries/Cabal/Cabal/./Distribution/Types/BuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/BuildType.hs  libraries/Cabal/Cabal/./Distribution/Types/ComponentInclude.hs  libraries/Cabal/Cabal/./Distribution/Types/Dependency.hs  libraries/Cabal/Cabal/./Distribution/Types/ExeDependency.hs  libraries/Cabal/Cabal/./Distribution/Types/DependencyMap.hs  libraries/Cabal/Cabal/./Distribution/Types/LegacyExeDependency.hs  libraries/Cabal/Cabal/./Distribution/Types/PkgconfigDependency.hs  libraries/Cabal/Cabal/./Distribution/Types/Executable.hs  libraries/Cabal/Cabal/./Distribution/Types/Library.hs  libraries/Cabal/Cabal/./Distribution/Types/ForeignLib.hs  libraries/Cabal/Cabal/./Distribution/Types/ForeignLibType.hs  libraries/Cabal/Cabal/./Distribution/Types/ForeignLibOption.hs  libraries/Cabal/Cabal/./Distribution/Types/ModuleReexport.hs  libraries/Cabal/Cabal/./Distribution/Types/ModuleRenaming.hs  libraries/Cabal/Cabal/./Distribution/Types/IncludeRenaming.hs  libraries/Cabal/Cabal/./Distribution/Types/Mixin.hs  libraries/Cabal/Cabal/./Distribution/Types/SetupBuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/TestSuite.hs  libraries/Cabal/Cabal/./Distribution/Types/TestSuiteInterface.hs  libraries/Cabal/Cabal/./Distribution/Types/TestType.hs  libraries/Cabal/Cabal/./Distribution/Types/ComponentName.hs  libraries/Cabal/Cabal/./Distribution/Types/GenericPackageDescription.hs  libraries/Cabal/Cabal/./Distribution/Types/Condition.hs  libraries/Cabal/Cabal/./Distribution/Types/CondTree.hs  libraries/Cabal/Cabal/./Distribution/Types/HookedBuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/PackageDescription.hs  libraries/Cabal/Cabal/./Distribution/Types/SourceRepo.hs  libraries/Cabal/Cabal/./Distribution/Types/Component.hs  libraries/Cabal/Cabal/./Distribution/Types/ComponentLocalBuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/LocalBuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/ComponentRequestedSpec.hs  libraries/Cabal/Cabal/./Distribution/Types/TargetInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/UnqualComponentName.hs  libraries/Cabal/Cabal/./Distribution/Utils/Generic.hs  libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs  libraries/Cabal/Cabal/./Distribution/Utils/ShortText.hs  libraries/Cabal/Cabal/./Distribution/Utils/Progress.hs  libraries/Cabal/Cabal/./Distribution/Verbosity.hs  libraries/Cabal/Cabal/./Distribution/Version.hs  libraries/Cabal/Cabal/./Language/Haskell/Extension.hs  libraries/Cabal/Cabal/./Distribution/Compat/Binary.hs  libraries/Cabal/Cabal/./Distribution/Backpack/PreExistingComponent.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ReadyComponent.hs  libraries/Cabal/Cabal/./Distribution/Backpack/MixLink.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ModuleScope.hs  libraries/Cabal/Cabal/./Distribution/Backpack/UnifyM.hs  libraries/Cabal/Cabal/./Distribution/Backpack/Id.hs  libraries/Cabal/Cabal/./Distribution/Utils/UnionFind.hs  libraries/Cabal/Cabal/./Distribution/Utils/Base62.hs  libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs  libraries/Cabal/Cabal/./Distribution/Compat/GetShortPathName.hs  libraries/Cabal/Cabal/./Distribution/Compat/MonadFail.hs  libraries/Cabal/Cabal/./Distribution/Compat/Prelude.hs  libraries/Cabal/Cabal/./Distribution/Compat/SnocList.hs  libraries/Cabal/Cabal/./Distribution/GetOpt.hs  libraries/Cabal/Cabal/./Distribution/Lex.hs  libraries/Cabal/Cabal/./Distribution/Utils/String.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPIConvert.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs  libraries/Cabal/Cabal/dist-boot/build/./autogen/Paths_Cabal.hs
echo "libraries/Cabal/Cabal_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp
for dir in libraries/Cabal/Cabal/dist-boot/build/./ libraries/Cabal/Cabal/dist-boot/build/Distribution/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Internal/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Map/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Prelude/ libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PreProcess/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/ libraries/Cabal/Cabal/dist-boot/build/Language/Haskell/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp > libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell.tmp2 > libraries/Cabal/Cabal/dist-boot/build/.depend-v.haskell
"rm" -f libraries/binary/dist-boot/build/.depend-v.c_asm.tmp  
"rm" -f libraries/binary/dist-boot/build/.depend-v.c_asm.bit  
echo "libraries/binary_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/binary/dist-boot/build/.depend-v.c_asm.tmp
mv libraries/binary/dist-boot/build/.depend-v.c_asm.tmp libraries/binary/dist-boot/build/.depend-v.c_asm
"rm" -f libraries/binary/dist-boot/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build -dep-makefile libraries/binary/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   libraries/binary/src/Data/Binary.hs  libraries/binary/src/Data/Binary/Put.hs  libraries/binary/src/Data/Binary/Get.hs  libraries/binary/src/Data/Binary/Get/Internal.hs  libraries/binary/src/Data/Binary/Builder.hs  libraries/binary/src/Data/Binary/Class.hs  libraries/binary/src/Data/Binary/Internal.hs  libraries/binary/src/Data/Binary/Generic.hs  libraries/binary/src/Data/Binary/FloatCast.hs
echo "libraries/binary_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/binary/dist-boot/build/.depend-v.haskell.tmp
for dir in libraries/binary/dist-boot/build/Data/ libraries/binary/dist-boot/build/Data/Binary/ libraries/binary/dist-boot/build/Data/Binary/Get/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/binary/dist-boot/build/.depend-v.haskell.tmp > libraries/binary/dist-boot/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/binary/dist-boot/build/.depend-v.haskell.tmp2 > libraries/binary/dist-boot/build/.depend-v.haskell
"rm" -f libraries/hpc/dist-boot/build/.depend-v.c_asm.tmp  
"rm" -f libraries/hpc/dist-boot/build/.depend-v.c_asm.bit  
echo "libraries/hpc_dist-boot_depfile_c_asm_EXISTS = YES" >> libraries/hpc/dist-boot/build/.depend-v.c_asm.tmp
mv libraries/hpc/dist-boot/build/.depend-v.c_asm.tmp libraries/hpc/dist-boot/build/.depend-v.c_asm
"inplace/bin/mkdirhier" libraries/hpc/dist-boot/build/Trace/Hpc//.
"inplace/bin/hsc2hs" '--cc=cc' '--ld=cc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=710 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/hpc/dist-boot/build/./autogen' '--cflag=-Ilibraries/hpc/.' '--cflag=-I/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' '--cflag=-I/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' '--cflag=-I/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' '--cflag=-I/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' '--cflag=-I/usr/local/include' '--cflag=-I/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' '--cflag=-I/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' '--cflag=-I/usr/local/lib/ghc/include'  --cflag=-Ilibraries/hpc/dist-boot/build/./autogen --cflag=-include --cflag=libraries/hpc/dist-boot/build/./autogen/cabal_macros.h   libraries/hpc/./Trace/Hpc/Reflect.hsc -o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.hs
"rm" -f libraries/hpc/dist-boot/build/.depend-v.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hpc-0.6.0.3 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/./autogen -Ilibraries/hpc/dist-boot/build/./autogen -Ilibraries/hpc/.    -optP-include -optPlibraries/hpc/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -Wall -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build -dep-makefile libraries/hpc/dist-boot/build/.depend-v.haskell.tmp -dep-suffix "" -include-pkg-deps   libraries/hpc/./Trace/Hpc/Util.hs  libraries/hpc/./Trace/Hpc/Mix.hs  libraries/hpc/./Trace/Hpc/Tix.hs  libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.hs
echo "libraries/hpc_dist-boot_depfile_haskell_EXISTS = YES" >> libraries/hpc/dist-boot/build/.depend-v.haskell.tmp
for dir in libraries/hpc/dist-boot/build/Trace/Hpc/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/hpc/dist-boot/build/.depend-v.haskell.tmp > libraries/hpc/dist-boot/build/.depend-v.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/hpc/dist-boot/build/.depend-v.haskell.tmp2 > libraries/hpc/dist-boot/build/.depend-v.haskell
"rm" -f utils/genapply/dist/build/.depend.c_asm.tmp  
"rm" -f utils/genapply/dist/build/.depend.c_asm.bit  
echo "utils/genapply_dist_depfile_c_asm_EXISTS = YES" >> utils/genapply/dist/build/.depend.c_asm.tmp
mv utils/genapply/dist/build/.depend.c_asm.tmp utils/genapply/dist/build/.depend.c_asm
"rm" -f utils/genapply/dist/build/.depend.haskell.tmp  
"/usr/local/bin/ghc" -M -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/genapply/. -iutils/genapply/dist/build -Iutils/genapply/dist/build -iutils/genapply/dist/build/genapply/autogen -Iutils/genapply/dist/build/genapply/autogen     -optP-include -optPutils/genapply/dist/build/genapply/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/genapply/dist/build -hidir utils/genapply/dist/build -stubdir utils/genapply/dist/build -dep-makefile utils/genapply/dist/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps   utils/genapply/./Main.hs
echo "utils/genapply_dist_depfile_haskell_EXISTS = YES" >> utils/genapply/dist/build/.depend.haskell.tmp
for dir in utils/genapply/dist/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/genapply/dist/build/.depend.haskell.tmp > utils/genapply/dist/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/genapply/dist/build/.depend.haskell.tmp2 > utils/genapply/dist/build/.depend.haskell
"inplace/bin/mkdirhier" utils/hp2ps/dist/build//.
"rm" -f utils/hp2ps/dist/build/.depend.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/AreaBelow.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Curves.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Error.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Main.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Reorder.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/TopTwenty.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/AuxFile.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Deviation.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/HpFile.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Marks.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Scale.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/TraceElement.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Axes.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Dimensions.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Key.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/PsFile.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Shade.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Iutils/hp2ps/dist/build/hp2ps/autogen              -MM -x c utils/hp2ps/Utilities.c -MF utils/hp2ps/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/hp2ps/dist/build/.depend.c_asm.bit >> utils/hp2ps/dist/build/.depend.c_asm.tmp && true
"rm" -f utils/hp2ps/dist/build/.depend.c_asm.bit  
echo "utils/hp2ps_dist_depfile_c_asm_EXISTS = YES" >> utils/hp2ps/dist/build/.depend.c_asm.tmp
mv utils/hp2ps/dist/build/.depend.c_asm.tmp utils/hp2ps/dist/build/.depend.c_asm
"inplace/bin/mkdirhier" utils/unlit/dist/build//.
"rm" -f utils/unlit/dist/build/.depend.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Iutils/unlit/dist/build/unlit/autogen              -MM -x c utils/unlit/unlit.c -MF utils/unlit/dist/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/unlit/|" -e "1s|utils/unlit/|utils/unlit/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" utils/unlit/dist/build/.depend.c_asm.bit >> utils/unlit/dist/build/.depend.c_asm.tmp && true
"rm" -f utils/unlit/dist/build/.depend.c_asm.bit  
echo "utils/unlit_dist_depfile_c_asm_EXISTS = YES" >> utils/unlit/dist/build/.depend.c_asm.tmp
mv utils/unlit/dist/build/.depend.c_asm.tmp utils/unlit/dist/build/.depend.c_asm
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key terminfo-0.4.0.2 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/.    -optP-include -optPlibraries/terminfo/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -Wall -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build    -c libraries/terminfo/./System/Console/Terminfo/Base.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Base.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key terminfo-0.4.0.2 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/.    -optP-include -optPlibraries/terminfo/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -Wall -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build    -c libraries/terminfo/./System/Console/Terminfo/Color.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Color.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key terminfo-0.4.0.2 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/.    -optP-include -optPlibraries/terminfo/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -Wall -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build    -c libraries/terminfo/./System/Console/Terminfo/Effects.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Effects.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key terminfo-0.4.0.2 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/.    -optP-include -optPlibraries/terminfo/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -Wall -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build    -c libraries/terminfo/./System/Console/Terminfo/Edit.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Edit.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key terminfo-0.4.0.2 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/.    -optP-include -optPlibraries/terminfo/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -Wall -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build    -c libraries/terminfo/./System/Console/Terminfo/Cursor.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Cursor.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key terminfo-0.4.0.2 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/.    -optP-include -optPlibraries/terminfo/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -Wall -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build    -c libraries/terminfo/./System/Console/Terminfo/Keys.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Keys.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key terminfo-0.4.0.2 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -Ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/dist-boot/build/./autogen -Ilibraries/terminfo/.    -optP-include -optPlibraries/terminfo/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -Wall -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/terminfo/dist-boot/build -hidir libraries/terminfo/dist-boot/build -stubdir libraries/terminfo/dist-boot/build    -c libraries/terminfo/./System/Console/Terminfo.hs -o libraries/terminfo/dist-boot/build/System/Console/Terminfo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/dist-boot/build/./autogen/Paths_Cabal.hs -o libraries/Cabal/Cabal/dist-boot/build/Paths_Cabal.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Stack.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Stack.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build    -c libraries/binary/src/Data/Binary/FloatCast.hs -o libraries/binary/dist-boot/build/Data/Binary/FloatCast.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build    -c libraries/binary/src/Data/Binary/Builder.hs -o libraries/binary/dist-boot/build/Data/Binary/Builder.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build    -c libraries/binary/src/Data/Binary/Put.hs -o libraries/binary/dist-boot/build/Data/Binary/Put.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build    -c libraries/binary/src/Data/Binary/Internal.hs -o libraries/binary/dist-boot/build/Data/Binary/Internal.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build    -c libraries/binary/src/Data/Binary/Get/Internal.hs -o libraries/binary/dist-boot/build/Data/Binary/Get/Internal.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build    -c libraries/binary/src/Data/Binary/Get.hs -o libraries/binary/dist-boot/build/Data/Binary/Get.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build    -c libraries/binary/src/Data/Binary/Class.hs -o libraries/binary/dist-boot/build/Data/Binary/Class.o 

libraries/binary/src/Data/Binary/Class.hs:6:14: Warning:
    ‘Data.Binary.Class’ is marked as Trustworthy but has been inferred as safe!

libraries/binary/src/Data/Binary/Class.hs:82:1: Warning:
    The import of ‘Data.Typeable’ is redundant
      except perhaps to import instances from ‘Data.Typeable’
    To import instances alone, use: import Data.Typeable()
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build    -c libraries/binary/src/Data/Binary/Generic.hs -o libraries/binary/dist-boot/build/Data/Binary/Generic.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-boot/build -Ilibraries/binary/dist-boot/build -ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/dist-boot/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -O2 -Wall -fliberate-case-threshold=1000 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/binary/dist-boot/build -hidir libraries/binary/dist-boot/build -stubdir libraries/binary/dist-boot/build    -c libraries/binary/src/Data/Binary.hs -o libraries/binary/dist-boot/build/Data/Binary.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Binary.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Binary.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Semigroup.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Semigroup.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Prelude.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Prelude.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/MonadFail.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/MonadFail.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/ReadP.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/ReadP.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/ReadE.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/ReadE.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Verbosity.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Verbosity.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Exception.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Internal/TempFile.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Internal/TempFile.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/CopyFile.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Text.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Text.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Version.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Version.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/System.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/System.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Utils/String.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/String.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Utils/ShortText.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/ShortText.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/ModuleName.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/ModuleName.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Language/Haskell/Extension.hs -o libraries/Cabal/Cabal/dist-boot/build/Language/Haskell/Extension.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compiler.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compiler.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/PrettyUtils.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PrettyUtils.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Utils/Generic.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/Generic.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/License.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/License.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/ParseUtils.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/ParseUtils.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Package.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Package.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Utils.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/UnqualComponentName.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/UnqualComponentName.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Utils/Base62.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/Base62.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Graph.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Graph.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/InstalledPackageInfo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/Dependency.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Dependency.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Map/Strict.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Map/Strict.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PackageIndex.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghc-boot-8.3 -hide-all-packages -i -ilibraries/ghc-boot/. -ilibraries/ghc-boot/dist-boot/build -Ilibraries/ghc-boot/dist-boot/build -ilibraries/ghc-boot/dist-boot/build/./autogen -Ilibraries/ghc-boot/dist-boot/build/./autogen -Ilibraries/ghc-boot/.    -optP-include -optPlibraries/ghc-boot/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-th-8.3 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghc-boot/dist-boot/build -hidir libraries/ghc-boot/dist-boot/build -stubdir libraries/ghc-boot/dist-boot/build    -c libraries/ghc-boot/./GHC/PackageDb.hs -o libraries/ghc-boot/dist-boot/build/GHC/PackageDb.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist/build -Iutils/ghc-pkg/dist/build -iutils/ghc-pkg/dist/build/ghc-pkg/autogen -Iutils/ghc-pkg/dist/build/ghc-pkg/autogen    -optP-DWITH_TERMINFO -optP-include -optPutils/ghc-pkg/dist/build/ghc-pkg/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id Cabal-2.0.0.0 -package-id binary-0.8.4.1 -package-id ghc-boot-8.3 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id terminfo-0.4.0.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/ghc-pkg/dist/build -hidir utils/ghc-pkg/dist/build -stubdir utils/ghc-pkg/dist/build    -c utils/ghc-pkg/dist/build/Version.hs -o utils/ghc-pkg/dist/build/Version.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist/build -Iutils/ghc-pkg/dist/build -iutils/ghc-pkg/dist/build/ghc-pkg/autogen -Iutils/ghc-pkg/dist/build/ghc-pkg/autogen    -optP-DWITH_TERMINFO -optP-include -optPutils/ghc-pkg/dist/build/ghc-pkg/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id Cabal-2.0.0.0 -package-id binary-0.8.4.1 -package-id ghc-boot-8.3 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id terminfo-0.4.0.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/ghc-pkg/dist/build -hidir utils/ghc-pkg/dist/build -stubdir utils/ghc-pkg/dist/build    -c utils/ghc-pkg/./Main.hs -o utils/ghc-pkg/dist/build/Main.o 

utils/ghc-pkg/Main.hs:761:25: Warning:
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: GhcPkg.DbOpenReadOnly
"inplace/bin/mkdirhier" utils/ghc-pkg/dist/build/tmp//.
"rm" -f libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.2.a libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.2.a.contents  
echo libraries/terminfo/dist-boot/build/System/Console/Terminfo.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Base.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Cursor.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Color.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Edit.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Effects.o libraries/terminfo/dist-boot/build/System/Console/Terminfo/Keys.o        >> libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.2.a.contents
"/usr/bin/ar" q  libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.2.a @libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.2.a.contents
/usr/bin/ar: creating libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.2.a
"rm" -f libraries/terminfo/dist-boot/build/libHSterminfo-0.4.0.2.a.contents  
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghc-boot-th-8.3 -hide-all-packages -i -ilibraries/ghc-boot-th/. -ilibraries/ghc-boot-th/dist-boot/build -Ilibraries/ghc-boot-th/dist-boot/build -ilibraries/ghc-boot-th/dist-boot/build/./autogen -Ilibraries/ghc-boot-th/dist-boot/build/./autogen -Ilibraries/ghc-boot-th/.    -optP-include -optPlibraries/ghc-boot-th/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghc-boot-th/dist-boot/build -hidir libraries/ghc-boot-th/dist-boot/build -stubdir libraries/ghc-boot-th/dist-boot/build    -c libraries/ghc-boot-th/./GHC/LanguageExtensions/Type.hs -o libraries/ghc-boot-th/dist-boot/build/GHC/LanguageExtensions/Type.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghc-boot-8.3 -hide-all-packages -i -ilibraries/ghc-boot/. -ilibraries/ghc-boot/dist-boot/build -Ilibraries/ghc-boot/dist-boot/build -ilibraries/ghc-boot/dist-boot/build/./autogen -Ilibraries/ghc-boot/dist-boot/build/./autogen -Ilibraries/ghc-boot/.    -optP-include -optPlibraries/ghc-boot/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-th-8.3 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghc-boot/dist-boot/build -hidir libraries/ghc-boot/dist-boot/build -stubdir libraries/ghc-boot/dist-boot/build    -c libraries/ghc-boot/./GHC/LanguageExtensions.hs -o libraries/ghc-boot/dist-boot/build/GHC/LanguageExtensions.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghc-boot-8.3 -hide-all-packages -i -ilibraries/ghc-boot/. -ilibraries/ghc-boot/dist-boot/build -Ilibraries/ghc-boot/dist-boot/build -ilibraries/ghc-boot/dist-boot/build/./autogen -Ilibraries/ghc-boot/dist-boot/build/./autogen -Ilibraries/ghc-boot/.    -optP-include -optPlibraries/ghc-boot/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-th-8.3 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghc-boot/dist-boot/build -hidir libraries/ghc-boot/dist-boot/build -stubdir libraries/ghc-boot/dist-boot/build    -c libraries/ghc-boot/./GHC/Serialized.hs -o libraries/ghc-boot/dist-boot/build/GHC/Serialized.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghc-boot-th-8.3 -hide-all-packages -i -ilibraries/ghc-boot-th/. -ilibraries/ghc-boot-th/dist-boot/build -Ilibraries/ghc-boot-th/dist-boot/build -ilibraries/ghc-boot-th/dist-boot/build/./autogen -Ilibraries/ghc-boot-th/dist-boot/build/./autogen -Ilibraries/ghc-boot-th/.    -optP-include -optPlibraries/ghc-boot-th/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghc-boot-th/dist-boot/build -hidir libraries/ghc-boot-th/dist-boot/build -stubdir libraries/ghc-boot-th/dist-boot/build    -c libraries/ghc-boot-th/./GHC/ForeignSrcLang/Type.hs -o libraries/ghc-boot-th/dist-boot/build/GHC/ForeignSrcLang/Type.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghc-boot-8.3 -hide-all-packages -i -ilibraries/ghc-boot/. -ilibraries/ghc-boot/dist-boot/build -Ilibraries/ghc-boot/dist-boot/build -ilibraries/ghc-boot/dist-boot/build/./autogen -Ilibraries/ghc-boot/dist-boot/build/./autogen -Ilibraries/ghc-boot/.    -optP-include -optPlibraries/ghc-boot/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-th-8.3 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghc-boot/dist-boot/build -hidir libraries/ghc-boot/dist-boot/build -stubdir libraries/ghc-boot/dist-boot/build    -c libraries/ghc-boot/./GHC/ForeignSrcLang.hs -o libraries/ghc-boot/dist-boot/build/GHC/ForeignSrcLang.o 
"rm" -f libraries/ghc-boot/dist-boot/build/libHSghc-boot-8.3.a libraries/ghc-boot/dist-boot/build/libHSghc-boot-8.3.a.contents  
echo libraries/ghc-boot/dist-boot/build/GHC/LanguageExtensions.o libraries/ghc-boot/dist-boot/build/GHC/PackageDb.o libraries/ghc-boot/dist-boot/build/GHC/Serialized.o libraries/ghc-boot/dist-boot/build/GHC/ForeignSrcLang.o        >> libraries/ghc-boot/dist-boot/build/libHSghc-boot-8.3.a.contents
"/usr/bin/ar" q  libraries/ghc-boot/dist-boot/build/libHSghc-boot-8.3.a @libraries/ghc-boot/dist-boot/build/libHSghc-boot-8.3.a.contents
/usr/bin/ar: creating libraries/ghc-boot/dist-boot/build/libHSghc-boot-8.3.a
"rm" -f libraries/ghc-boot/dist-boot/build/libHSghc-boot-8.3.a.contents  
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghc-boot-th-8.3 -hide-all-packages -i -ilibraries/ghc-boot-th/. -ilibraries/ghc-boot-th/dist-boot/build -Ilibraries/ghc-boot-th/dist-boot/build -ilibraries/ghc-boot-th/dist-boot/build/./autogen -Ilibraries/ghc-boot-th/dist-boot/build/./autogen -Ilibraries/ghc-boot-th/.    -optP-include -optPlibraries/ghc-boot-th/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghc-boot-th/dist-boot/build -hidir libraries/ghc-boot-th/dist-boot/build -stubdir libraries/ghc-boot-th/dist-boot/build    -c libraries/ghc-boot-th/./GHC/Lexeme.hs -o libraries/ghc-boot-th/dist-boot/build/GHC/Lexeme.o 
"rm" -f libraries/ghc-boot-th/dist-boot/build/libHSghc-boot-th-8.3.a libraries/ghc-boot-th/dist-boot/build/libHSghc-boot-th-8.3.a.contents  
echo libraries/ghc-boot-th/dist-boot/build/GHC/LanguageExtensions/Type.o libraries/ghc-boot-th/dist-boot/build/GHC/ForeignSrcLang/Type.o libraries/ghc-boot-th/dist-boot/build/GHC/Lexeme.o        >> libraries/ghc-boot-th/dist-boot/build/libHSghc-boot-th-8.3.a.contents
"/usr/bin/ar" q  libraries/ghc-boot-th/dist-boot/build/libHSghc-boot-th-8.3.a @libraries/ghc-boot-th/dist-boot/build/libHSghc-boot-th-8.3.a.contents
/usr/bin/ar: creating libraries/ghc-boot-th/dist-boot/build/libHSghc-boot-th-8.3.a
"rm" -f libraries/ghc-boot-th/dist-boot/build/libHSghc-boot-th-8.3.a.contents  
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Utils/Progress.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/Progress.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Utils/LogProgress.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/LogProgress.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/ComponentInclude.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ComponentInclude.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/ComponentName.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ComponentName.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/PkgconfigDependency.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/PkgconfigDependency.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/LegacyExeDependency.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/LegacyExeDependency.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/ExeDependency.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ExeDependency.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/ModuleRenaming.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ModuleRenaming.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/IncludeRenaming.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/IncludeRenaming.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/Mixin.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Mixin.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/BuildInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/BuildInfo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/BenchmarkType.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/BenchmarkType.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/BenchmarkInterface.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/BenchmarkInterface.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/Benchmark.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Benchmark.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/TestType.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/TestType.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/TestSuiteInterface.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/TestSuiteInterface.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/TestSuite.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/TestSuite.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/Executable.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Executable.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/ForeignLibOption.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ForeignLibOption.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Utils.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/ForeignLibType.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ForeignLibType.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/ForeignLib.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ForeignLib.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/ModuleReexport.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ModuleReexport.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/Library.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Library.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/Component.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Component.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/ComponentRequestedSpec.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ComponentRequestedSpec.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Compiler.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/SourceRepo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/SourceRepo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/HookedBuildInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/HookedBuildInfo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/BuildType.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/BuildType.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/SetupBuildInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/SetupBuildInfo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/PackageDescription.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/PackageDescription.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/Condition.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Condition.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/CondTree.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/CondTree.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/GenericPackageDescription.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/GenericPackageDescription.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/PackageDescription.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/InstallDirs.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/ComponentLocalBuildInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ComponentLocalBuildInfo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/TargetInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/TargetInfo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/NubList.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Environment.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Environment.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Find.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Types.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Run.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Internal.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Internal.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Builtin.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Db.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/GetOpt.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/GetOpt.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Command.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Command.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Setup.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/LocalBuildInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/LocalBuildInfo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/LocalBuildInfo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/BuildToolDepends.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/BuildToolDepends.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/ComponentsGraph.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ComponentsGraph.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/ModSubst.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ModSubst.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/ModuleShape.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ModuleShape.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Utils/MapAccum.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/MapAccum.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Utils/UnionFind.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/UnionFind.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/FullUnitId.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/FullUnitId.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/ModuleScope.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ModuleScope.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/UnifyM.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/UnifyM.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/MixLink.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/MixLink.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/Id.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/Id.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/ConfiguredComponent.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ConfiguredComponent.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/LinkedComponent.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/LinkedComponent.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/ReadyComponent.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ReadyComponent.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/PreExistingComponent.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/PreExistingComponent.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/Configure.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/Configure.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Backpack/DescribeUnitId.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/DescribeUnitId.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/CreatePipe.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/CreatePipe.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Prelude/Internal.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Prelude/Internal.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/Time.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Time.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/DList.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/DList.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Make.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Make.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/CCompiler.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/CCompiler.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/BuildPaths.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Types/DependencyMap.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/DependencyMap.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Configuration.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Check.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Check.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Parse.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/PackageDescription/PrettyPrint.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/PrettyPrint.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/GetShortPathName.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/GetShortPathName.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/TestSuite.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/TestSuite.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/Log.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Hpc.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Hpc.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Hpc.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Build/PathsModule.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build/PathsModule.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Test/LibV09.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/LibV09.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/HcPkg.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Script.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Script.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/HaskellSuite.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/UHC.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/LHC.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/ImplInfo.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/GHC.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Strip.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Ld.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Ld.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Program/Ar.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Ar.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Lex.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Lex.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/Internal.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHCJS.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPIConvert.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/IPIConvert.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI642.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/BuildTarget.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Register.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Register.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/JHC.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/PreProcess/Unlit.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PreProcess/Unlit.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PreProcess.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Configure.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Build/Macros.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build/Macros.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Build.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Haddock.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Install.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Install.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Test/ExeV10.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/ExeV10.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/UserHooks.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Test.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/Bench.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Bench.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple/SrcDist.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/SrcDist.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Simple.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-boot/build -Ilibraries/Cabal/Cabal/dist-boot/build -ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/dist-boot/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id binary-0.8.4.1 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -fno-ignore-asserts -fwarn-tabs -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/Cabal/Cabal/dist-boot/build -hidir libraries/Cabal/Cabal/dist-boot/build -stubdir libraries/Cabal/Cabal/dist-boot/build    -c libraries/Cabal/Cabal/./Distribution/Compat/SnocList.hs -o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/SnocList.o 
"rm" -f libraries/Cabal/Cabal/dist-boot/build/libHSCabal-2.0.0.0.a libraries/Cabal/Cabal/dist-boot/build/libHSCabal-2.0.0.0.a.contents  
echo libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/Configure.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ComponentsGraph.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ConfiguredComponent.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/DescribeUnitId.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/FullUnitId.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/LinkedComponent.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ModSubst.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ModuleShape.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/LogProgress.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/MapAccum.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/CreatePipe.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Environment.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Exception.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Graph.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Internal/TempFile.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Map/Strict.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Prelude/Internal.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/ReadP.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Semigroup.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Stack.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Time.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/DList.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compiler.o libraries/Cabal/Cabal/dist-boot/build/Distribution/InstalledPackageInfo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/License.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Make.o libraries/Cabal/Cabal/dist-boot/build/Distribution/ModuleName.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Package.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Check.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Configuration.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Parse.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/PrettyPrint.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PackageDescription/Utils.o libraries/Cabal/Cabal/dist-boot/build/Distribution/ParseUtils.o libraries/Cabal/Cabal/dist-boot/build/Distribution/PrettyUtils.o libraries/Cabal/Cabal/dist-boot/build/Distribution/ReadE.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Bench.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build/Macros.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Build/PathsModule.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/BuildPaths.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/BuildTarget.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/BuildToolDepends.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/CCompiler.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Command.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Compiler.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Configure.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHCJS.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Haddock.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/HaskellSuite.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Hpc.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Install.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/InstallDirs.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/JHC.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/LHC.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/LocalBuildInfo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PackageIndex.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PreProcess.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/PreProcess/Unlit.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Ar.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Builtin.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Db.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Find.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/GHC.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/HcPkg.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Hpc.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Internal.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Ld.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Run.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Script.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Strip.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Program/Types.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Register.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Setup.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/SrcDist.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/ExeV10.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/LibV09.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Test/Log.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/UHC.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/UserHooks.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/Utils.o libraries/Cabal/Cabal/dist-boot/build/Distribution/System.o libraries/Cabal/Cabal/dist-boot/build/Distribution/TestSuite.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Text.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Benchmark.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/BenchmarkInterface.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/BenchmarkType.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/BuildInfo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/BuildType.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ComponentInclude.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Dependency.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ExeDependency.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/DependencyMap.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/LegacyExeDependency.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/PkgconfigDependency.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Executable.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Library.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ForeignLib.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ForeignLibType.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ForeignLibOption.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ModuleReexport.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ModuleRenaming.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/IncludeRenaming.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Mixin.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/SetupBuildInfo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/TestSuite.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/TestSuiteInterface.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/TestType.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ComponentName.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/GenericPackageDescription.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Condition.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/CondTree.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/HookedBuildInfo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/PackageDescription.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/SourceRepo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/Component.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ComponentLocalBuildInfo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/LocalBuildInfo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/ComponentRequestedSpec.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/TargetInfo.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Types/UnqualComponentName.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/Generic.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/NubList.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/ShortText.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/Progress.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Verbosity.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Version.o libraries/Cabal/Cabal/dist-boot/build/Language/Haskell/Extension.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Binary.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/PreExistingComponent.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ReadyComponent.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/MixLink.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/ModuleScope.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/UnifyM.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Backpack/Id.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/UnionFind.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/Base62.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/CopyFile.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/GetShortPathName.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/MonadFail.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/Prelude.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Compat/SnocList.o libraries/Cabal/Cabal/dist-boot/build/Distribution/GetOpt.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Lex.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Utils/String.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/Internal.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/IPI642.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/IPIConvert.o libraries/Cabal/Cabal/dist-boot/build/Distribution/Simple/GHC/ImplInfo.o libraries/Cabal/Cabal/dist-boot/build/Paths_Cabal.o        >> libraries/Cabal/Cabal/dist-boot/build/libHSCabal-2.0.0.0.a.contents
"/usr/bin/ar" q  libraries/Cabal/Cabal/dist-boot/build/libHSCabal-2.0.0.0.a @libraries/Cabal/Cabal/dist-boot/build/libHSCabal-2.0.0.0.a.contents
/usr/bin/ar: creating libraries/Cabal/Cabal/dist-boot/build/libHSCabal-2.0.0.0.a
"rm" -f libraries/Cabal/Cabal/dist-boot/build/libHSCabal-2.0.0.0.a.contents  
"rm" -f libraries/binary/dist-boot/build/libHSbinary-0.8.4.1.a libraries/binary/dist-boot/build/libHSbinary-0.8.4.1.a.contents  
echo libraries/binary/dist-boot/build/Data/Binary.o libraries/binary/dist-boot/build/Data/Binary/Put.o libraries/binary/dist-boot/build/Data/Binary/Get.o libraries/binary/dist-boot/build/Data/Binary/Get/Internal.o libraries/binary/dist-boot/build/Data/Binary/Builder.o libraries/binary/dist-boot/build/Data/Binary/Class.o libraries/binary/dist-boot/build/Data/Binary/Internal.o libraries/binary/dist-boot/build/Data/Binary/Generic.o libraries/binary/dist-boot/build/Data/Binary/FloatCast.o        >> libraries/binary/dist-boot/build/libHSbinary-0.8.4.1.a.contents
"/usr/bin/ar" q  libraries/binary/dist-boot/build/libHSbinary-0.8.4.1.a @libraries/binary/dist-boot/build/libHSbinary-0.8.4.1.a.contents
/usr/bin/ar: creating libraries/binary/dist-boot/build/libHSbinary-0.8.4.1.a
"rm" -f libraries/binary/dist-boot/build/libHSbinary-0.8.4.1.a.contents  
"/usr/local/bin/ghc" -o utils/ghc-pkg/dist/build/tmp/ghc-pkg -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist/build -Iutils/ghc-pkg/dist/build -iutils/ghc-pkg/dist/build/ghc-pkg/autogen -Iutils/ghc-pkg/dist/build/ghc-pkg/autogen    -optP-DWITH_TERMINFO -optP-include -optPutils/ghc-pkg/dist/build/ghc-pkg/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id Cabal-2.0.0.0 -package-id binary-0.8.4.1 -package-id ghc-boot-8.3 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id terminfo-0.4.0.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010  -no-user-package-db -rtsopts       -odir utils/ghc-pkg/dist/build -hidir utils/ghc-pkg/dist/build -stubdir utils/ghc-pkg/dist/build    -optl-optl-Wl,-z -optl-optl-Wl,wxneeded -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist/build -Iutils/ghc-pkg/dist/build -iutils/ghc-pkg/dist/build/ghc-pkg/autogen -Iutils/ghc-pkg/dist/build/ghc-pkg/autogen    -optP-DWITH_TERMINFO -optP-include -optPutils/ghc-pkg/dist/build/ghc-pkg/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id Cabal-2.0.0.0 -package-id binary-0.8.4.1 -package-id ghc-boot-8.3 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id terminfo-0.4.0.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010  -no-user-package-db -rtsopts       utils/ghc-pkg/dist/build/Main.o utils/ghc-pkg/dist/build/Version.o    
/usr/local/lib/ghc/rts/libHSrts.a(RtsUtils.o): In function `showStgWord64':

rts/RtsUtils.c:204:0:
     warning: warning: sprintf() is often misused, please use snprintf()
/usr/local/lib/ghc/rts/libHSrts.a(RtsFlags.o): In function `copyArg':

rts/RtsFlags.c:1685:0:
     warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a(IO__1.o): In function `ghczuwrapperZC0ZCbaseZCSystemziIOZCrand':
(.text+0x1): warning: warning: rand() may return deterministic values, is that what you want?
/usr/bin/install -c -m 755 utils/ghc-pkg/dist/build/tmp/ghc-pkg inplace/lib/bin/ghc-pkg
"inplace/bin/mkdirhier" inplace/lib/package.conf.d/.
"rm" -f                                                     inplace/bin/ghc-pkg  
echo '#!/bin/sh'                                                   >> inplace/bin/ghc-pkg
echo 'executablename="/home/asteen/devl/ghc/inplace/lib/bin/ghc-pkg"'                                  >> inplace/bin/ghc-pkg
echo 'datadir="/home/asteen/devl/ghc/inplace/lib"'                             >> inplace/bin/ghc-pkg
echo 'bindir="/home/asteen/devl/ghc/inplace/bin"'                              >> inplace/bin/ghc-pkg
echo 'topdir="/home/asteen/devl/ghc/inplace/lib"'                           >> inplace/bin/ghc-pkg
echo 'pgmgcc="gcc"'                                               >> inplace/bin/ghc-pkg
echo 'export LD_LIBRARY_PATH="/home/asteen/devl/ghc/libraries/terminfo/dist-boot/build:/home/asteen/devl/ghc/libraries/terminfo/dist-boot/build:/home/asteen/devl/ghc/libraries/ghc-boot/dist-boot/build:/home/asteen/devl/ghc/libraries/ghc-boot/dist-boot/build:/home/asteen/devl/ghc/libraries/ghc-boot-th/dist-boot/build:/home/asteen/devl/ghc/libraries/ghc-boot-th/dist-boot/build:/home/asteen/devl/ghc/libraries/Cabal/Cabal/dist-boot/build:/home/asteen/devl/ghc/libraries/Cabal/Cabal/dist-boot/build:/home/asteen/devl/ghc/libraries/binary/dist-boot/build:/home/asteen/devl/ghc/libraries/binary/dist-boot/build:/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ:/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm:/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx:/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn:/usr/local/lib/ghc/prett_JItwetRppk1H5Uq3xbjDGC:/usr/local/lib/ghc/filep_Ey7a1in9roBAE8bUFJ5R9m:/usr/local/lib/ghc/conta_2C3ZI8RgPO2LBMidXKTvIU:/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6:/usr/local/lib/ghc/deeps_6vMKxt5sPFR0XsbRWvvq59:/usr/local/lib/ghc/array_67iodizgJQIIxYVTp4emlA:/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM:/usr/local/lib:/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS:/usr/local/lib/ghc/ghcpr_8TmvWUcS1U1IKHT0levwg3:/usr/local/lib/ghc/rts${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"' >> inplace/bin/ghc-pkg
cat utils/ghc-pkg/ghc-pkg.wrapper                                     >> inplace/bin/ghc-pkg
chmod +x                                                     inplace/bin/ghc-pkg
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Outputable.hs-boot -o compiler/stage1/build/Outputable.o-boot 
<<ghc: 29797360 bytes, 16 GCs, 2183029/5301496 avg/max bytes residency (3 samples), 32M in use, 0.015 INIT (0.004 elapsed), 0.079 MUT (0.083 elapsed), 0.117 GC (0.117 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/legacy/pre711/Control/Monad/IO/Class.hs -o libraries/transformers/dist-boot/build/Control/Monad/IO/Class.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Exception.hs -o compiler/stage1/build/Exception.o 
<<ghc: 132698320 bytes, 52 GCs, 4456016/9453536 avg/max bytes residency (5 samples), 30M in use, 0.014 INIT (0.004 elapsed), 0.382 MUT (0.427 elapsed), 0.294 GC (0.293 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stage1/build/Config.hs -o compiler/stage1/build/Config.o 
<<ghc: 75059824 bytes, 36 GCs, 3256164/6308328 avg/max bytes residency (4 samples), 31M in use, 0.015 INIT (0.004 elapsed), 0.220 MUT (0.285 elapsed), 0.204 GC (0.203 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Panic.hs -o compiler/stage1/build/Panic.o 
<<ghc: 378064592 bytes, 112 GCs, 8367441/23254680 avg/max bytes residency (7 samples), 48M in use, 0.014 INIT (0.004 elapsed), 1.048 MUT (1.144 elapsed), 0.755 GC (0.753 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts   -DDYNAMIC_GHC_PROGRAMS    -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Util.hs -o compiler/stage1/build/Util.o 
<<ghc: 1235863032 bytes, 180 GCs, 16165219/48221112 avg/max bytes residency (8 samples), 106M in use, 0.017 INIT (0.005 elapsed), 3.350 MUT (3.575 elapsed), 2.037 GC (1.960 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/OccName.hs-boot -o compiler/stage1/build/OccName.o-boot 
<<ghc: 29198216 bytes, 16 GCs, 2165522/5250848 avg/max bytes residency (3 samples), 32M in use, 0.005 INIT (0.005 elapsed), 0.079 MUT (0.082 elapsed), 0.116 GC (0.116 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/FastFunctions.hs -o compiler/stage1/build/FastFunctions.o 
<<ghc: 71201296 bytes, 44 GCs, 4469739/10603304 avg/max bytes residency (5 samples), 30M in use, 0.017 INIT (0.004 elapsed), 0.186 MUT (0.249 elapsed), 0.281 GC (0.280 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Encoding.hs -o compiler/stage1/build/Encoding.o 
<<ghc: 501350784 bytes, 100 GCs, 7652776/21443008 avg/max bytes residency (6 samples), 44M in use, 0.006 INIT (0.005 elapsed), 1.303 MUT (1.359 elapsed), 0.761 GC (0.759 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/FastString.hs -o compiler/stage1/build/FastString.o 
<<ghc: 669762400 bytes, 131 GCs, 15345403/43122664 avg/max bytes residency (7 samples), 91M in use, 0.009 INIT (0.005 elapsed), 1.738 MUT (1.853 elapsed), 1.391 GC (1.375 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Module.hs-boot -o compiler/stage1/build/Module.o-boot 
<<ghc: 35979048 bytes, 25 GCs, 1863242/4185784 avg/max bytes residency (3 samples), 30M in use, 0.014 INIT (0.004 elapsed), 0.091 MUT (0.094 elapsed), 0.131 GC (0.130 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Platform.hs -o compiler/stage1/build/Platform.o 
<<ghc: 779944864 bytes, 241 GCs, 7995365/15796256 avg/max bytes residency (7 samples), 42M in use, 0.017 INIT (0.005 elapsed), 2.199 MUT (2.341 elapsed), 1.083 GC (1.068 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/DynFlags.hs-boot -o compiler/stage1/build/DynFlags.o-boot 
<<ghc: 33561752 bytes, 22 GCs, 1855786/4245768 avg/max bytes residency (3 samples), 30M in use, 0.016 INIT (0.004 elapsed), 0.088 MUT (0.090 elapsed), 0.129 GC (0.128 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/FastMutInt.hs -o compiler/stage1/build/FastMutInt.o 
<<ghc: 61242176 bytes, 47 GCs, 2007917/4613528 avg/max bytes residency (3 samples), 31M in use, 0.014 INIT (0.004 elapsed), 0.193 MUT (0.257 elapsed), 0.164 GC (0.159 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/BufWrite.hs -o compiler/stage1/build/BufWrite.o 
<<ghc: 198655512 bytes, 84 GCs, 8128204/22570352 avg/max bytes residency (6 samples), 46M in use, 0.011 INIT (0.004 elapsed), 0.464 MUT (0.505 elapsed), 0.570 GC (0.568 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Pretty.hs -o compiler/stage1/build/Pretty.o 
<<ghc: 656921104 bytes, 135 GCs, 9777262/24335392 avg/max bytes residency (6 samples), 52M in use, 0.006 INIT (0.005 elapsed), 1.737 MUT (1.836 elapsed), 0.923 GC (0.923 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/PprColour.hs -o compiler/stage1/build/PprColour.o 
<<ghc: 129952136 bytes, 56 GCs, 3232582/6889424 avg/max bytes residency (4 samples), 30M in use, 0.006 INIT (0.005 elapsed), 0.374 MUT (0.425 elapsed), 0.233 GC (0.229 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Outputable.hs -o compiler/stage1/build/Outputable.o 
<<ghc: 1514186008 bytes, 198 GCs, 15308541/41932136 avg/max bytes residency (8 samples), 98M in use, 0.017 INIT (0.005 elapsed), 4.234 MUT (4.458 elapsed), 2.010 GC (2.006 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Json.hs -o compiler/stage1/build/Json.o 
<<ghc: 184710800 bytes, 70 GCs, 7964434/22876888 avg/max bytes residency (6 samples), 46M in use, 0.033 INIT (0.004 elapsed), 0.429 MUT (0.473 elapsed), 0.549 GC (0.548 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/SrcLoc.hs -o compiler/stage1/build/SrcLoc.o 
<<ghc: 1560802456 bytes, 198 GCs, 19457689/53099448 avg/max bytes residency (8 samples), 128M in use, 0.017 INIT (0.004 elapsed), 3.917 MUT (4.066 elapsed), 2.476 GC (2.471 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/BasicTypes.hs -o compiler/stage1/build/BasicTypes.o 
<<ghc: 4452963280 bytes, 639 GCs, 31862902/60014152 avg/max bytes residency (13 samples), 167M in use, 0.017 INIT (0.004 elapsed), 11.745 MUT (12.385 elapsed), 7.636 GC (7.427 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Unique.hs -o compiler/stage1/build/Unique.o 
<<ghc: 280387336 bytes, 81 GCs, 8843136/24963512 avg/max bytes residency (6 samples), 51M in use, 0.005 INIT (0.005 elapsed), 0.686 MUT (0.764 elapsed), 0.642 GC (0.640 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/Packages.hs-boot -o compiler/stage1/build/Packages.o-boot 
<<ghc: 35254376 bytes, 23 GCs, 1922256/4397352 avg/max bytes residency (3 samples), 31M in use, 0.017 INIT (0.005 elapsed), 0.096 MUT (0.099 elapsed), 0.126 GC (0.126 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/FiniteMap.hs -o compiler/stage1/build/FiniteMap.o 
<<ghc: 65514912 bytes, 36 GCs, 3213242/6350288 avg/max bytes residency (4 samples), 31M in use, 0.006 INIT (0.004 elapsed), 0.172 MUT (0.206 elapsed), 0.206 GC (0.205 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Name.hs-boot -o compiler/stage1/build/Name.o-boot 
<<ghc: 29195128 bytes, 16 GCs, 2165146/5250248 avg/max bytes residency (3 samples), 33M in use, 0.017 INIT (0.005 elapsed), 0.082 MUT (0.085 elapsed), 0.113 GC (0.112 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stage1/build/Fingerprint.hs -o compiler/stage1/build/Fingerprint.o 
<<ghc: 123804488 bytes, 73 GCs, 6224629/16440064 avg/max bytes residency (6 samples), 34M in use, 0.018 INIT (0.004 elapsed), 0.301 MUT (0.370 elapsed), 0.426 GC (0.425 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/UniqFM.hs -o compiler/stage1/build/UniqFM.o 
<<ghc: 690825240 bytes, 146 GCs, 12283691/32710160 avg/max bytes residency (7 samples), 73M in use, 0.006 INIT (0.005 elapsed), 1.808 MUT (1.923 elapsed), 1.217 GC (1.213 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Binary.hs -o compiler/stage1/build/Binary.o 
<<ghc: 3478645296 bytes, 440 GCs, 32888409/69950848 avg/max bytes residency (12 samples), 182M in use, 0.011 INIT (0.005 elapsed), 8.928 MUT (9.184 elapsed), 6.262 GC (6.233 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/UniqSet.hs -o compiler/stage1/build/UniqSet.o 
<<ghc: 334326344 bytes, 86 GCs, 8656321/25259496 avg/max bytes residency (6 samples), 51M in use, 0.014 INIT (0.004 elapsed), 0.888 MUT (0.970 elapsed), 0.670 GC (0.670 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/UniqDFM.hs -o compiler/stage1/build/UniqDFM.o 
<<ghc: 679010048 bytes, 133 GCs, 11133949/32462112 avg/max bytes residency (7 samples), 67M in use, 0.015 INIT (0.004 elapsed), 1.841 MUT (1.966 elapsed), 1.170 GC (1.132 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/UniqDSet.hs -o compiler/stage1/build/UniqDSet.o 
<<ghc: 116587784 bytes, 52 GCs, 4962776/12054264 avg/max bytes residency (5 samples), 30M in use, 0.015 INIT (0.004 elapsed), 0.297 MUT (0.338 elapsed), 0.319 GC (0.318 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Module.hs -o compiler/stage1/build/Module.o 
<<ghc: 2991877848 bytes, 363 GCs, 33523311/76761472 avg/max bytes residency (10 samples), 208M in use, 0.006 INIT (0.005 elapsed), 7.588 MUT (7.942 elapsed), 5.249 GC (5.137 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/PrelNames.hs-boot -o compiler/stage1/build/PrelNames.o-boot 
<<ghc: 51929232 bytes, 32 GCs, 3315576/6916040 avg/max bytes residency (4 samples), 31M in use, 0.016 INIT (0.005 elapsed), 0.114 MUT (0.118 elapsed), 0.199 GC (0.198 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/TyCoRep.hs-boot -o compiler/stage1/build/TyCoRep.o-boot 
<<ghc: 91184080 bytes, 52 GCs, 4633480/10079384 avg/max bytes residency (5 samples), 31M in use, 0.018 INIT (0.004 elapsed), 0.174 MUT (0.178 elapsed), 0.325 GC (0.324 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/ErrUtils.hs-boot -o compiler/stage1/build/ErrUtils.o-boot 
<<ghc: 56800496 bytes, 33 GCs, 3065152/6213280 avg/max bytes residency (4 samples), 30M in use, 0.022 INIT (0.005 elapsed), 0.123 MUT (0.127 elapsed), 0.201 GC (0.200 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/Hooks.hs-boot -o compiler/stage1/build/Hooks.o-boot 
<<ghc: 29286000 bytes, 16 GCs, 2166674/5254320 avg/max bytes residency (3 samples), 32M in use, 0.029 INIT (0.004 elapsed), 0.078 MUT (0.082 elapsed), 0.114 GC (0.113 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/EnumSet.hs -o compiler/stage1/build/EnumSet.o 
<<ghc: 74400080 bytes, 44 GCs, 3168172/6566800 avg/max bytes residency (4 samples), 31M in use, 0.006 INIT (0.005 elapsed), 0.209 MUT (0.246 elapsed), 0.198 GC (0.198 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/legacy/pre711/Data/Functor/Classes.hs -o libraries/transformers/dist-boot/build/Data/Functor/Classes.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/Class.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Class.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Signatures.hs -o libraries/transformers/dist-boot/build/Control/Monad/Signatures.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/Except.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Except.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/Reader.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Reader.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/Writer/Lazy.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer/Lazy.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/Writer.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/SysTools/Terminal.hs -o compiler/stage1/build/SysTools/Terminal.o 
<<ghc: 123170008 bytes, 64 GCs, 4925700/11503776 avg/max bytes residency (5 samples), 30M in use, 0.005 INIT (0.005 elapsed), 0.282 MUT (0.346 elapsed), 0.368 GC (0.368 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/Error.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Error.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/Maybe.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Maybe.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Maybes.hs -o compiler/stage1/build/Maybes.o 
<<ghc: 134882320 bytes, 59 GCs, 4578937/10692608 avg/max bytes residency (5 samples), 30M in use, 0.005 INIT (0.005 elapsed), 0.389 MUT (0.459 elapsed), 0.325 GC (0.324 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/MonadUtils.hs -o compiler/stage1/build/MonadUtils.o 

compiler/utils/MonadUtils.hs:38:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead
<<ghc: 222760800 bytes, 82 GCs, 4325056/9672536 avg/max bytes residency (5 samples), 31M in use, 0.024 INIT (0.005 elapsed), 0.639 MUT (0.719 elapsed), 0.381 GC (0.380 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/Constants.hs -o compiler/stage1/build/Constants.o 
<<ghc: 60498672 bytes, 36 GCs, 3104740/6131936 avg/max bytes residency (4 samples), 31M in use, 0.005 INIT (0.005 elapsed), 0.159 MUT (0.194 elapsed), 0.197 GC (0.196 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Bag.hs -o compiler/stage1/build/Bag.o 
<<ghc: 725419808 bytes, 136 GCs, 13148492/37468472 avg/max bytes residency (7 samples), 77M in use, 0.006 INIT (0.005 elapsed), 1.975 MUT (2.106 elapsed), 1.260 GC (1.252 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/CmdLineParser.hs -o compiler/stage1/build/CmdLineParser.o 
<<ghc: 443677520 bytes, 119 GCs, 9251169/23905048 avg/max bytes residency (6 samples), 50M in use, 0.036 INIT (0.005 elapsed), 1.229 MUT (1.335 elapsed), 0.781 GC (0.779 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/DriverPhases.hs -o compiler/stage1/build/DriverPhases.o 
<<ghc: 660107976 bytes, 142 GCs, 13509747/39967376 avg/max bytes residency (7 samples), 81M in use, 0.006 INIT (0.005 elapsed), 1.547 MUT (1.714 elapsed), 1.221 GC (1.175 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/PackageConfig.hs -o compiler/stage1/build/PackageConfig.o 
<<ghc: 345772056 bytes, 97 GCs, 8038302/21979568 avg/max bytes residency (6 samples), 47M in use, 0.009 INIT (0.005 elapsed), 0.839 MUT (0.927 elapsed), 0.690 GC (0.688 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/PlatformConstants.hs -o compiler/stage1/build/PlatformConstants.o 
<<ghc: 7182604592 bytes, 1197 GCs, 29987130/99181216 avg/max bytes residency (23 samples), 202M in use, 0.085 INIT (0.005 elapsed), 19.632 MUT (20.731 elapsed), 9.749 GC (9.595 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/DynFlags.hs -o compiler/stage1/build/DynFlags.o 

compiler/main/DynFlags.hs:223:1: Warning:
    The import of ‘Foreign’ is redundant
      except perhaps to import instances from ‘Foreign’
    To import instances alone, use: import Foreign()
<<ghc: 37081187264 bytes, 2877 GCs, 166415400/481411808 avg/max bytes residency (28 samples), 1282M in use, 0.036 INIT (0.004 elapsed), 78.762 MUT (81.679 elapsed), 60.068 GC (58.913 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Lexeme.hs -o compiler/stage1/build/Lexeme.o 
<<ghc: 324914024 bytes, 107 GCs, 7422210/18155160 avg/max bytes residency (6 samples), 39M in use, 0.005 INIT (0.004 elapsed), 0.872 MUT (0.936 elapsed), 0.605 GC (0.604 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/FastStringEnv.hs -o compiler/stage1/build/FastStringEnv.o 
<<ghc: 123662176 bytes, 55 GCs, 4785350/11437168 avg/max bytes residency (5 samples), 30M in use, 0.014 INIT (0.004 elapsed), 0.329 MUT (0.368 elapsed), 0.315 GC (0.314 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/OccName.hs -o compiler/stage1/build/OccName.o 
<<ghc: 1590092464 bytes, 173 GCs, 19055472/63537872 avg/max bytes residency (8 samples), 129M in use, 0.015 INIT (0.004 elapsed), 4.056 MUT (4.232 elapsed), 2.236 GC (2.204 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Name.hs -o compiler/stage1/build/Name.o 
<<ghc: 1161400272 bytes, 181 GCs, 20699861/67011240 avg/max bytes residency (8 samples), 136M in use, 0.011 INIT (0.005 elapsed), 2.662 MUT (2.827 elapsed), 2.047 GC (1.987 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/BinFingerprint.hs -o compiler/stage1/build/BinFingerprint.o 
<<ghc: 196842880 bytes, 75 GCs, 9466642/26994344 avg/max bytes residency (6 samples), 56M in use, 0.017 INIT (0.005 elapsed), 0.422 MUT (0.489 elapsed), 0.633 GC (0.624 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key template-haskell-2.12.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-boot/build -Ilibraries/template-haskell/dist-boot/build -ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/.    -optP-include -optPlibraries/template-haskell/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id ghc-boot-th-8.3 -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -Wall -this-package-key template-haskell -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/template-haskell/dist-boot/build -hidir libraries/template-haskell/dist-boot/build -stubdir libraries/template-haskell/dist-boot/build    -c libraries/template-haskell/./Language/Haskell/TH/LanguageExtensions.hs -o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/LanguageExtensions.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key template-haskell-2.12.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-boot/build -Ilibraries/template-haskell/dist-boot/build -ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/.    -optP-include -optPlibraries/template-haskell/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id ghc-boot-th-8.3 -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -Wall -this-package-key template-haskell -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/template-haskell/dist-boot/build -hidir libraries/template-haskell/dist-boot/build -stubdir libraries/template-haskell/dist-boot/build    -c libraries/template-haskell/./Language/Haskell/TH/Syntax.hs -o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Syntax.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key template-haskell-2.12.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-boot/build -Ilibraries/template-haskell/dist-boot/build -ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/.    -optP-include -optPlibraries/template-haskell/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id ghc-boot-th-8.3 -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -Wall -this-package-key template-haskell -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/template-haskell/dist-boot/build -hidir libraries/template-haskell/dist-boot/build -stubdir libraries/template-haskell/dist-boot/build    -c libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs -o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Lib/Map.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key template-haskell-2.12.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-boot/build -Ilibraries/template-haskell/dist-boot/build -ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/.    -optP-include -optPlibraries/template-haskell/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id ghc-boot-th-8.3 -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -Wall -this-package-key template-haskell -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/template-haskell/dist-boot/build -hidir libraries/template-haskell/dist-boot/build -stubdir libraries/template-haskell/dist-boot/build    -c libraries/template-haskell/./Language/Haskell/TH/PprLib.hs -o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/PprLib.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key template-haskell-2.12.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-boot/build -Ilibraries/template-haskell/dist-boot/build -ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/.    -optP-include -optPlibraries/template-haskell/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id ghc-boot-th-8.3 -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -Wall -this-package-key template-haskell -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/template-haskell/dist-boot/build -hidir libraries/template-haskell/dist-boot/build -stubdir libraries/template-haskell/dist-boot/build    -c libraries/template-haskell/./Language/Haskell/TH/Ppr.hs -o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Ppr.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key template-haskell-2.12.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-boot/build -Ilibraries/template-haskell/dist-boot/build -ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/.    -optP-include -optPlibraries/template-haskell/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id ghc-boot-th-8.3 -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -Wall -this-package-key template-haskell -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/template-haskell/dist-boot/build -hidir libraries/template-haskell/dist-boot/build -stubdir libraries/template-haskell/dist-boot/build    -c libraries/template-haskell/./Language/Haskell/TH/Lib.hs -o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Lib.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key template-haskell-2.12.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-boot/build -Ilibraries/template-haskell/dist-boot/build -ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/.    -optP-include -optPlibraries/template-haskell/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id ghc-boot-th-8.3 -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -Wall -this-package-key template-haskell -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/template-haskell/dist-boot/build -hidir libraries/template-haskell/dist-boot/build -stubdir libraries/template-haskell/dist-boot/build    -c libraries/template-haskell/./Language/Haskell/TH.hs -o libraries/template-haskell/dist-boot/build/Language/Haskell/TH.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-boot/build -Ilibraries/ghci/dist-boot/build -ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/.    -optP-include -optPlibraries/ghci/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghci/dist-boot/build -hidir libraries/ghci/dist-boot/build -stubdir libraries/ghci/dist-boot/build    -c libraries/ghci/./GHCi/RemoteTypes.hs -o libraries/ghci/dist-boot/build/GHCi/RemoteTypes.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-boot/build -Ilibraries/ghci/dist-boot/build -ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/.    -optP-include -optPlibraries/ghci/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghci/dist-boot/build -hidir libraries/ghci/dist-boot/build -stubdir libraries/ghci/dist-boot/build    -c libraries/ghci/./GHCi/BreakArray.hs -o libraries/ghci/dist-boot/build/GHCi/BreakArray.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-boot/build -Ilibraries/ghci/dist-boot/build -ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/.    -optP-include -optPlibraries/ghci/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghci/dist-boot/build -hidir libraries/ghci/dist-boot/build -stubdir libraries/ghci/dist-boot/build    -c libraries/ghci/./GHCi/TH/Binary.hs -o libraries/ghci/dist-boot/build/GHCi/TH/Binary.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-boot/build -Ilibraries/ghci/dist-boot/build -ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/.    -optP-include -optPlibraries/ghci/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghci/dist-boot/build -hidir libraries/ghci/dist-boot/build -stubdir libraries/ghci/dist-boot/build    -c libraries/ghci/dist-boot/build/GHCi/FFI.hs -o libraries/ghci/dist-boot/build/GHCi/FFI.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-boot/build -Ilibraries/ghci/dist-boot/build -ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/.    -optP-include -optPlibraries/ghci/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghci/dist-boot/build -hidir libraries/ghci/dist-boot/build -stubdir libraries/ghci/dist-boot/build    -c libraries/ghci/dist-boot/build/GHCi/InfoTable.hs -o libraries/ghci/dist-boot/build/GHCi/InfoTable.o 

libraries/ghci/GHCi/InfoTable.hsc:20:1: Warning:
    The import of ‘Foreign.C’ is redundant
      except perhaps to import instances from ‘Foreign.C’
    To import instances alone, use: import Foreign.C()

libraries/ghci/GHCi/InfoTable.hsc:21:1: Warning:
    The import of ‘GHC.Ptr’ is redundant
      except perhaps to import instances from ‘GHC.Ptr’
    To import instances alone, use: import GHC.Ptr()

libraries/ghci/GHCi/InfoTable.hsc:22:1: Warning:
    The import of ‘GHC.Exts’ is redundant
      except perhaps to import instances from ‘GHC.Exts’
    To import instances alone, use: import GHC.Exts()

libraries/ghci/GHCi/InfoTable.hsc:23:1: Warning:
    The import of ‘System.IO.Unsafe’ is redundant
      except perhaps to import instances from ‘System.IO.Unsafe’
    To import instances alone, use: import System.IO.Unsafe()
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-boot/build -Ilibraries/ghci/dist-boot/build -ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/.    -optP-include -optPlibraries/ghci/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghci/dist-boot/build -hidir libraries/ghci/dist-boot/build -stubdir libraries/ghci/dist-boot/build    -c libraries/ghci/./GHCi/Message.hs -o libraries/ghci/dist-boot/build/GHCi/Message.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/ListSetOps.hs -o compiler/stage1/build/ListSetOps.o 
<<ghc: 234816808 bytes, 73 GCs, 7895805/22561432 avg/max bytes residency (6 samples), 46M in use, 0.007 INIT (0.005 elapsed), 0.597 MUT (0.668 elapsed), 0.578 GC (0.576 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/UniqSupply.hs -o compiler/stage1/build/UniqSupply.o 
<<ghc: 205975848 bytes, 72 GCs, 4575742/10865896 avg/max bytes residency (5 samples), 31M in use, 0.017 INIT (0.004 elapsed), 0.607 MUT (0.684 elapsed), 0.369 GC (0.369 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/StringBuffer.hs -o compiler/stage1/build/StringBuffer.o 
<<ghc: 493371800 bytes, 100 GCs, 9150392/24665400 avg/max bytes residency (6 samples), 51M in use, 0.006 INIT (0.004 elapsed), 1.241 MUT (1.322 elapsed), 0.837 GC (0.835 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/ErrUtils.hs -o compiler/stage1/build/ErrUtils.o 
<<ghc: 2564453864 bytes, 328 GCs, 34321076/81316768 avg/max bytes residency (10 samples), 201M in use, 0.016 INIT (0.004 elapsed), 5.406 MUT (5.818 elapsed), 4.750 GC (4.592 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/IdInfo.hs-boot -o compiler/stage1/build/IdInfo.o-boot 
<<ghc: 49928744 bytes, 31 GCs, 3115212/6617048 avg/max bytes residency (4 samples), 30M in use, 0.016 INIT (0.004 elapsed), 0.110 MUT (0.114 elapsed), 0.186 GC (0.186 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcType.hs-boot -o compiler/stage1/build/TcType.o-boot 
<<ghc: 49616720 bytes, 31 GCs, 3113854/6611336 avg/max bytes residency (4 samples), 30M in use, 0.006 INIT (0.004 elapsed), 0.108 MUT (0.112 elapsed), 0.188 GC (0.188 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Var.hs -o compiler/stage1/build/Var.o 
<<ghc: 1167157184 bytes, 164 GCs, 22218158/69262216 avg/max bytes residency (8 samples), 144M in use, 0.017 INIT (0.005 elapsed), 2.773 MUT (2.944 elapsed), 2.209 GC (2.193 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/VarSet.hs -o compiler/stage1/build/VarSet.o 
<<ghc: 297383816 bytes, 96 GCs, 8254537/21903384 avg/max bytes residency (6 samples), 45M in use, 0.017 INIT (0.005 elapsed), 0.794 MUT (0.874 elapsed), 0.646 GC (0.641 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/VarEnv.hs -o compiler/stage1/build/VarEnv.o 
<<ghc: 597922304 bytes, 122 GCs, 14862285/44234992 avg/max bytes residency (7 samples), 90M in use, 0.016 INIT (0.005 elapsed), 1.510 MUT (1.597 elapsed), 1.207 GC (1.190 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/FV.hs -o compiler/stage1/build/FV.o 
<<ghc: 133779744 bytes, 58 GCs, 5022158/12457784 avg/max bytes residency (5 samples), 30M in use, 0.032 INIT (0.004 elapsed), 0.341 MUT (0.381 elapsed), 0.322 GC (0.321 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/FieldLabel.hs -o compiler/stage1/build/FieldLabel.o 
<<ghc: 561453976 bytes, 154 GCs, 13429984/41752704 avg/max bytes residency (7 samples), 87M in use, 0.015 INIT (0.004 elapsed), 1.254 MUT (1.357 elapsed), 1.264 GC (1.224 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/NameSet.hs -o compiler/stage1/build/NameSet.o 
<<ghc: 177180224 bytes, 82 GCs, 7114224/19315944 avg/max bytes residency (6 samples), 41M in use, 0.014 INIT (0.004 elapsed), 0.461 MUT (0.531 elapsed), 0.511 GC (0.509 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Digraph.hs -o compiler/stage1/build/Digraph.o 
<<ghc: 662836680 bytes, 109 GCs, 10324497/29972592 avg/max bytes residency (6 samples), 61M in use, 0.005 INIT (0.004 elapsed), 1.889 MUT (2.001 elapsed), 0.937 GC (0.934 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/NameEnv.hs -o compiler/stage1/build/NameEnv.o 
<<ghc: 180126904 bytes, 76 GCs, 5043352/12268888 avg/max bytes residency (5 samples), 30M in use, 0.012 INIT (0.005 elapsed), 0.492 MUT (0.562 elapsed), 0.388 GC (0.387 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Avail.hs -o compiler/stage1/build/Avail.o 
<<ghc: 577817824 bytes, 124 GCs, 15288494/48275016 avg/max bytes residency (7 samples), 98M in use, 0.018 INIT (0.004 elapsed), 1.333 MUT (1.438 elapsed), 1.252 GC (1.235 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/RdrName.hs -o compiler/stage1/build/RdrName.o 
<<ghc: 2809867592 bytes, 285 GCs, 28615476/74597384 avg/max bytes residency (10 samples), 191M in use, 0.007 INIT (0.005 elapsed), 7.130 MUT (7.593 elapsed), 4.504 GC (4.351 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/IOEnv.hs -o compiler/stage1/build/IOEnv.o 
<<ghc: 438482168 bytes, 106 GCs, 10674374/30080600 avg/max bytes residency (7 samples), 63M in use, 0.014 INIT (0.004 elapsed), 1.124 MUT (1.212 elapsed), 0.854 GC (0.852 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/State/Lazy.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/State/Lazy.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/PatSyn.hs-boot -o compiler/stage1/build/PatSyn.o-boot 
<<ghc: 70591656 bytes, 51 GCs, 3236940/6480120 avg/max bytes residency (4 samples), 30M in use, 0.006 INIT (0.005 elapsed), 0.138 MUT (0.142 elapsed), 0.225 GC (0.225 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/TyCon.hs-boot -o compiler/stage1/build/TyCon.o-boot 
<<ghc: 29560376 bytes, 16 GCs, 2176989/5283848 avg/max bytes residency (3 samples), 32M in use, 0.018 INIT (0.004 elapsed), 0.080 MUT (0.083 elapsed), 0.115 GC (0.114 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/DataCon.hs-boot -o compiler/stage1/build/DataCon.o-boot 
<<ghc: 129103528 bytes, 70 GCs, 8108996/22948096 avg/max bytes residency (6 samples), 46M in use, 0.006 INIT (0.005 elapsed), 0.198 MUT (0.222 elapsed), 0.566 GC (0.544 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/ConLike.hs-boot -o compiler/stage1/build/ConLike.o-boot 
<<ghc: 50645152 bytes, 30 GCs, 2995488/6139120 avg/max bytes residency (4 samples), 30M in use, 0.006 INIT (0.005 elapsed), 0.118 MUT (0.122 elapsed), 0.186 GC (0.185 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/KnownUniques.hs-boot -o compiler/stage1/build/KnownUniques.o-boot 
<<ghc: 66763160 bytes, 43 GCs, 4142880/9558152 avg/max bytes residency (5 samples), 30M in use, 0.017 INIT (0.004 elapsed), 0.133 MUT (0.136 elapsed), 0.260 GC (0.260 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts   -fforce-recomp    -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/PrimOp.hs-boot -o compiler/stage1/build/PrimOp.o-boot 
<<ghc: 29196056 bytes, 16 GCs, 2165522/5250672 avg/max bytes residency (3 samples), 32M in use, 0.012 INIT (0.004 elapsed), 0.078 MUT (0.082 elapsed), 0.112 GC (0.112 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/BooleanFormula.hs -o compiler/stage1/build/BooleanFormula.o 
<<ghc: 929385744 bytes, 125 GCs, 16222180/50361256 avg/max bytes residency (7 samples), 102M in use, 0.015 INIT (0.004 elapsed), 2.404 MUT (2.565 elapsed), 1.504 GC (1.450 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/PrelNames.hs -o compiler/stage1/build/PrelNames.o 
<<ghc: 2388457120 bytes, 361 GCs, 20572490/43097256 avg/max bytes residency (11 samples), 116M in use, 0.005 INIT (0.005 elapsed), 5.973 MUT (6.396 elapsed), 3.331 GC (3.237 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/Class.hs -o compiler/stage1/build/Class.o 
<<ghc: 508642480 bytes, 129 GCs, 12391936/38611608 avg/max bytes residency (7 samples), 79M in use, 0.014 INIT (0.004 elapsed), 1.152 MUT (1.241 elapsed), 1.148 GC (1.145 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/MkId.hs-boot -o compiler/stage1/build/MkId.o-boot 
<<ghc: 55656288 bytes, 35 GCs, 2833282/5662552 avg/max bytes residency (4 samples), 30M in use, 0.006 INIT (0.006 elapsed), 0.125 MUT (0.128 elapsed), 0.193 GC (0.192 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/ForeignCall.hs -o compiler/stage1/build/ForeignCall.o 
<<ghc: 2036421808 bytes, 236 GCs, 21571106/59822824 avg/max bytes residency (9 samples), 143M in use, 0.016 INIT (0.004 elapsed), 5.310 MUT (5.520 elapsed), 3.188 GC (3.160 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/TysWiredIn.hs-boot -o compiler/stage1/build/TysWiredIn.o-boot 
<<ghc: 52447048 bytes, 33 GCs, 3065420/6720336 avg/max bytes residency (4 samples), 30M in use, 0.015 INIT (0.004 elapsed), 0.117 MUT (0.124 elapsed), 0.195 GC (0.191 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Pair.hs -o compiler/stage1/build/Pair.o 
<<ghc: 267543168 bytes, 81 GCs, 8628280/24452808 avg/max bytes residency (6 samples), 50M in use, 0.015 INIT (0.004 elapsed), 0.678 MUT (0.757 elapsed), 0.617 GC (0.615 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/CoAxiom.hs -o compiler/stage1/build/CoAxiom.o 
<<ghc: 1421575272 bytes, 169 GCs, 20401729/62748568 avg/max bytes residency (8 samples), 129M in use, 0.022 INIT (0.004 elapsed), 3.606 MUT (3.809 elapsed), 2.346 GC (2.294 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/TyCon.hs -o compiler/stage1/build/TyCon.o 
<<ghc: 1864670392 bytes, 236 GCs, 19673049/68887864 avg/max bytes residency (9 samples), 141M in use, 0.014 INIT (0.004 elapsed), 4.390 MUT (4.642 elapsed), 2.776 GC (2.730 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/IfaceType.hs-boot -o compiler/stage1/build/IfaceType.o-boot 
<<ghc: 115614280 bytes, 68 GCs, 7292685/20135520 avg/max bytes residency (6 samples), 40M in use, 0.008 INIT (0.004 elapsed), 0.206 MUT (0.209 elapsed), 0.458 GC (0.457 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/ToIface.hs-boot -o compiler/stage1/build/ToIface.o-boot 
<<ghc: 61585344 bytes, 40 GCs, 2996902/6006768 avg/max bytes residency (4 samples), 30M in use, 0.006 INIT (0.005 elapsed), 0.137 MUT (0.141 elapsed), 0.199 GC (0.198 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/Coercion.hs-boot -o compiler/stage1/build/Coercion.o-boot 
<<ghc: 86136552 bytes, 53 GCs, 5403641/13437992 avg/max bytes residency (5 samples), 30M in use, 0.006 INIT (0.005 elapsed), 0.167 MUT (0.170 elapsed), 0.311 GC (0.310 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/Type.hs-boot -o compiler/stage1/build/Type.o-boot 
<<ghc: 61325104 bytes, 39 GCs, 3122588/6492816 avg/max bytes residency (4 samples), 30M in use, 0.010 INIT (0.005 elapsed), 0.127 MUT (0.131 elapsed), 0.207 GC (0.206 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/IfaceType.hs -o compiler/stage1/build/IfaceType.o 
<<ghc: 3736214344 bytes, 384 GCs, 38109458/96689936 avg/max bytes residency (11 samples), 245M in use, 0.006 INIT (0.005 elapsed), 8.822 MUT (9.337 elapsed), 6.298 GC (6.106 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/TyCoRep.hs -o compiler/stage1/build/TyCoRep.o 
<<ghc: 3539859576 bytes, 313 GCs, 30366560/85946592 avg/max bytes residency (11 samples), 223M in use, 0.017 INIT (0.005 elapsed), 9.090 MUT (9.607 elapsed), 5.456 GC (5.285 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/TysPrim.hs -o compiler/stage1/build/TysPrim.o 
<<ghc: 949797848 bytes, 145 GCs, 14201435/44265744 avg/max bytes residency (7 samples), 90M in use, 0.006 INIT (0.005 elapsed), 2.336 MUT (2.510 elapsed), 1.274 GC (1.264 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/Kind.hs -o compiler/stage1/build/Kind.o 
<<ghc: 306219936 bytes, 118 GCs, 12423909/38802472 avg/max bytes residency (7 samples), 78M in use, 0.006 INIT (0.005 elapsed), 0.583 MUT (0.676 elapsed), 0.978 GC (0.942 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/Type.hs -o compiler/stage1/build/Type.o 
<<ghc: 3489209520 bytes, 356 GCs, 29291827/86256336 avg/max bytes residency (11 samples), 211M in use, 0.009 INIT (0.005 elapsed), 8.571 MUT (9.174 elapsed), 5.468 GC (5.199 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/Coercion.hs -o compiler/stage1/build/Coercion.o 
<<ghc: 2317580744 bytes, 236 GCs, 20799299/69413096 avg/max bytes residency (9 samples), 142M in use, 0.006 INIT (0.004 elapsed), 6.012 MUT (6.311 elapsed), 2.988 GC (2.965 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/Unify.hs -o compiler/stage1/build/Unify.o 
<<ghc: 1465987752 bytes, 174 GCs, 19212690/58361144 avg/max bytes residency (8 samples), 120M in use, 0.005 INIT (0.005 elapsed), 3.725 MUT (3.921 elapsed), 2.329 GC (2.294 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/DataCon.hs -o compiler/stage1/build/DataCon.o 
<<ghc: 2126997504 bytes, 261 GCs, 30463310/85624472 avg/max bytes residency (9 samples), 203M in use, 0.020 INIT (0.006 elapsed), 5.263 MUT (5.553 elapsed), 3.838 GC (3.746 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplStg/RepType.hs -o compiler/stage1/build/RepType.o 
<<ghc: 830579816 bytes, 191 GCs, 19587639/61732752 avg/max bytes residency (8 samples), 125M in use, 0.005 INIT (0.004 elapsed), 1.869 MUT (2.040 elapsed), 1.795 GC (1.745 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Demand.hs -o compiler/stage1/build/Demand.o 
<<ghc: 2359878464 bytes, 249 GCs, 25517423/75195536 avg/max bytes residency (9 samples), 174M in use, 0.005 INIT (0.005 elapsed), 6.074 MUT (6.413 elapsed), 3.502 GC (3.413 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/PatSyn.hs -o compiler/stage1/build/PatSyn.o 
<<ghc: 547237848 bytes, 120 GCs, 14799073/47168488 avg/max bytes residency (7 samples), 96M in use, 0.005 INIT (0.004 elapsed), 1.229 MUT (1.322 elapsed), 1.247 GC (1.234 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Literal.hs -o compiler/stage1/build/Literal.o 
<<ghc: 1276587520 bytes, 166 GCs, 19408223/66310072 avg/max bytes residency (8 samples), 135M in use, 0.006 INIT (0.005 elapsed), 3.061 MUT (3.216 elapsed), 1.986 GC (1.979 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/profiling/CostCentre.hs -o compiler/stage1/build/CostCentre.o 
<<ghc: 1121588792 bytes, 186 GCs, 19673336/61289384 avg/max bytes residency (8 samples), 124M in use, 0.016 INIT (0.004 elapsed), 2.586 MUT (2.817 elapsed), 2.090 GC (1.955 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreSyn.hs -o compiler/stage1/build/CoreSyn.o 
<<ghc: 2507874664 bytes, 222 GCs, 22082688/77701376 avg/max bytes residency (9 samples), 157M in use, 0.005 INIT (0.005 elapsed), 6.490 MUT (6.837 elapsed), 3.289 GC (3.244 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/IdInfo.hs -o compiler/stage1/build/IdInfo.o 
<<ghc: 668087056 bytes, 144 GCs, 13523178/41833224 avg/max bytes residency (7 samples), 89M in use, 0.006 INIT (0.005 elapsed), 1.517 MUT (1.625 elapsed), 1.293 GC (1.290 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/Id.hs -o compiler/stage1/build/Id.o 
<<ghc: 867843680 bytes, 141 GCs, 18866590/57328944 avg/max bytes residency (7 samples), 116M in use, 0.005 INIT (0.005 elapsed), 1.937 MUT (2.117 elapsed), 1.514 GC (1.455 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/TysWiredIn.hs -o compiler/stage1/build/TysWiredIn.o 
<<ghc: 2199988288 bytes, 265 GCs, 27406204/79569448 avg/max bytes residency (10 samples), 186M in use, 0.016 INIT (0.004 elapsed), 5.578 MUT (5.838 elapsed), 3.721 GC (3.709 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/ConLike.hs -o compiler/stage1/build/ConLike.o 
<<ghc: 418540800 bytes, 110 GCs, 10749892/33956760 avg/max bytes residency (7 samples), 70M in use, 0.009 INIT (0.005 elapsed), 0.965 MUT (1.045 elapsed), 0.948 GC (0.945 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsDoc.hs -o compiler/stage1/build/HsDoc.o 
<<ghc: 265742976 bytes, 79 GCs, 8387956/23714736 avg/max bytes residency (6 samples), 50M in use, 0.017 INIT (0.005 elapsed), 0.677 MUT (0.728 elapsed), 0.633 GC (0.629 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/TrieMap.hs -o compiler/stage1/build/TrieMap.o 
<<ghc: 2253992352 bytes, 270 GCs, 23725938/69029392 avg/max bytes residency (9 samples), 150M in use, 0.045 INIT (0.005 elapsed), 5.800 MUT (6.113 elapsed), 3.445 GC (3.347 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/FamInstEnv.hs -o compiler/stage1/build/FamInstEnv.o 
<<ghc: 1490612104 bytes, 221 GCs, 23636828/79621040 avg/max bytes residency (9 samples), 167M in use, 0.011 INIT (0.005 elapsed), 3.708 MUT (3.968 elapsed), 2.792 GC (2.700 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreFVs.hs -o compiler/stage1/build/CoreFVs.o 
<<ghc: 982690760 bytes, 143 GCs, 15533179/46164920 avg/max bytes residency (7 samples), 95M in use, 0.008 INIT (0.005 elapsed), 2.482 MUT (2.632 elapsed), 1.473 GC (1.464 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcType.hs -o compiler/stage1/build/TcType.o 
<<ghc: 2498220888 bytes, 262 GCs, 25272700/75017352 avg/max bytes residency (10 samples), 189M in use, 0.009 INIT (0.005 elapsed), 6.338 MUT (6.674 elapsed), 3.597 GC (3.550 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreSeq.hs -o compiler/stage1/build/CoreSeq.o 
<<ghc: 279920096 bytes, 118 GCs, 13571374/41165744 avg/max bytes residency (7 samples), 83M in use, 0.005 INIT (0.005 elapsed), 0.498 MUT (0.569 elapsed), 0.981 GC (0.948 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreStats.hs -o compiler/stage1/build/CoreStats.o 
<<ghc: 463439792 bytes, 120 GCs, 14825656/47692192 avg/max bytes residency (7 samples), 97M in use, 0.014 INIT (0.005 elapsed), 0.952 MUT (1.049 elapsed), 1.165 GC (1.127 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/PprCore.hs -o compiler/stage1/build/PprCore.o 
<<ghc: 1938553752 bytes, 212 GCs, 20662091/64492880 avg/max bytes residency (8 samples), 131M in use, 0.015 INIT (0.004 elapsed), 4.737 MUT (5.030 elapsed), 2.654 GC (2.586 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcEvidence.hs -o compiler/stage1/build/TcEvidence.o 
<<ghc: 2240481648 bytes, 202 GCs, 22043001/72704816 avg/max bytes residency (8 samples), 147M in use, 0.017 INIT (0.004 elapsed), 5.603 MUT (5.942 elapsed), 2.950 GC (2.862 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/PlaceHolder.hs -o compiler/stage1/build/PlaceHolder.o 
<<ghc: 248197960 bytes, 92 GCs, 7984897/21864304 avg/max bytes residency (6 samples), 46M in use, 0.007 INIT (0.005 elapsed), 0.542 MUT (0.581 elapsed), 0.626 GC (0.624 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsPat.hs-boot -o compiler/stage1/build/HsPat.o-boot 
<<ghc: 238541112 bytes, 107 GCs, 11489396/36444776 avg/max bytes residency (7 samples), 75M in use, 0.017 INIT (0.005 elapsed), 0.385 MUT (0.450 elapsed), 0.914 GC (0.879 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsExpr.hs-boot -o compiler/stage1/build/HsExpr.o-boot 
<<ghc: 216512296 bytes, 93 GCs, 11212622/35661608 avg/max bytes residency (7 samples), 70M in use, 0.017 INIT (0.005 elapsed), 0.426 MUT (0.454 elapsed), 0.796 GC (0.794 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsLit.hs -o compiler/stage1/build/HsLit.o 
<<ghc: 1231054552 bytes, 195 GCs, 19433583/59643120 avg/max bytes residency (8 samples), 124M in use, 0.006 INIT (0.005 elapsed), 2.913 MUT (3.085 elapsed), 1.970 GC (1.951 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsTypes.hs -o compiler/stage1/build/HsTypes.o 
<<ghc: 6422385392 bytes, 518 GCs, 43865773/97709896 avg/max bytes residency (13 samples), 255M in use, 0.017 INIT (0.004 elapsed), 15.736 MUT (16.258 elapsed), 9.257 GC (9.245 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsBinds.hs -o compiler/stage1/build/HsBinds.o 
<<ghc: 9454177784 bytes, 673 GCs, 57557660/121543992 avg/max bytes residency (14 samples), 332M in use, 0.017 INIT (0.005 elapsed), 22.214 MUT (23.124 elapsed), 12.841 GC (12.618 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsPat.hs -o compiler/stage1/build/HsPat.o 
<<ghc: 3037462664 bytes, 273 GCs, 30400920/92501168 avg/max bytes residency (9 samples), 213M in use, 0.005 INIT (0.004 elapsed), 7.536 MUT (7.852 elapsed), 4.060 GC (4.027 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/InstEnv.hs -o compiler/stage1/build/InstEnv.o 
<<ghc: 1239802888 bytes, 187 GCs, 21435121/69908896 avg/max bytes residency (8 samples), 141M in use, 0.017 INIT (0.005 elapsed), 3.016 MUT (3.225 elapsed), 2.141 GC (2.085 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsDecls.hs -o compiler/stage1/build/HsDecls.o 
<<ghc: 21944473552 bytes, 1304 GCs, 95786126/193508408 avg/max bytes residency (20 samples), 520M in use, 0.017 INIT (0.005 elapsed), 52.370 MUT (54.342 elapsed), 29.061 GC (28.700 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsExpr.hs -o compiler/stage1/build/HsExpr.o 
<<ghc: 28766666608 bytes, 1793 GCs, 129459204/266890352 avg/max bytes residency (23 samples), 708M in use, 0.015 INIT (0.005 elapsed), 66.602 MUT (69.300 elapsed), 45.288 GC (44.639 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsUtils.hs -o compiler/stage1/build/HsUtils.o 
<<ghc: 1365701128 bytes, 157 GCs, 17673834/62066152 avg/max bytes residency (8 samples), 128M in use, 0.019 INIT (0.004 elapsed), 3.588 MUT (3.814 elapsed), 2.020 GC (1.958 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsImpExp.hs -o compiler/stage1/build/HsImpExp.o 
<<ghc: 1516453096 bytes, 198 GCs, 18283072/53113736 avg/max bytes residency (8 samples), 115M in use, 0.005 INIT (0.004 elapsed), 4.001 MUT (4.230 elapsed), 2.145 GC (2.098 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsSyn.hs -o compiler/stage1/build/HsSyn.o 
<<ghc: 1158585384 bytes, 193 GCs, 24480373/78711040 avg/max bytes residency (8 samples), 160M in use, 0.006 INIT (0.004 elapsed), 2.533 MUT (2.721 elapsed), 2.250 GC (2.168 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/PmExpr.hs -o compiler/stage1/build/PmExpr.o 
<<ghc: 904411840 bytes, 173 GCs, 22537419/77532472 avg/max bytes residency (8 samples), 158M in use, 0.017 INIT (0.005 elapsed), 2.056 MUT (2.271 elapsed), 2.028 GC (1.922 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/Annotations.hs -o compiler/stage1/build/Annotations.o 
<<ghc: 419291104 bytes, 109 GCs, 13624277/40222680 avg/max bytes residency (7 samples), 83M in use, 0.016 INIT (0.004 elapsed), 0.898 MUT (0.948 elapsed), 1.040 GC (1.037 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/NameCache.hs -o compiler/stage1/build/NameCache.o 
<<ghc: 268738896 bytes, 109 GCs, 7827802/20807120 avg/max bytes residency (6 samples), 44M in use, 0.039 INIT (0.005 elapsed), 0.585 MUT (0.658 elapsed), 0.664 GC (0.662 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/IfaceSyn.hs -o compiler/stage1/build/IfaceSyn.o 
<<ghc: 5515170680 bytes, 494 GCs, 45714797/115454592 avg/max bytes residency (12 samples), 306M in use, 0.005 INIT (0.004 elapsed), 13.842 MUT (14.401 elapsed), 8.690 GC (8.683 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/Packages.hs -o compiler/stage1/build/Packages.o 

compiler/main/Packages.hs:91:1: Warning:
    The import of ‘Data.Maybe’ is redundant
      except perhaps to import instances from ‘Data.Maybe’
    To import instances alone, use: import Data.Maybe()
<<ghc: 5004447888 bytes, 528 GCs, 42296910/106401992 avg/max bytes residency (13 samples), 284M in use, 0.017 INIT (0.005 elapsed), 12.088 MUT (12.728 elapsed), 8.322 GC (8.136 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/parser/ApiAnnotation.hs -o compiler/stage1/build/ApiAnnotation.o 
<<ghc: 1814924696 bytes, 260 GCs, 19532980/53104328 avg/max bytes residency (9 samples), 116M in use, 0.016 INIT (0.005 elapsed), 4.342 MUT (4.620 elapsed), 2.705 GC (2.630 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/InteractiveEvalTypes.hs -o compiler/stage1/build/InteractiveEvalTypes.o 
<<ghc: 322224880 bytes, 106 GCs, 11309908/35922520 avg/max bytes residency (7 samples), 77M in use, 0.016 INIT (0.004 elapsed), 0.608 MUT (0.674 elapsed), 0.950 GC (0.948 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-boot/build -Ilibraries/ghci/dist-boot/build -ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/.    -optP-include -optPlibraries/ghci/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghci/dist-boot/build -hidir libraries/ghci/dist-boot/build -stubdir libraries/ghci/dist-boot/build    -c libraries/ghci/./SizedSeq.hs -o libraries/ghci/dist-boot/build/SizedSeq.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmType.hs -o compiler/stage1/build/CmmType.o 
<<ghc: 818743864 bytes, 141 GCs, 16866406/47328888 avg/max bytes residency (7 samples), 96M in use, 0.017 INIT (0.005 elapsed), 1.663 MUT (1.818 elapsed), 1.468 GC (1.425 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts   -fforce-recomp    -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/PrimOp.hs -o compiler/stage1/build/PrimOp.o 
<<ghc: 11901172296 bytes, 2029 GCs, 60584742/104533744 avg/max bytes residency (20 samples), 284M in use, 0.016 INIT (0.005 elapsed), 26.162 MUT (27.507 elapsed), 17.028 GC (16.815 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/ghci/ByteCodeTypes.hs -o compiler/stage1/build/ByteCodeTypes.o 
<<ghc: 661781072 bytes, 151 GCs, 16758718/58947408 avg/max bytes residency (8 samples), 120M in use, 0.017 INIT (0.005 elapsed), 1.438 MUT (1.539 elapsed), 1.595 GC (1.580 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/HscTypes.hs -o compiler/stage1/build/HscTypes.o 
<<ghc: 4575332400 bytes, 399 GCs, 52787959/175939976 avg/max bytes residency (12 samples), 447M in use, 0.005 INIT (0.004 elapsed), 10.655 MUT (11.368 elapsed), 8.640 GC (8.300 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcRnTypes.hs -o compiler/stage1/build/TcRnTypes.o 
<<ghc: 3599992392 bytes, 355 GCs, 37428744/136068320 avg/max bytes residency (11 samples), 316M in use, 0.009 INIT (0.005 elapsed), 8.550 MUT (9.141 elapsed), 5.831 GC (5.639 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcSplice.hs-boot -o compiler/stage1/build/TcSplice.o-boot 
<<ghc: 274039952 bytes, 91 GCs, 11383329/33998912 avg/max bytes residency (7 samples), 76M in use, 0.017 INIT (0.005 elapsed), 0.422 MUT (0.481 elapsed), 0.931 GC (0.904 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcRnMonad.hs -o compiler/stage1/build/TcRnMonad.o 
<<ghc: 4373045376 bytes, 361 GCs, 45884923/154003504 avg/max bytes residency (11 samples), 370M in use, 0.007 INIT (0.004 elapsed), 10.682 MUT (11.160 elapsed), 7.191 GC (6.988 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/Finder.hs -o compiler/stage1/build/Finder.o 
<<ghc: 2199230168 bytes, 255 GCs, 24205608/80143800 avg/max bytes residency (9 samples), 168M in use, 0.005 INIT (0.004 elapsed), 5.071 MUT (5.364 elapsed), 3.439 GC (3.377 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/TcIface.hs-boot -o compiler/stage1/build/TcIface.o-boot 
<<ghc: 141843208 bytes, 71 GCs, 7107196/18518992 avg/max bytes residency (6 samples), 41M in use, 0.039 INIT (0.004 elapsed), 0.244 MUT (0.251 elapsed), 0.498 GC (0.494 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/LoadIface.hs-boot -o compiler/stage1/build/LoadIface.o-boot 
<<ghc: 119882872 bytes, 64 GCs, 7341653/19653288 avg/max bytes residency (6 samples), 43M in use, 0.016 INIT (0.005 elapsed), 0.210 MUT (0.217 elapsed), 0.458 GC (0.454 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/IfaceEnv.hs -o compiler/stage1/build/IfaceEnv.o 
<<ghc: 753658688 bytes, 170 GCs, 19991425/71292328 avg/max bytes residency (9 samples), 147M in use, 0.005 INIT (0.005 elapsed), 1.606 MUT (1.754 elapsed), 1.920 GC (1.861 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/backpack/NameShape.hs -o compiler/stage1/build/NameShape.o 
<<ghc: 620294464 bytes, 168 GCs, 13511842/46432496 avg/max bytes residency (8 samples), 96M in use, 0.008 INIT (0.004 elapsed), 1.422 MUT (1.517 elapsed), 1.352 GC (1.337 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/backpack/RnModIface.hs -o compiler/stage1/build/RnModIface.o 
<<ghc: 2000404640 bytes, 209 GCs, 23136378/78654712 avg/max bytes residency (8 samples), 160M in use, 0.008 INIT (0.006 elapsed), 5.377 MUT (5.614 elapsed), 2.787 GC (2.751 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/OrdList.hs -o compiler/stage1/build/OrdList.o 
<<ghc: 292910368 bytes, 81 GCs, 8873290/25321872 avg/max bytes residency (6 samples), 52M in use, 0.017 INIT (0.004 elapsed), 0.770 MUT (0.847 elapsed), 0.631 GC (0.629 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/PipelineMonad.hs -o compiler/stage1/build/PipelineMonad.o 
<<ghc: 393032936 bytes, 99 GCs, 12794099/39270920 avg/max bytes residency (7 samples), 82M in use, 0.017 INIT (0.005 elapsed), 0.853 MUT (0.896 elapsed), 0.974 GC (0.972 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/Hooks.hs -o compiler/stage1/build/Hooks.o 
<<ghc: 370682544 bytes, 116 GCs, 16997362/50291432 avg/max bytes residency (7 samples), 106M in use, 0.015 INIT (0.004 elapsed), 0.636 MUT (0.744 elapsed), 1.200 GC (1.156 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcTypeNats.hs-boot -o compiler/stage1/build/TcTypeNats.o-boot 
<<ghc: 51765072 bytes, 32 GCs, 3072234/6458624 avg/max bytes residency (4 samples), 30M in use, 0.005 INIT (0.005 elapsed), 0.111 MUT (0.114 elapsed), 0.193 GC (0.193 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreUtils.hs -o compiler/stage1/build/CoreUtils.o 
<<ghc: 2010332304 bytes, 212 GCs, 21159783/76523984 avg/max bytes residency (9 samples), 155M in use, 0.005 INIT (0.004 elapsed), 5.140 MUT (5.374 elapsed), 2.790 GC (2.753 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreSubst.hs -o compiler/stage1/build/CoreSubst.o 
<<ghc: 1215277232 bytes, 210 GCs, 22066176/70770176 avg/max bytes residency (8 samples), 143M in use, 0.006 INIT (0.005 elapsed), 2.873 MUT (3.091 elapsed), 2.159 GC (2.080 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreArity.hs -o compiler/stage1/build/CoreArity.o 
<<ghc: 954424224 bytes, 165 GCs, 16914187/52567848 avg/max bytes residency (7 samples), 107M in use, 0.006 INIT (0.005 elapsed), 2.302 MUT (2.428 elapsed), 1.611 GC (1.601 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/types/OptCoercion.hs -o compiler/stage1/build/OptCoercion.o 
<<ghc: 1086996296 bytes, 156 GCs, 19641708/58723008 avg/max bytes residency (7 samples), 119M in use, 0.007 INIT (0.005 elapsed), 2.663 MUT (2.809 elapsed), 1.693 GC (1.690 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/OccurAnal.hs -o compiler/stage1/build/OccurAnal.o 
<<ghc: 1844250320 bytes, 227 GCs, 21590629/72223776 avg/max bytes residency (9 samples), 149M in use, 0.007 INIT (0.005 elapsed), 4.706 MUT (4.935 elapsed), 2.781 GC (2.754 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreOpt.hs -o compiler/stage1/build/CoreOpt.o 
<<ghc: 1325948544 bytes, 189 GCs, 21989423/72794048 avg/max bytes residency (8 samples), 147M in use, 0.009 INIT (0.005 elapsed), 3.342 MUT (3.520 elapsed), 2.092 GC (2.059 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreUnfold.hs -o compiler/stage1/build/CoreUnfold.o 
<<ghc: 1199158936 bytes, 176 GCs, 17610537/57794304 avg/max bytes residency (8 samples), 117M in use, 0.025 INIT (0.005 elapsed), 2.804 MUT (2.952 elapsed), 1.889 GC (1.887 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/MkCore.hs -o compiler/stage1/build/MkCore.o 
<<ghc: 959365576 bytes, 171 GCs, 20062175/67568256 avg/max bytes residency (8 samples), 139M in use, 0.012 INIT (0.005 elapsed), 2.286 MUT (2.418 elapsed), 1.836 GC (1.826 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/PrelRules.hs -o compiler/stage1/build/PrelRules.o 
<<ghc: 3301276248 bytes, 297 GCs, 36688094/106838688 avg/max bytes residency (11 samples), 268M in use, 0.017 INIT (0.005 elapsed), 7.955 MUT (8.360 elapsed), 5.584 GC (5.516 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreTidy.hs -o compiler/stage1/build/CoreTidy.o 
<<ghc: 444666104 bytes, 124 GCs, 14378226/48103000 avg/max bytes residency (8 samples), 97M in use, 0.017 INIT (0.005 elapsed), 0.942 MUT (1.041 elapsed), 1.228 GC (1.203 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/specialise/Rules.hs -o compiler/stage1/build/Rules.o 
<<ghc: 1318755632 bytes, 192 GCs, 22845191/76158416 avg/max bytes residency (8 samples), 154M in use, 0.015 INIT (0.004 elapsed), 3.205 MUT (3.393 elapsed), 2.153 GC (2.119 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/basicTypes/MkId.hs -o compiler/stage1/build/MkId.o 
<<ghc: 1646510344 bytes, 226 GCs, 25738415/90494112 avg/max bytes residency (9 samples), 184M in use, 0.016 INIT (0.005 elapsed), 3.989 MUT (4.286 elapsed), 2.925 GC (2.816 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/THNames.hs -o compiler/stage1/build/THNames.o 
<<ghc: 1156214648 bytes, 196 GCs, 13522412/27442240 avg/max bytes residency (8 samples), 70M in use, 0.014 INIT (0.004 elapsed), 2.882 MUT (3.072 elapsed), 1.542 GC (1.540 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/KnownUniques.hs -o compiler/stage1/build/KnownUniques.o 
<<ghc: 405828624 bytes, 114 GCs, 10838817/33614144 avg/max bytes residency (7 samples), 70M in use, 0.005 INIT (0.004 elapsed), 0.895 MUT (0.975 elapsed), 0.936 GC (0.934 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/prelude/PrelInfo.hs -o compiler/stage1/build/PrelInfo.o 
<<ghc: 496531264 bytes, 136 GCs, 10944650/36308256 avg/max bytes residency (8 samples), 76M in use, 0.006 INIT (0.005 elapsed), 1.122 MUT (1.203 elapsed), 1.097 GC (1.087 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/BinIface.hs -o compiler/stage1/build/BinIface.o 
<<ghc: 1397743216 bytes, 205 GCs, 21329329/73663648 avg/max bytes residency (8 samples), 150M in use, 0.012 INIT (0.005 elapsed), 3.239 MUT (3.450 elapsed), 2.523 GC (2.435 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/LoadIface.hs -o compiler/stage1/build/LoadIface.o 
<<ghc: 4025075280 bytes, 369 GCs, 47629973/138863616 avg/max bytes residency (11 samples), 370M in use, 0.010 INIT (0.005 elapsed), 10.391 MUT (10.879 elapsed), 6.953 GC (6.810 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/DynamicLoading.hs -o compiler/stage1/build/DynamicLoading.o 
<<ghc: 92129616 bytes, 53 GCs, 4984617/11869176 avg/max bytes residency (5 samples), 31M in use, 0.007 INIT (0.004 elapsed), 0.229 MUT (0.295 elapsed), 0.307 GC (0.306 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcRnDriver.hs-boot -o compiler/stage1/build/TcRnDriver.o-boot 
<<ghc: 171100328 bytes, 74 GCs, 10759741/27044656 avg/max bytes residency (6 samples), 57M in use, 0.016 INIT (0.004 elapsed), 0.255 MUT (0.271 elapsed), 0.639 GC (0.624 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcUnify.hs-boot -o compiler/stage1/build/TcUnify.o-boot 
<<ghc: 152532720 bytes, 66 GCs, 6658674/16584464 avg/max bytes residency (6 samples), 38M in use, 0.006 INIT (0.005 elapsed), 0.253 MUT (0.257 elapsed), 0.503 GC (0.503 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcExpr.hs-boot -o compiler/stage1/build/TcExpr.o-boot 
<<ghc: 155062856 bytes, 64 GCs, 7381514/20353000 avg/max bytes residency (6 samples), 47M in use, 0.011 INIT (0.005 elapsed), 0.269 MUT (0.273 elapsed), 0.510 GC (0.509 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcMType.hs -o compiler/stage1/build/TcMType.o 
<<ghc: 2535153296 bytes, 231 GCs, 26437554/99649664 avg/max bytes residency (9 samples), 205M in use, 0.005 INIT (0.004 elapsed), 6.784 MUT (7.026 elapsed), 3.407 GC (3.385 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/FamInst.hs -o compiler/stage1/build/FamInst.o 
<<ghc: 1873473800 bytes, 210 GCs, 26970549/94573624 avg/max bytes residency (8 samples), 193M in use, 0.005 INIT (0.005 elapsed), 4.504 MUT (4.768 elapsed), 2.841 GC (2.756 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/FunDeps.hs -o compiler/stage1/build/FunDeps.o 
<<ghc: 768834928 bytes, 163 GCs, 15906483/50460800 avg/max bytes residency (7 samples), 105M in use, 0.007 INIT (0.004 elapsed), 1.801 MUT (1.942 elapsed), 1.495 GC (1.459 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcEnv.hs -o compiler/stage1/build/TcEnv.o 
<<ghc: 1976740656 bytes, 274 GCs, 33641864/126452160 avg/max bytes residency (9 samples), 258M in use, 0.015 INIT (0.005 elapsed), 4.699 MUT (4.941 elapsed), 3.595 GC (3.540 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcHsSyn.hs -o compiler/stage1/build/TcHsSyn.o 
<<ghc: 3499734960 bytes, 337 GCs, 33875828/119855600 avg/max bytes residency (10 samples), 266M in use, 0.006 INIT (0.005 elapsed), 9.025 MUT (9.543 elapsed), 5.572 GC (5.382 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/Inst.hs -o compiler/stage1/build/Inst.o 
<<ghc: 1896650376 bytes, 261 GCs, 33701224/120191200 avg/max bytes residency (9 samples), 246M in use, 0.006 INIT (0.004 elapsed), 4.679 MUT (4.864 elapsed), 3.580 GC (3.574 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcUnify.hs -o compiler/stage1/build/TcUnify.o 
<<ghc: 2589958992 bytes, 291 GCs, 33763984/122229320 avg/max bytes residency (10 samples), 264M in use, 0.006 INIT (0.004 elapsed), 6.736 MUT (7.043 elapsed), 4.258 GC (4.211 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/parser/Ctype.hs -o compiler/stage1/build/Ctype.o 
<<ghc: 194438056 bytes, 97 GCs, 5587246/13772704 avg/max bytes residency (6 samples), 31M in use, 0.010 INIT (0.005 elapsed), 0.452 MUT (0.512 elapsed), 0.468 GC (0.467 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stage1/build/Lexer.hs -o compiler/stage1/build/Lexer.o 
<<ghc: 6456679000 bytes, 608 GCs, 41157650/95375800 avg/max bytes residency (14 samples), 246M in use, 0.017 INIT (0.004 elapsed), 15.662 MUT (16.442 elapsed), 9.430 GC (9.348 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/parser/RdrHsSyn.hs -o compiler/stage1/build/RdrHsSyn.o 
<<ghc: 3423861944 bytes, 267 GCs, 36271314/123720272 avg/max bytes residency (10 samples), 288M in use, 0.015 INIT (0.005 elapsed), 8.577 MUT (9.128 elapsed), 5.437 GC (5.250 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnEnv.hs -o compiler/stage1/build/RnEnv.o 
<<ghc: 4569743160 bytes, 373 GCs, 45760627/146086888 avg/max bytes residency (11 samples), 371M in use, 0.017 INIT (0.005 elapsed), 11.663 MUT (12.161 elapsed), 7.073 GC (6.990 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcErrors.hs -o compiler/stage1/build/TcErrors.o 
<<ghc: 5426164704 bytes, 382 GCs, 44003660/144898848 avg/max bytes residency (11 samples), 351M in use, 0.007 INIT (0.005 elapsed), 14.057 MUT (14.667 elapsed), 7.426 GC (7.346 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnNames.hs -o compiler/stage1/build/RnNames.o 
<<ghc: 4193511288 bytes, 316 GCs, 44769160/153927080 avg/max bytes residency (10 samples), 349M in use, 0.006 INIT (0.005 elapsed), 10.388 MUT (10.934 elapsed), 6.325 GC (6.145 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcSMonad.hs -o compiler/stage1/build/TcSMonad.o 
<<ghc: 4061811896 bytes, 380 GCs, 38179602/134310360 avg/max bytes residency (11 samples), 328M in use, 0.014 INIT (0.005 elapsed), 10.768 MUT (11.208 elapsed), 5.919 GC (5.834 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcFlatten.hs -o compiler/stage1/build/TcFlatten.o 
<<ghc: 1771495872 bytes, 209 GCs, 25547162/85657160 avg/max bytes residency (8 samples), 176M in use, 0.019 INIT (0.005 elapsed), 4.367 MUT (4.642 elapsed), 2.689 GC (2.600 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcCanonical.hs -o compiler/stage1/build/TcCanonical.o 
<<ghc: 2426349848 bytes, 249 GCs, 26530718/100719168 avg/max bytes residency (9 samples), 208M in use, 0.014 INIT (0.004 elapsed), 6.190 MUT (6.508 elapsed), 3.543 GC (3.454 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcInteract.hs -o compiler/stage1/build/TcInteract.o 
<<ghc: 3856709272 bytes, 328 GCs, 33468986/127790136 avg/max bytes residency (10 samples), 261M in use, 0.014 INIT (0.004 elapsed), 9.840 MUT (10.339 elapsed), 5.440 GC (5.281 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcSimplify.hs -o compiler/stage1/build/TcSimplify.o 
<<ghc: 3124362024 bytes, 237 GCs, 30553738/116624272 avg/max bytes residency (9 samples), 238M in use, 0.005 INIT (0.005 elapsed), 8.550 MUT (8.889 elapsed), 3.742 GC (3.700 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/CoreMonad.hs -o compiler/stage1/build/CoreMonad.o 
<<ghc: 2585667896 bytes, 288 GCs, 39064607/116635592 avg/max bytes residency (10 samples), 288M in use, 0.005 INIT (0.004 elapsed), 6.271 MUT (6.649 elapsed), 4.930 GC (4.755 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CoreLint.hs -o compiler/stage1/build/CoreLint.o 
<<ghc: 6801412616 bytes, 473 GCs, 53913944/138424232 avg/max bytes residency (12 samples), 365M in use, 0.017 INIT (0.005 elapsed), 17.745 MUT (18.911 elapsed), 10.268 GC (9.758 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/BuildTyCl.hs -o compiler/stage1/build/BuildTyCl.o 
<<ghc: 1021007080 bytes, 184 GCs, 18598104/58655200 avg/max bytes residency (7 samples), 122M in use, 0.014 INIT (0.004 elapsed), 2.355 MUT (2.500 elapsed), 1.891 GC (1.853 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcTypeNats.hs -o compiler/stage1/build/TcTypeNats.o 
<<ghc: 1055942248 bytes, 132 GCs, 14908434/46555784 avg/max bytes residency (7 samples), 96M in use, 0.017 INIT (0.005 elapsed), 2.673 MUT (2.817 elapsed), 1.439 GC (1.419 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/TcIface.hs -o compiler/stage1/build/TcIface.o 
<<ghc: 3953762512 bytes, 415 GCs, 42994426/130133232 avg/max bytes residency (11 samples), 336M in use, 0.008 INIT (0.005 elapsed), 9.997 MUT (10.577 elapsed), 6.659 GC (6.403 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcPatSyn.hs-boot -o compiler/stage1/build/TcPatSyn.o-boot 
<<ghc: 130874808 bytes, 68 GCs, 6122062/15404872 avg/max bytes residency (6 samples), 35M in use, 0.005 INIT (0.005 elapsed), 0.240 MUT (0.240 elapsed), 0.441 GC (0.434 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcMatches.hs-boot -o compiler/stage1/build/TcMatches.o-boot 
<<ghc: 157612104 bytes, 74 GCs, 7012060/18778312 avg/max bytes residency (6 samples), 43M in use, 0.006 INIT (0.005 elapsed), 0.266 MUT (0.271 elapsed), 0.534 GC (0.528 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcValidity.hs -o compiler/stage1/build/TcValidity.o 
<<ghc: 7469488720 bytes, 508 GCs, 58878067/156837576 avg/max bytes residency (13 samples), 404M in use, 0.015 INIT (0.004 elapsed), 15.313 MUT (15.837 elapsed), 12.013 GC (11.917 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcHsType.hs -o compiler/stage1/build/TcHsType.o 
<<ghc: 4253723976 bytes, 321 GCs, 33887962/124801464 avg/max bytes residency (10 samples), 261M in use, 0.017 INIT (0.004 elapsed), 11.191 MUT (11.737 elapsed), 5.746 GC (5.589 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcSigs.hs -o compiler/stage1/build/TcSigs.o 
<<ghc: 1512355568 bytes, 212 GCs, 23873014/82764248 avg/max bytes residency (8 samples), 172M in use, 0.005 INIT (0.004 elapsed), 3.866 MUT (4.023 elapsed), 2.494 GC (2.474 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcPat.hs -o compiler/stage1/build/TcPat.o 
<<ghc: 2064797920 bytes, 234 GCs, 29465581/110890368 avg/max bytes residency (9 samples), 230M in use, 0.017 INIT (0.005 elapsed), 4.983 MUT (5.303 elapsed), 3.380 GC (3.250 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcBinds.hs -o compiler/stage1/build/TcBinds.o 
<<ghc: 3688148672 bytes, 294 GCs, 34965311/132651248 avg/max bytes residency (10 samples), 274M in use, 0.014 INIT (0.004 elapsed), 9.035 MUT (9.563 elapsed), 5.285 GC (5.120 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcTyDecls.hs -o compiler/stage1/build/TcTyDecls.o 
<<ghc: 1852362296 bytes, 231 GCs, 27060786/94059608 avg/max bytes residency (8 samples), 194M in use, 0.008 INIT (0.005 elapsed), 4.660 MUT (4.918 elapsed), 2.949 GC (2.859 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnHsDoc.hs -o compiler/stage1/build/RnHsDoc.o 
<<ghc: 133712264 bytes, 65 GCs, 7220796/19630120 avg/max bytes residency (6 samples), 42M in use, 0.005 INIT (0.005 elapsed), 0.261 MUT (0.293 elapsed), 0.481 GC (0.480 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcRnExports.hs -o compiler/stage1/build/TcRnExports.o 
<<ghc: 2495742680 bytes, 270 GCs, 29779531/106315880 avg/max bytes residency (9 samples), 217M in use, 0.016 INIT (0.004 elapsed), 5.687 MUT (5.987 elapsed), 3.862 GC (3.771 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcBackpack.hs -o compiler/stage1/build/TcBackpack.o 
<<ghc: 2738992640 bytes, 255 GCs, 32636510/114270552 avg/max bytes residency (8 samples), 234M in use, 0.017 INIT (0.005 elapsed), 6.742 MUT (7.054 elapsed), 3.832 GC (3.770 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/Stream.hs -o compiler/stage1/build/Stream.o 
<<ghc: 143060640 bytes, 71 GCs, 4626187/9968856 avg/max bytes residency (5 samples), 31M in use, 0.005 INIT (0.004 elapsed), 0.415 MUT (0.460 elapsed), 0.318 GC (0.317 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Collections.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Collections.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Checkpoint.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Checkpoint.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Unique.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Unique.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Label.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Label.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Block.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Block.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Graph.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Graph.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Fuel.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Fuel.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Dataflow.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/XUtil.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/XUtil.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Show.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Show.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Pointed.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Pointed.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/MkGraph.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Debug.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Debug.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Combinators.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Combinators.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmMachOp.hs -o compiler/stage1/build/CmmMachOp.o 
<<ghc: 1227048968 bytes, 151 GCs, 13611093/39647464 avg/max bytes residency (7 samples), 81M in use, 0.010 INIT (0.005 elapsed), 2.916 MUT (3.167 elapsed), 1.519 GC (1.490 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CLabel.hs -o compiler/stage1/build/CLabel.o 
<<ghc: 2587489024 bytes, 280 GCs, 27428017/76512960 avg/max bytes residency (10 samples), 185M in use, 0.019 INIT (0.005 elapsed), 5.817 MUT (6.206 elapsed), 4.079 GC (3.991 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Internals.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Internals.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/BlockId.hs -o compiler/stage1/build/BlockId.o 
<<ghc: 220542664 bytes, 94 GCs, 7750512/20877808 avg/max bytes residency (6 samples), 46M in use, 0.015 INIT (0.005 elapsed), 0.424 MUT (0.461 elapsed), 0.626 GC (0.625 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmExpr.hs -o compiler/stage1/build/CmmExpr.o 
<<ghc: 850252544 bytes, 123 GCs, 13654569/40324824 avg/max bytes residency (7 samples), 82M in use, 0.017 INIT (0.004 elapsed), 2.014 MUT (2.186 elapsed), 1.313 GC (1.268 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/SMRep.hs -o compiler/stage1/build/SMRep.o 
<<ghc: 1816085408 bytes, 287 GCs, 27882842/66144048 avg/max bytes residency (9 samples), 169M in use, 0.005 INIT (0.004 elapsed), 3.553 MUT (3.759 elapsed), 3.242 GC (3.226 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmSwitch.hs -o compiler/stage1/build/CmmSwitch.o 
<<ghc: 607950032 bytes, 110 GCs, 12156070/37775920 avg/max bytes residency (7 samples), 78M in use, 0.006 INIT (0.005 elapsed), 1.521 MUT (1.601 elapsed), 1.029 GC (1.011 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegClass.hs -o compiler/stage1/build/RegClass.o 
<<ghc: 127263336 bytes, 60 GCs, 5389628/13081384 avg/max bytes residency (5 samples), 31M in use, 0.017 INIT (0.004 elapsed), 0.270 MUT (0.314 elapsed), 0.377 GC (0.369 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/Reg.hs -o compiler/stage1/build/Reg.o 
<<ghc: 571353464 bytes, 110 GCs, 8095016/22874264 avg/max bytes residency (6 samples), 48M in use, 0.016 INIT (0.005 elapsed), 1.427 MUT (1.536 elapsed), 0.800 GC (0.780 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/CodeGen/Platform/NoRegs.hs -o compiler/stage1/build/CodeGen/Platform/NoRegs.o 
<<ghc: 73765216 bytes, 43 GCs, 2967474/5908072 avg/max bytes residency (4 samples), 30M in use, 0.017 INIT (0.005 elapsed), 0.192 MUT (0.259 elapsed), 0.226 GC (0.220 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/CodeGen/Platform/X86_64.hs -o compiler/stage1/build/CodeGen/Platform/X86_64.o 
<<ghc: 153664040 bytes, 76 GCs, 5280776/12352056 avg/max bytes residency (5 samples), 32M in use, 0.006 INIT (0.005 elapsed), 0.353 MUT (0.426 elapsed), 0.346 GC (0.346 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/CodeGen/Platform/X86.hs -o compiler/stage1/build/CodeGen/Platform/X86.o 
<<ghc: 112378000 bytes, 49 GCs, 4552585/11200704 avg/max bytes residency (5 samples), 30M in use, 0.005 INIT (0.004 elapsed), 0.277 MUT (0.347 elapsed), 0.294 GC (0.293 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/CodeGen/Platform/SPARC.hs -o compiler/stage1/build/CodeGen/Platform/SPARC.o 
<<ghc: 119766408 bytes, 51 GCs, 4549843/11217528 avg/max bytes residency (5 samples), 30M in use, 0.012 INIT (0.005 elapsed), 0.298 MUT (0.364 elapsed), 0.302 GC (0.300 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs -o compiler/stage1/build/CodeGen/Platform/PPC_Darwin.o 
<<ghc: 117111816 bytes, 51 GCs, 4529363/11160976 avg/max bytes residency (5 samples), 30M in use, 0.016 INIT (0.005 elapsed), 0.286 MUT (0.352 elapsed), 0.297 GC (0.296 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/CodeGen/Platform/PPC.hs -o compiler/stage1/build/CodeGen/Platform/PPC.o 
<<ghc: 128445816 bytes, 51 GCs, 4367784/10413792 avg/max bytes residency (5 samples), 31M in use, 0.016 INIT (0.004 elapsed), 0.306 MUT (0.371 elapsed), 0.308 GC (0.307 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/CodeGen/Platform/ARM64.hs -o compiler/stage1/build/CodeGen/Platform/ARM64.o 
<<ghc: 113837208 bytes, 50 GCs, 4631236/11363464 avg/max bytes residency (5 samples), 30M in use, 0.015 INIT (0.004 elapsed), 0.284 MUT (0.349 elapsed), 0.298 GC (0.297 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/CodeGen/Platform/ARM.hs -o compiler/stage1/build/CodeGen/Platform/ARM.o 
<<ghc: 107834264 bytes, 49 GCs, 4614446/11297856 avg/max bytes residency (5 samples), 30M in use, 0.016 INIT (0.005 elapsed), 0.267 MUT (0.335 elapsed), 0.298 GC (0.297 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/CodeGen/Platform.hs -o compiler/stage1/build/CodeGen/Platform.o 
<<ghc: 134347440 bytes, 60 GCs, 4920750/12305488 avg/max bytes residency (5 samples), 30M in use, 0.006 INIT (0.005 elapsed), 0.319 MUT (0.356 elapsed), 0.325 GC (0.324 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmNode.hs -o compiler/stage1/build/CmmNode.o 
<<ghc: 960902888 bytes, 155 GCs, 19380136/57677000 avg/max bytes residency (7 samples), 117M in use, 0.005 INIT (0.004 elapsed), 2.248 MUT (2.440 elapsed), 1.654 GC (1.584 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/Cmm.hs -o compiler/stage1/build/Cmm.o 
<<ghc: 329633704 bytes, 103 GCs, 11126621/35412168 avg/max bytes residency (7 samples), 73M in use, 0.007 INIT (0.005 elapsed), 0.661 MUT (0.787 elapsed), 0.946 GC (0.900 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/PprBase.hs -o compiler/stage1/build/PprBase.o 
<<ghc: 501153808 bytes, 106 GCs, 12808969/39448984 avg/max bytes residency (7 samples), 80M in use, 0.016 INIT (0.005 elapsed), 1.107 MUT (1.164 elapsed), 1.013 GC (1.005 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/Llvm/Types.hs -o compiler/stage1/build/Llvm/Types.o 
<<ghc: 1939229432 bytes, 224 GCs, 25881264/67566800 avg/max bytes residency (8 samples), 156M in use, 0.011 INIT (0.005 elapsed), 4.373 MUT (4.811 elapsed), 3.089 GC (2.964 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/Llvm/MetaData.hs -o compiler/stage1/build/Llvm/MetaData.o 
<<ghc: 259727112 bytes, 95 GCs, 12199986/38305040 avg/max bytes residency (7 samples), 74M in use, 0.015 INIT (0.005 elapsed), 0.538 MUT (0.576 elapsed), 0.867 GC (0.865 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/Llvm/AbsSyn.hs -o compiler/stage1/build/Llvm/AbsSyn.o 
<<ghc: 305929576 bytes, 102 GCs, 7042532/17372232 avg/max bytes residency (6 samples), 39M in use, 0.010 INIT (0.005 elapsed), 0.754 MUT (0.824 elapsed), 0.578 GC (0.576 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/Llvm/PpLlvm.hs -o compiler/stage1/build/Llvm/PpLlvm.o 
<<ghc: 6759700232 bytes, 648 GCs, 54759189/118363224 avg/max bytes residency (17 samples), 291M in use, 0.005 INIT (0.005 elapsed), 13.359 MUT (14.558 elapsed), 13.766 GC (13.747 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/Llvm.hs -o compiler/stage1/build/Llvm.o 
<<ghc: 68808112 bytes, 39 GCs, 3337612/7044536 avg/max bytes residency (4 samples), 30M in use, 0.015 INIT (0.004 elapsed), 0.159 MUT (0.189 elapsed), 0.210 GC (0.209 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/LlvmCodeGen/Regs.hs -o compiler/stage1/build/LlvmCodeGen/Regs.o 
<<ghc: 544235000 bytes, 124 GCs, 11744456/33111768 avg/max bytes residency (7 samples), 69M in use, 0.006 INIT (0.004 elapsed), 1.025 MUT (1.138 elapsed), 1.080 GC (1.051 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/LlvmCodeGen/Base.hs -o compiler/stage1/build/LlvmCodeGen/Base.o 
<<ghc: 1459672600 bytes, 210 GCs, 20082488/65113392 avg/max bytes residency (8 samples), 133M in use, 0.006 INIT (0.005 elapsed), 3.489 MUT (3.698 elapsed), 2.406 GC (2.359 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/SysTools.hs -o compiler/stage1/build/SysTools.o 
<<ghc: 4382697232 bytes, 355 GCs, 40400110/102596256 avg/max bytes residency (11 samples), 269M in use, 0.016 INIT (0.005 elapsed), 11.933 MUT (12.435 elapsed), 6.155 GC (5.998 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/HscStats.hs -o compiler/stage1/build/HscStats.o 
<<ghc: 805841040 bytes, 148 GCs, 19522467/68619680 avg/max bytes residency (8 samples), 139M in use, 0.017 INIT (0.005 elapsed), 1.823 MUT (1.911 elapsed), 1.673 GC (1.665 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/PprCmmExpr.hs -o compiler/stage1/build/PprCmmExpr.o 
<<ghc: 804910136 bytes, 121 GCs, 15624606/48802360 avg/max bytes residency (7 samples), 99M in use, 0.015 INIT (0.005 elapsed), 1.820 MUT (1.918 elapsed), 1.330 GC (1.311 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/PprCmmDecl.hs -o compiler/stage1/build/PprCmmDecl.o 
<<ghc: 602385592 bytes, 140 GCs, 15714259/50604648 avg/max bytes residency (8 samples), 102M in use, 0.015 INIT (0.005 elapsed), 1.246 MUT (1.353 elapsed), 1.387 GC (1.377 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/Hoopl/Dataflow.hs -o compiler/stage1/build/Hoopl/Dataflow.o 
<<ghc: 280822184 bytes, 89 GCs, 7514061/20207944 avg/max bytes residency (6 samples), 43M in use, 0.005 INIT (0.004 elapsed), 0.765 MUT (0.811 elapsed), 0.597 GC (0.592 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/Hoopl.hs -o compiler/stage1/build/Hoopl.o 
<<ghc: 206653920 bytes, 96 GCs, 11732507/35012184 avg/max bytes residency (7 samples), 72M in use, 0.017 INIT (0.005 elapsed), 0.368 MUT (0.404 elapsed), 0.807 GC (0.805 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmUtils.hs -o compiler/stage1/build/CmmUtils.o 
<<ghc: 1738124600 bytes, 230 GCs, 25328682/75357072 avg/max bytes residency (9 samples), 178M in use, 0.015 INIT (0.004 elapsed), 3.920 MUT (4.250 elapsed), 2.756 GC (2.709 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/PprCmm.hs -o compiler/stage1/build/PprCmm.o 
<<ghc: 1243262368 bytes, 167 GCs, 16617514/57609848 avg/max bytes residency (8 samples), 117M in use, 0.006 INIT (0.004 elapsed), 2.840 MUT (3.019 elapsed), 1.880 GC (1.857 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmLive.hs -o compiler/stage1/build/CmmLive.o 
<<ghc: 371038232 bytes, 110 GCs, 11390429/29200072 avg/max bytes residency (6 samples), 63M in use, 0.008 INIT (0.004 elapsed), 0.813 MUT (0.857 elapsed), 0.823 GC (0.821 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmLint.hs -o compiler/stage1/build/CmmLint.o 
<<ghc: 1558408000 bytes, 201 GCs, 22118715/69173128 avg/max bytes residency (9 samples), 159M in use, 0.009 INIT (0.005 elapsed), 3.274 MUT (3.455 elapsed), 2.723 GC (2.664 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/CPrim.hs -o compiler/stage1/build/CPrim.o 
<<ghc: 195458888 bytes, 83 GCs, 5202937/12499344 avg/max bytes residency (5 samples), 30M in use, 0.015 INIT (0.005 elapsed), 0.478 MUT (0.525 elapsed), 0.385 GC (0.384 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/PprC.hs -o compiler/stage1/build/PprC.o 
<<ghc: 12756374192 bytes, 880 GCs, 76100364/158307552 avg/max bytes residency (18 samples), 411M in use, 0.010 INIT (0.005 elapsed), 38.471 MUT (39.929 elapsed), 18.727 GC (18.400 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/CgUtils.hs -o compiler/stage1/build/CgUtils.o 
<<ghc: 1041710792 bytes, 179 GCs, 20115230/71096968 avg/max bytes residency (9 samples), 145M in use, 0.017 INIT (0.004 elapsed), 1.780 MUT (1.866 elapsed), 2.355 GC (2.345 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/LlvmMangler.hs -o compiler/stage1/build/LlvmMangler.o 
<<ghc: 453181656 bytes, 142 GCs, 16939473/49600288 avg/max bytes residency (7 samples), 99M in use, 0.005 INIT (0.005 elapsed), 0.937 MUT (1.013 elapsed), 1.255 GC (1.230 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/LlvmCodeGen/Data.hs -o compiler/stage1/build/LlvmCodeGen/Data.o 
<<ghc: 553865872 bytes, 129 GCs, 15237277/53440784 avg/max bytes residency (8 samples), 108M in use, 0.005 INIT (0.004 elapsed), 1.231 MUT (1.315 elapsed), 1.235 GC (1.232 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/LlvmCodeGen/Ppr.hs -o compiler/stage1/build/LlvmCodeGen/Ppr.o 
<<ghc: 728625656 bytes, 173 GCs, 16329650/54259280 avg/max bytes residency (8 samples), 108M in use, 0.017 INIT (0.005 elapsed), 2.103 MUT (2.197 elapsed), 1.492 GC (1.489 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/LlvmCodeGen/CodeGen.hs -o compiler/stage1/build/LlvmCodeGen/CodeGen.o 
<<ghc: 5514942528 bytes, 475 GCs, 45806169/122275224 avg/max bytes residency (13 samples), 303M in use, 0.006 INIT (0.004 elapsed), 13.845 MUT (14.454 elapsed), 9.652 GC (9.434 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/llvmGen/LlvmCodeGen.hs -o compiler/stage1/build/LlvmCodeGen.o 
<<ghc: 968583728 bytes, 156 GCs, 15277893/52374928 avg/max bytes residency (8 samples), 106M in use, 0.017 INIT (0.004 elapsed), 2.526 MUT (2.676 elapsed), 1.625 GC (1.570 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmOpt.hs -o compiler/stage1/build/CmmOpt.o 
<<ghc: 961680960 bytes, 158 GCs, 19190956/60279832 avg/max bytes residency (8 samples), 122M in use, 0.017 INIT (0.005 elapsed), 2.019 MUT (2.224 elapsed), 2.027 GC (1.965 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/Debug.hs -o compiler/stage1/build/Debug.o 
<<ghc: 1027274760 bytes, 154 GCs, 18817020/65150184 avg/max bytes residency (8 samples), 131M in use, 0.012 INIT (0.004 elapsed), 2.462 MUT (2.601 elapsed), 1.732 GC (1.692 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/State/Strict.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/State/Strict.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/X86/Regs.hs -o compiler/stage1/build/X86/Regs.o 
<<ghc: 565390600 bytes, 105 GCs, 13377693/40960128 avg/max bytes residency (7 samples), 84M in use, 0.017 INIT (0.005 elapsed), 1.265 MUT (1.362 elapsed), 1.062 GC (1.060 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/Dwarf/Constants.hs -o compiler/stage1/build/Dwarf/Constants.o 
<<ghc: 395184760 bytes, 120 GCs, 13782957/41309544 avg/max bytes residency (7 samples), 83M in use, 0.017 INIT (0.004 elapsed), 0.756 MUT (0.846 elapsed), 1.035 GC (0.993 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/Dwarf/Types.hs -o compiler/stage1/build/Dwarf/Types.o 
<<ghc: 7043521624 bytes, 575 GCs, 53114889/108230784 avg/max bytes residency (14 samples), 293M in use, 0.006 INIT (0.005 elapsed), 16.186 MUT (16.946 elapsed), 10.811 GC (10.712 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/Dwarf.hs -o compiler/stage1/build/Dwarf.o 
<<ghc: 847282592 bytes, 146 GCs, 17671275/60332312 avg/max bytes residency (8 samples), 121M in use, 0.024 INIT (0.005 elapsed), 1.843 MUT (1.945 elapsed), 1.595 GC (1.574 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/Format.hs -o compiler/stage1/build/Format.o 
<<ghc: 198153184 bytes, 73 GCs, 7954264/22665800 avg/max bytes residency (6 samples), 48M in use, 0.017 INIT (0.004 elapsed), 0.432 MUT (0.476 elapsed), 0.551 GC (0.549 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/Regs.hs -o compiler/stage1/build/SPARC/Regs.o 
<<ghc: 308977264 bytes, 115 GCs, 8409565/23736704 avg/max bytes residency (6 samples), 50M in use, 0.015 INIT (0.004 elapsed), 0.702 MUT (0.752 elapsed), 0.685 GC (0.684 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/PPC/Regs.hs -o compiler/stage1/build/PPC/Regs.o 
<<ghc: 612782632 bytes, 108 GCs, 13201398/39235408 avg/max bytes residency (7 samples), 81M in use, 0.007 INIT (0.006 elapsed), 1.364 MUT (1.505 elapsed), 1.119 GC (1.082 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/X86/RegInfo.hs -o compiler/stage1/build/X86/RegInfo.o 
<<ghc: 223971128 bytes, 93 GCs, 7717773/21604424 avg/max bytes residency (6 samples), 48M in use, 0.019 INIT (0.005 elapsed), 0.481 MUT (0.553 elapsed), 0.585 GC (0.583 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/TargetReg.hs -o compiler/stage1/build/TargetReg.o 
<<ghc: 213210040 bytes, 81 GCs, 4828744/11531600 avg/max bytes residency (5 samples), 30M in use, 0.006 INIT (0.004 elapsed), 0.560 MUT (0.653 elapsed), 0.363 GC (0.362 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/NCGMonad.hs -o compiler/stage1/build/NCGMonad.o 

compiler/nativeGen/NCGMonad.hs:57:1: Warning:
    The import of ‘Compiler.Hoopl’ is redundant
      except perhaps to import instances from ‘Compiler.Hoopl’
    To import instances alone, use: import Compiler.Hoopl()
<<ghc: 525863400 bytes, 122 GCs, 14009190/48013504 avg/max bytes residency (8 samples), 98M in use, 0.006 INIT (0.005 elapsed), 1.164 MUT (1.255 elapsed), 1.173 GC (1.162 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/Instruction.hs -o compiler/stage1/build/Instruction.o 
<<ghc: 196186824 bytes, 89 GCs, 10735740/30570680 avg/max bytes residency (7 samples), 61M in use, 0.016 INIT (0.004 elapsed), 0.322 MUT (0.393 elapsed), 0.723 GC (0.690 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/X86/Cond.hs -o compiler/stage1/build/X86/Cond.o 
<<ghc: 62867544 bytes, 32 GCs, 3210998/6251456 avg/max bytes residency (4 samples), 31M in use, 0.006 INIT (0.004 elapsed), 0.169 MUT (0.207 elapsed), 0.185 GC (0.184 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/X86/Instr.hs -o compiler/stage1/build/X86/Instr.o 
<<ghc: 1304242600 bytes, 196 GCs, 20813989/60887568 avg/max bytes residency (8 samples), 132M in use, 0.015 INIT (0.004 elapsed), 2.899 MUT (3.156 elapsed), 2.387 GC (2.310 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/Bitmap.hs -o compiler/stage1/build/Bitmap.o 
<<ghc: 415746320 bytes, 96 GCs, 11693858/32701192 avg/max bytes residency (7 samples), 67M in use, 0.020 INIT (0.005 elapsed), 0.810 MUT (0.885 elapsed), 0.913 GC (0.912 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmInfo.hs -o compiler/stage1/build/CmmInfo.o 
<<ghc: 3356987272 bytes, 495 GCs, 32588489/86968000 avg/max bytes residency (10 samples), 227M in use, 0.008 INIT (0.005 elapsed), 8.020 MUT (8.809 elapsed), 4.115 GC (4.070 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/PPC/Cond.hs -o compiler/stage1/build/PPC/Cond.o 
<<ghc: 62581960 bytes, 33 GCs, 3302338/6418536 avg/max bytes residency (4 samples), 31M in use, 0.007 INIT (0.004 elapsed), 0.169 MUT (0.207 elapsed), 0.191 GC (0.190 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/PPC/Instr.hs -o compiler/stage1/build/PPC/Instr.o 
<<ghc: 1105335296 bytes, 172 GCs, 19757085/59704328 avg/max bytes residency (8 samples), 121M in use, 0.006 INIT (0.004 elapsed), 2.464 MUT (2.685 elapsed), 1.936 GC (1.881 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/PIC.hs -o compiler/stage1/build/PIC.o 
<<ghc: 1402507080 bytes, 202 GCs, 20379519/59627352 avg/max bytes residency (8 samples), 126M in use, 0.017 INIT (0.005 elapsed), 3.124 MUT (3.289 elapsed), 2.230 GC (2.200 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/GraphBase.hs -o compiler/stage1/build/GraphBase.o 
<<ghc: 74555224 bytes, 46 GCs, 3044028/6207208 avg/max bytes residency (4 samples), 30M in use, 0.005 INIT (0.005 elapsed), 0.188 MUT (0.224 elapsed), 0.212 GC (0.211 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs -o compiler/stage1/build/RegAlloc/Graph/TrivColorable.o 
<<ghc: 154945544 bytes, 58 GCs, 4438548/10683432 avg/max bytes residency (5 samples), 31M in use, 0.005 INIT (0.004 elapsed), 0.413 MUT (0.468 elapsed), 0.334 GC (0.325 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/State.hs -o compiler/stage1/build/State.o 
<<ghc: 77324328 bytes, 37 GCs, 2888606/5470160 avg/max bytes residency (4 samples), 31M in use, 0.016 INIT (0.005 elapsed), 0.259 MUT (0.299 elapsed), 0.196 GC (0.196 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Liveness.hs -o compiler/stage1/build/RegAlloc/Liveness.o 
<<ghc: 1280397680 bytes, 171 GCs, 19817806/63226464 avg/max bytes residency (8 samples), 127M in use, 0.105 INIT (0.005 elapsed), 3.493 MUT (3.633 elapsed), 2.052 GC (2.024 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Graph/SpillCost.hs -o compiler/stage1/build/RegAlloc/Graph/SpillCost.o 
<<ghc: 501548880 bytes, 106 GCs, 12528136/40174360 avg/max bytes residency (7 samples), 82M in use, 0.005 INIT (0.004 elapsed), 1.201 MUT (1.275 elapsed), 1.059 GC (1.044 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Graph/Spill.hs -o compiler/stage1/build/RegAlloc/Graph/Spill.o 
<<ghc: 586851456 bytes, 124 GCs, 13139118/42197024 avg/max bytes residency (7 samples), 86M in use, 0.017 INIT (0.005 elapsed), 1.478 MUT (1.562 elapsed), 1.111 GC (1.090 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/GraphPpr.hs -o compiler/stage1/build/GraphPpr.o 
<<ghc: 887390472 bytes, 174 GCs, 14541430/38348848 avg/max bytes residency (8 samples), 85M in use, 0.013 INIT (0.004 elapsed), 1.950 MUT (2.127 elapsed), 1.704 GC (1.655 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/GraphOps.hs -o compiler/stage1/build/GraphOps.o 
<<ghc: 727370784 bytes, 200 GCs, 10604914/24556192 avg/max bytes residency (7 samples), 60M in use, 0.011 INIT (0.004 elapsed), 2.023 MUT (2.117 elapsed), 1.207 GC (1.205 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/GraphColor.hs -o compiler/stage1/build/GraphColor.o 
<<ghc: 524295784 bytes, 100 GCs, 8728270/24931216 avg/max bytes residency (6 samples), 52M in use, 0.006 INIT (0.005 elapsed), 1.276 MUT (1.351 elapsed), 0.817 GC (0.816 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Graph/Stats.hs -o compiler/stage1/build/RegAlloc/Graph/Stats.o 
<<ghc: 1849606576 bytes, 212 GCs, 22564802/71868656 avg/max bytes residency (9 samples), 161M in use, 0.015 INIT (0.004 elapsed), 3.935 MUT (4.320 elapsed), 3.159 GC (3.054 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Graph/SpillClean.hs -o compiler/stage1/build/RegAlloc/Graph/SpillClean.o 
<<ghc: 705911352 bytes, 138 GCs, 14736743/48717224 avg/max bytes residency (8 samples), 99M in use, 0.006 INIT (0.005 elapsed), 1.775 MUT (1.854 elapsed), 1.318 GC (1.304 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Graph/Main.hs -o compiler/stage1/build/RegAlloc/Graph/Main.o 
<<ghc: 947500784 bytes, 163 GCs, 19589756/64394960 avg/max bytes residency (8 samples), 129M in use, 0.005 INIT (0.004 elapsed), 2.121 MUT (2.238 elapsed), 1.824 GC (1.795 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/X86_64/FreeRegs.o 
<<ghc: 163829856 bytes, 83 GCs, 4972779/12060176 avg/max bytes residency (5 samples), 30M in use, 0.016 INIT (0.004 elapsed), 0.412 MUT (0.454 elapsed), 0.375 GC (0.374 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/X86/FreeRegs.o 
<<ghc: 155560688 bytes, 84 GCs, 4933411/11854248 avg/max bytes residency (5 samples), 30M in use, 0.010 INIT (0.004 elapsed), 0.383 MUT (0.423 elapsed), 0.378 GC (0.377 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/SPARC/FreeRegs.o 
<<ghc: 653424240 bytes, 134 GCs, 11644966/33065888 avg/max bytes residency (7 samples), 69M in use, 0.011 INIT (0.006 elapsed), 1.468 MUT (1.541 elapsed), 1.089 GC (1.087 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/PPC/FreeRegs.o 
<<ghc: 219836768 bytes, 84 GCs, 8510149/24298960 avg/max bytes residency (6 samples), 51M in use, 0.005 INIT (0.004 elapsed), 0.513 MUT (0.547 elapsed), 0.600 GC (0.599 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/Base.hs -o compiler/stage1/build/SPARC/Base.o 
<<ghc: 213189816 bytes, 81 GCs, 11409018/29763760 avg/max bytes residency (6 samples), 61M in use, 0.022 INIT (0.005 elapsed), 0.378 MUT (0.416 elapsed), 0.717 GC (0.712 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/Cond.hs -o compiler/stage1/build/SPARC/Cond.o 
<<ghc: 56476240 bytes, 31 GCs, 3201896/6236888 avg/max bytes residency (4 samples), 31M in use, 0.005 INIT (0.005 elapsed), 0.155 MUT (0.193 elapsed), 0.182 GC (0.182 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/Imm.hs -o compiler/stage1/build/SPARC/Imm.o 
<<ghc: 105428232 bytes, 55 GCs, 4402784/10286424 avg/max bytes residency (5 samples), 30M in use, 0.017 INIT (0.005 elapsed), 0.237 MUT (0.277 elapsed), 0.304 GC (0.303 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/AddrMode.hs -o compiler/stage1/build/SPARC/AddrMode.o 
<<ghc: 100676360 bytes, 53 GCs, 5124222/12457728 avg/max bytes residency (5 samples), 30M in use, 0.007 INIT (0.005 elapsed), 0.224 MUT (0.262 elapsed), 0.324 GC (0.324 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/Stack.hs -o compiler/stage1/build/SPARC/Stack.o 
<<ghc: 353131608 bytes, 102 GCs, 11012731/31246856 avg/max bytes residency (7 samples), 65M in use, 0.006 INIT (0.004 elapsed), 0.636 MUT (0.675 elapsed), 0.859 GC (0.858 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/Instr.hs -o compiler/stage1/build/SPARC/Instr.o 
<<ghc: 662124280 bytes, 132 GCs, 14940476/44969520 avg/max bytes residency (7 samples), 92M in use, 0.007 INIT (0.005 elapsed), 1.468 MUT (1.595 elapsed), 1.176 GC (1.173 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs -o compiler/stage1/build/RegAlloc/Linear/FreeRegs.o 
<<ghc: 331746192 bytes, 100 GCs, 10536654/28574432 avg/max bytes residency (7 samples), 61M in use, 0.006 INIT (0.005 elapsed), 0.631 MUT (0.688 elapsed), 0.839 GC (0.837 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/StackMap.hs -o compiler/stage1/build/RegAlloc/Linear/StackMap.o 
<<ghc: 185954536 bytes, 81 GCs, 11076445/28724968 avg/max bytes residency (6 samples), 60M in use, 0.007 INIT (0.005 elapsed), 0.342 MUT (0.380 elapsed), 0.646 GC (0.642 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/Base.hs -o compiler/stage1/build/RegAlloc/Linear/Base.o 
<<ghc: 424978600 bytes, 108 GCs, 11757713/33952440 avg/max bytes residency (7 samples), 70M in use, 0.034 INIT (0.004 elapsed), 0.912 MUT (0.968 elapsed), 0.896 GC (0.895 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/Stats.hs -o compiler/stage1/build/RegAlloc/Linear/Stats.o 
<<ghc: 508715808 bytes, 117 GCs, 12884564/39065320 avg/max bytes residency (7 samples), 78M in use, 0.012 INIT (0.005 elapsed), 1.108 MUT (1.185 elapsed), 1.122 GC (1.114 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/State.hs -o compiler/stage1/build/RegAlloc/Linear/State.o 
<<ghc: 323052848 bytes, 92 GCs, 11896545/34116656 avg/max bytes residency (7 samples), 70M in use, 0.009 INIT (0.005 elapsed), 0.700 MUT (0.758 elapsed), 0.830 GC (0.815 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs -o compiler/stage1/build/RegAlloc/Linear/JoinToTargets.o 
<<ghc: 717329720 bytes, 142 GCs, 12592532/37771128 avg/max bytes residency (7 samples), 78M in use, 0.017 INIT (0.005 elapsed), 1.663 MUT (1.730 elapsed), 1.265 GC (1.263 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Linear/Main.hs -o compiler/stage1/build/RegAlloc/Linear/Main.o 
<<ghc: 1295966200 bytes, 186 GCs, 22527108/68228720 avg/max bytes residency (8 samples), 145M in use, 0.019 INIT (0.004 elapsed), 3.125 MUT (3.299 elapsed), 2.270 GC (2.244 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/PPC/Ppr.hs -o compiler/stage1/build/PPC/Ppr.o 
<<ghc: 3950494744 bytes, 448 GCs, 39639722/83432992 avg/max bytes residency (12 samples), 207M in use, 0.008 INIT (0.005 elapsed), 8.684 MUT (9.041 elapsed), 6.432 GC (6.375 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/PPC/RegInfo.hs -o compiler/stage1/build/PPC/RegInfo.o 
<<ghc: 151093424 bytes, 70 GCs, 7004558/18955344 avg/max bytes residency (6 samples), 39M in use, 0.018 INIT (0.005 elapsed), 0.328 MUT (0.396 elapsed), 0.477 GC (0.476 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/PPC/CodeGen.hs -o compiler/stage1/build/PPC/CodeGen.o 
<<ghc: 6547397168 bytes, 603 GCs, 61612917/157350816 avg/max bytes residency (16 samples), 399M in use, 0.005 INIT (0.005 elapsed), 12.991 MUT (13.651 elapsed), 13.649 GC (13.422 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/Ppr.hs -o compiler/stage1/build/SPARC/Ppr.o 
<<ghc: 1523339880 bytes, 203 GCs, 20883847/62307600 avg/max bytes residency (8 samples), 131M in use, 0.005 INIT (0.004 elapsed), 3.519 MUT (3.737 elapsed), 2.237 GC (2.214 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/CodeGen/Expand.hs -o compiler/stage1/build/SPARC/CodeGen/Expand.o 
<<ghc: 335039544 bytes, 102 GCs, 12207590/38716632 avg/max bytes residency (7 samples), 79M in use, 0.017 INIT (0.004 elapsed), 0.641 MUT (0.719 elapsed), 0.957 GC (0.923 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/ShortcutJump.hs -o compiler/stage1/build/SPARC/ShortcutJump.o 
<<ghc: 150945168 bytes, 79 GCs, 7799224/21658312 avg/max bytes residency (6 samples), 43M in use, 0.006 INIT (0.005 elapsed), 0.314 MUT (0.352 elapsed), 0.505 GC (0.504 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/CodeGen/Base.hs -o compiler/stage1/build/SPARC/CodeGen/Base.o 
<<ghc: 369512616 bytes, 103 GCs, 12817485/37583864 avg/max bytes residency (7 samples), 78M in use, 0.011 INIT (0.005 elapsed), 0.689 MUT (0.731 elapsed), 0.952 GC (0.950 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot -o compiler/stage1/build/SPARC/CodeGen/Gen32.o-boot 
<<ghc: 66714248 bytes, 46 GCs, 2943050/5866936 avg/max bytes residency (4 samples), 30M in use, 0.017 INIT (0.005 elapsed), 0.149 MUT (0.153 elapsed), 0.206 GC (0.205 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/CodeGen/Amode.hs -o compiler/stage1/build/SPARC/CodeGen/Amode.o 
<<ghc: 312134768 bytes, 108 GCs, 13542766/41563440 avg/max bytes residency (7 samples), 84M in use, 0.012 INIT (0.005 elapsed), 0.606 MUT (0.645 elapsed), 0.953 GC (0.946 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/CodeGen/Gen64.hs -o compiler/stage1/build/SPARC/CodeGen/Gen64.o 
<<ghc: 522586760 bytes, 111 GCs, 13694747/42014136 avg/max bytes residency (7 samples), 87M in use, 0.007 INIT (0.006 elapsed), 1.093 MUT (1.188 elapsed), 1.092 GC (1.054 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/CodeGen/CondCode.hs -o compiler/stage1/build/SPARC/CodeGen/CondCode.o 
<<ghc: 413419960 bytes, 126 GCs, 11584878/33691616 avg/max bytes residency (7 samples), 71M in use, 0.014 INIT (0.004 elapsed), 0.836 MUT (0.888 elapsed), 0.962 GC (0.960 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/CodeGen/Gen32.hs -o compiler/stage1/build/SPARC/CodeGen/Gen32.o 
<<ghc: 1162403224 bytes, 177 GCs, 21200588/66305936 avg/max bytes residency (8 samples), 133M in use, 0.015 INIT (0.005 elapsed), 2.679 MUT (2.807 elapsed), 2.087 GC (2.077 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/CodeGen/Sanity.hs -o compiler/stage1/build/SPARC/CodeGen/Sanity.o 
<<ghc: 243298080 bytes, 99 GCs, 11688179/35963328 avg/max bytes residency (7 samples), 73M in use, 0.016 INIT (0.005 elapsed), 0.468 MUT (0.512 elapsed), 0.822 GC (0.816 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/SPARC/CodeGen.hs -o compiler/stage1/build/SPARC/CodeGen.o 
<<ghc: 1258262960 bytes, 195 GCs, 21441327/68373792 avg/max bytes residency (8 samples), 138M in use, 0.016 INIT (0.004 elapsed), 2.717 MUT (2.911 elapsed), 2.349 GC (2.281 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/X86/Ppr.hs -o compiler/stage1/build/X86/Ppr.o 
<<ghc: 3791990320 bytes, 432 GCs, 33979962/75832240 avg/max bytes residency (11 samples), 202M in use, 0.017 INIT (0.004 elapsed), 8.849 MUT (9.373 elapsed), 5.615 GC (5.487 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/X86/CodeGen.hs -o compiler/stage1/build/X86/CodeGen.o 
<<ghc: 10728978888 bytes, 740 GCs, 77591424/180869800 avg/max bytes residency (18 samples), 477M in use, 0.014 INIT (0.004 elapsed), 27.894 MUT (28.726 elapsed), 19.827 GC (19.793 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/AsmCodeGen.hs -o compiler/stage1/build/AsmCodeGen.o 
<<ghc: 2987126968 bytes, 304 GCs, 32316135/98006016 avg/max bytes residency (10 samples), 243M in use, 0.006 INIT (0.005 elapsed), 7.856 MUT (8.266 elapsed), 4.786 GC (4.613 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/CodeOutput.hs -o compiler/stage1/build/CodeOutput.o 
<<ghc: 1175192000 bytes, 208 GCs, 27028705/102179824 avg/max bytes residency (9 samples), 208M in use, 0.014 INIT (0.004 elapsed), 2.606 MUT (2.913 elapsed), 2.743 GC (2.546 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmSink.hs -o compiler/stage1/build/CmmSink.o 
<<ghc: 706769280 bytes, 125 GCs, 14793521/45228192 avg/max bytes residency (7 samples), 93M in use, 0.015 INIT (0.005 elapsed), 1.661 MUT (1.742 elapsed), 1.273 GC (1.261 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmCallConv.hs -o compiler/stage1/build/CmmCallConv.o 
<<ghc: 985703544 bytes, 164 GCs, 18524986/61135016 avg/max bytes residency (9 samples), 132M in use, 0.012 INIT (0.005 elapsed), 1.858 MUT (1.962 elapsed), 2.039 GC (2.016 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/MkGraph.hs -o compiler/stage1/build/MkGraph.o 
<<ghc: 592162576 bytes, 138 GCs, 12163324/34286856 avg/max bytes residency (7 samples), 72M in use, 0.006 INIT (0.004 elapsed), 1.337 MUT (1.432 elapsed), 1.052 GC (1.050 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stgSyn/StgSyn.hs -o compiler/stage1/build/StgSyn.o 
<<ghc: 1114686080 bytes, 206 GCs, 23497175/74207736 avg/max bytes residency (8 samples), 150M in use, 0.016 INIT (0.005 elapsed), 2.621 MUT (2.774 elapsed), 2.193 GC (2.189 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmClosure.hs -o compiler/stage1/build/StgCmmClosure.o 
<<ghc: 1294638240 bytes, 192 GCs, 22397731/76833136 avg/max bytes residency (8 samples), 155M in use, 0.014 INIT (0.004 elapsed), 2.838 MUT (2.996 elapsed), 2.166 GC (2.162 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmMonad.hs -o compiler/stage1/build/StgCmmMonad.o 
<<ghc: 1256608776 bytes, 169 GCs, 18572032/61581952 avg/max bytes residency (8 samples), 125M in use, 0.005 INIT (0.004 elapsed), 3.114 MUT (3.324 elapsed), 1.928 GC (1.851 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmUtils.hs -o compiler/stage1/build/StgCmmUtils.o 
<<ghc: 1429302360 bytes, 195 GCs, 22735350/79337416 avg/max bytes residency (8 samples), 162M in use, 0.017 INIT (0.005 elapsed), 3.237 MUT (3.397 elapsed), 2.283 GC (2.252 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmProcPoint.hs -o compiler/stage1/build/CmmProcPoint.o 
<<ghc: 740230496 bytes, 140 GCs, 16711097/55391032 avg/max bytes residency (8 samples), 113M in use, 0.017 INIT (0.005 elapsed), 1.780 MUT (1.879 elapsed), 1.459 GC (1.430 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmProf.hs -o compiler/stage1/build/StgCmmProf.o 
<<ghc: 2345502448 bytes, 278 GCs, 28164986/85612472 avg/max bytes residency (9 samples), 203M in use, 0.041 INIT (0.005 elapsed), 5.776 MUT (6.297 elapsed), 3.270 GC (3.135 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmArgRep.hs -o compiler/stage1/build/StgCmmArgRep.o 
<<ghc: 441470904 bytes, 115 GCs, 12498893/37483920 avg/max bytes residency (7 samples), 78M in use, 0.014 INIT (0.004 elapsed), 0.860 MUT (0.907 elapsed), 1.033 GC (1.031 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmTicky.hs -o compiler/stage1/build/StgCmmTicky.o 
<<ghc: 3978408208 bytes, 297 GCs, 38861992/112637496 avg/max bytes residency (10 samples), 280M in use, 0.005 INIT (0.004 elapsed), 10.107 MUT (10.960 elapsed), 4.781 GC (4.742 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmEnv.hs -o compiler/stage1/build/StgCmmEnv.o 
<<ghc: 608480552 bytes, 148 GCs, 19595888/68682136 avg/max bytes residency (8 samples), 138M in use, 0.006 INIT (0.005 elapsed), 1.261 MUT (1.397 elapsed), 1.661 GC (1.603 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmLayout.hs -o compiler/stage1/build/StgCmmLayout.o 
<<ghc: 2172126664 bytes, 248 GCs, 23743546/88615952 avg/max bytes residency (9 samples), 179M in use, 0.035 INIT (0.005 elapsed), 5.248 MUT (5.522 elapsed), 3.190 GC (3.123 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmForeign.hs -o compiler/stage1/build/StgCmmForeign.o 
<<ghc: 3304554168 bytes, 361 GCs, 39840668/99751808 avg/max bytes residency (11 samples), 261M in use, 0.014 INIT (0.004 elapsed), 6.087 MUT (6.371 elapsed), 6.213 GC (6.122 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmLayoutStack.hs -o compiler/stage1/build/CmmLayoutStack.o 
<<ghc: 2489342088 bytes, 308 GCs, 33596268/86116520 avg/max bytes residency (10 samples), 221M in use, 0.016 INIT (0.005 elapsed), 5.351 MUT (5.748 elapsed), 4.790 GC (4.595 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmContFlowOpt.hs -o compiler/stage1/build/CmmContFlowOpt.o 
<<ghc: 485344328 bytes, 116 GCs, 11238204/35354704 avg/max bytes residency (7 samples), 73M in use, 0.006 INIT (0.004 elapsed), 1.184 MUT (1.274 elapsed), 0.982 GC (0.949 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmImplementSwitchPlans.hs -o compiler/stage1/build/CmmImplementSwitchPlans.o 
<<ghc: 431814840 bytes, 114 GCs, 13251705/40740128 avg/max bytes residency (7 samples), 83M in use, 0.006 INIT (0.005 elapsed), 0.858 MUT (0.902 elapsed), 1.002 GC (1.000 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmCommonBlockElim.hs -o compiler/stage1/build/CmmCommonBlockElim.o 
<<ghc: 638784840 bytes, 131 GCs, 12001324/38486728 avg/max bytes residency (7 samples), 79M in use, 0.035 INIT (0.005 elapsed), 1.653 MUT (1.720 elapsed), 1.120 GC (1.110 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmBuildInfoTables.hs -o compiler/stage1/build/CmmBuildInfoTables.o 
<<ghc: 891242752 bytes, 176 GCs, 19899853/65400328 avg/max bytes residency (8 samples), 130M in use, 0.006 INIT (0.005 elapsed), 1.953 MUT (2.122 elapsed), 1.894 GC (1.829 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmPipeline.hs -o compiler/stage1/build/CmmPipeline.o 
<<ghc: 1242186728 bytes, 197 GCs, 27546876/103540896 avg/max bytes residency (9 samples), 211M in use, 0.005 INIT (0.004 elapsed), 2.807 MUT (2.999 elapsed), 2.735 GC (2.621 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/cmm/CmmMonad.hs -o compiler/stage1/build/CmmMonad.o 
<<ghc: 264194000 bytes, 92 GCs, 10975900/31392736 avg/max bytes residency (7 samples), 65M in use, 0.005 INIT (0.005 elapsed), 0.529 MUT (0.597 elapsed), 0.775 GC (0.773 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stage1/build/CmmLex.hs -o compiler/stage1/build/CmmLex.o 
<<ghc: 1240659736 bytes, 288 GCs, 16822580/58937312 avg/max bytes residency (9 samples), 119M in use, 0.005 INIT (0.005 elapsed), 2.492 MUT (2.913 elapsed), 2.092 GC (2.008 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmHeap.hs -o compiler/stage1/build/StgCmmHeap.o 
<<ghc: 1455762552 bytes, 163 GCs, 19388417/67676112 avg/max bytes residency (8 samples), 137M in use, 0.012 INIT (0.004 elapsed), 3.592 MUT (3.744 elapsed), 2.057 GC (2.045 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmCon.hs -o compiler/stage1/build/StgCmmCon.o 
<<ghc: 907059752 bytes, 186 GCs, 19664900/72221832 avg/max bytes residency (9 samples), 150M in use, 0.006 INIT (0.004 elapsed), 1.901 MUT (1.988 elapsed), 2.010 GC (1.991 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmBind.hs-boot -o compiler/stage1/build/StgCmmBind.o-boot 
<<ghc: 64584696 bytes, 44 GCs, 3052250/5989376 avg/max bytes residency (4 samples), 30M in use, 0.017 INIT (0.005 elapsed), 0.141 MUT (0.145 elapsed), 0.208 GC (0.207 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmHpc.hs -o compiler/stage1/build/StgCmmHpc.o 
<<ghc: 454087968 bytes, 146 GCs, 14553308/44996064 avg/max bytes residency (8 samples), 97M in use, 0.016 INIT (0.005 elapsed), 0.807 MUT (0.841 elapsed), 1.314 GC (1.311 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmPrim.hs -o compiler/stage1/build/StgCmmPrim.o 
<<ghc: 8792150536 bytes, 724 GCs, 66734512/160733280 avg/max bytes residency (15 samples), 423M in use, 0.014 INIT (0.004 elapsed), 22.953 MUT (24.092 elapsed), 14.393 GC (13.949 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmExpr.hs -o compiler/stage1/build/StgCmmExpr.o 
<<ghc: 2150926912 bytes, 278 GCs, 29749044/107051920 avg/max bytes residency (9 samples), 225M in use, 0.005 INIT (0.005 elapsed), 4.814 MUT (5.059 elapsed), 3.743 GC (3.683 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmBind.hs -o compiler/stage1/build/StgCmmBind.o 
<<ghc: 2192258736 bytes, 329 GCs, 35284368/111908448 avg/max bytes residency (10 samples), 273M in use, 0.014 INIT (0.004 elapsed), 5.130 MUT (5.319 elapsed), 4.165 GC (4.160 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmmExtCode.hs -o compiler/stage1/build/StgCmmExtCode.o 
<<ghc: 578351264 bytes, 117 GCs, 14725948/45871704 avg/max bytes residency (7 samples), 94M in use, 0.017 INIT (0.005 elapsed), 1.395 MUT (1.456 elapsed), 1.147 GC (1.146 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stage1/build/CmmParse.hs -o compiler/stage1/build/CmmParse.o 
<<ghc: 4149145824 bytes, 477 GCs, 40827156/119143120 avg/max bytes residency (12 samples), 307M in use, 0.016 INIT (0.005 elapsed), 10.218 MUT (10.765 elapsed), 7.063 GC (6.937 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplStg/StgCse.hs -o compiler/stage1/build/StgCse.o 
<<ghc: 636375520 bytes, 139 GCs, 14074542/43925448 avg/max bytes residency (7 samples), 93M in use, 0.008 INIT (0.005 elapsed), 1.517 MUT (1.595 elapsed), 1.321 GC (1.307 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplStg/UnariseStg.hs -o compiler/stage1/build/UnariseStg.o 
<<ghc: 1025728112 bytes, 234 GCs, 23948227/76955136 avg/max bytes residency (8 samples), 153M in use, 0.005 INIT (0.005 elapsed), 2.454 MUT (2.629 elapsed), 2.223 GC (2.177 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplStg/StgStats.hs -o compiler/stage1/build/StgStats.o 
<<ghc: 569833608 bytes, 139 GCs, 10239102/26530856 avg/max bytes residency (7 samples), 60M in use, 0.020 INIT (0.005 elapsed), 1.377 MUT (1.490 elapsed), 1.055 GC (1.046 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stgSyn/StgLint.hs -o compiler/stage1/build/StgLint.o 
<<ghc: 1232086792 bytes, 205 GCs, 22223237/72972112 avg/max bytes residency (8 samples), 146M in use, 0.006 INIT (0.005 elapsed), 3.006 MUT (3.229 elapsed), 2.214 GC (2.136 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/profiling/SCCfinal.hs -o compiler/stage1/build/SCCfinal.o 
<<ghc: 698886328 bytes, 159 GCs, 16309486/56028008 avg/max bytes residency (8 samples), 114M in use, 0.017 INIT (0.005 elapsed), 1.507 MUT (1.654 elapsed), 1.543 GC (1.481 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplStg/SimplStg.hs -o compiler/stage1/build/SimplStg.o 
<<ghc: 939178168 bytes, 169 GCs, 18748255/62514472 avg/max bytes residency (8 samples), 130M in use, 0.005 INIT (0.005 elapsed), 2.142 MUT (2.250 elapsed), 1.793 GC (1.777 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/profiling/ProfInit.hs -o compiler/stage1/build/ProfInit.o 
<<ghc: 552872920 bytes, 106 GCs, 12634966/38457840 avg/max bytes residency (7 samples), 80M in use, 0.014 INIT (0.004 elapsed), 1.036 MUT (1.095 elapsed), 1.055 GC (1.044 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/codeGen/StgCmm.hs -o compiler/stage1/build/StgCmm.o 
<<ghc: 1247764648 bytes, 218 GCs, 24125360/92694616 avg/max bytes residency (9 samples), 187M in use, 0.015 INIT (0.004 elapsed), 2.909 MUT (3.097 elapsed), 2.548 GC (2.464 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stgSyn/CoreToStg.hs -o compiler/stage1/build/CoreToStg.o 
<<ghc: 1019090496 bytes, 170 GCs, 22766563/76651176 avg/max bytes residency (8 samples), 156M in use, 0.006 INIT (0.005 elapsed), 2.550 MUT (2.676 elapsed), 1.995 GC (1.989 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/coreSyn/CorePrep.hs -o compiler/stage1/build/CorePrep.o 
<<ghc: 2028592896 bytes, 268 GCs, 29551319/108332336 avg/max bytes residency (10 samples), 227M in use, 0.005 INIT (0.004 elapsed), 4.969 MUT (5.279 elapsed), 3.703 GC (3.571 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/State.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/State.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/StaticPtrTable.hs -o compiler/stage1/build/StaticPtrTable.o 
<<ghc: 2154360936 bytes, 269 GCs, 26582423/91908992 avg/max bytes residency (9 samples), 190M in use, 0.008 INIT (0.004 elapsed), 4.345 MUT (4.650 elapsed), 3.565 GC (3.438 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/TidyPgm.hs -o compiler/stage1/build/TidyPgm.o 
<<ghc: 1803296432 bytes, 225 GCs, 21397624/82955296 avg/max bytes residency (9 samples), 171M in use, 0.012 INIT (0.005 elapsed), 4.514 MUT (4.763 elapsed), 2.846 GC (2.759 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsMonad.hs -o compiler/stage1/build/DsMonad.o 
<<ghc: 2169457016 bytes, 236 GCs, 26107733/93431864 avg/max bytes residency (8 samples), 193M in use, 0.005 INIT (0.004 elapsed), 6.439 MUT (6.615 elapsed), 2.946 GC (2.907 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Env.hs -o compiler/stage1/build/Vectorise/Env.o 
<<ghc: 441552184 bytes, 130 GCs, 13396701/42453104 avg/max bytes residency (7 samples), 88M in use, 0.010 INIT (0.004 elapsed), 1.007 MUT (1.063 elapsed), 1.022 GC (1.020 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Builtins/Base.hs -o compiler/stage1/build/Vectorise/Builtins/Base.o 
<<ghc: 896610616 bytes, 150 GCs, 16385562/54283888 avg/max bytes residency (8 samples), 110M in use, 0.006 INIT (0.005 elapsed), 1.898 MUT (1.996 elapsed), 1.675 GC (1.659 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Builtins/Initialise.hs -o compiler/stage1/build/Vectorise/Builtins/Initialise.o 
<<ghc: 1077889616 bytes, 205 GCs, 18615594/65460096 avg/max bytes residency (8 samples), 136M in use, 0.005 INIT (0.005 elapsed), 2.594 MUT (2.734 elapsed), 2.006 GC (1.952 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Builtins.hs -o compiler/stage1/build/Vectorise/Builtins.o 
<<ghc: 98201040 bytes, 53 GCs, 4921561/11673584 avg/max bytes residency (5 samples), 30M in use, 0.005 INIT (0.005 elapsed), 0.194 MUT (0.228 elapsed), 0.315 GC (0.314 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Monad/Base.hs -o compiler/stage1/build/Vectorise/Monad/Base.o 
<<ghc: 718863104 bytes, 167 GCs, 17121204/57029672 avg/max bytes residency (8 samples), 118M in use, 0.005 INIT (0.005 elapsed), 1.589 MUT (1.662 elapsed), 1.526 GC (1.510 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Monad/Global.hs -o compiler/stage1/build/Vectorise/Monad/Global.o 
<<ghc: 761994840 bytes, 145 GCs, 18577402/66293336 avg/max bytes residency (8 samples), 136M in use, 0.016 INIT (0.004 elapsed), 1.781 MUT (1.898 elapsed), 1.588 GC (1.536 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Monad/InstEnv.hs -o compiler/stage1/build/Vectorise/Monad/InstEnv.o 
<<ghc: 423948680 bytes, 140 GCs, 17869890/61667864 avg/max bytes residency (8 samples), 126M in use, 0.015 INIT (0.005 elapsed), 0.766 MUT (0.878 elapsed), 1.399 GC (1.352 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Monad/Local.hs -o compiler/stage1/build/Vectorise/Monad/Local.o 
<<ghc: 264632928 bytes, 122 GCs, 7784394/20749760 avg/max bytes residency (6 samples), 48M in use, 0.018 INIT (0.004 elapsed), 0.573 MUT (0.614 elapsed), 0.630 GC (0.629 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Monad/Naming.hs -o compiler/stage1/build/Vectorise/Monad/Naming.o 
<<ghc: 469086816 bytes, 127 GCs, 12126290/37017488 avg/max bytes residency (7 samples), 79M in use, 0.043 INIT (0.006 elapsed), 1.048 MUT (1.099 elapsed), 1.017 GC (1.015 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Monad.hs -o compiler/stage1/build/Vectorise/Monad.o 

compiler/vectorise/Vectorise/Monad.hs:34:1: Warning:
    The import of ‘MonadUtils’ is redundant
      except perhaps to import instances from ‘MonadUtils’
    To import instances alone, use: import MonadUtils()
<<ghc: 863144624 bytes, 163 GCs, 21126062/74620872 avg/max bytes residency (8 samples), 151M in use, 0.014 INIT (0.004 elapsed), 2.140 MUT (2.227 elapsed), 1.797 GC (1.776 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Vect.hs -o compiler/stage1/build/Vectorise/Vect.o 
<<ghc: 156500448 bytes, 61 GCs, 4916692/11648848 avg/max bytes residency (5 samples), 30M in use, 0.005 INIT (0.005 elapsed), 0.389 MUT (0.430 elapsed), 0.345 GC (0.343 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Utils/Base.hs -o compiler/stage1/build/Vectorise/Utils/Base.o 
<<ghc: 673238032 bytes, 181 GCs, 20453916/74902648 avg/max bytes residency (9 samples), 152M in use, 0.018 INIT (0.004 elapsed), 1.301 MUT (1.479 elapsed), 1.950 GC (1.852 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Utils/PADict.hs -o compiler/stage1/build/Vectorise/Utils/PADict.o 
<<ghc: 814549840 bytes, 195 GCs, 24657825/85956776 avg/max bytes residency (8 samples), 173M in use, 0.040 INIT (0.004 elapsed), 1.796 MUT (1.934 elapsed), 2.111 GC (2.036 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Utils/Poly.hs -o compiler/stage1/build/Vectorise/Utils/Poly.o 
<<ghc: 471390920 bytes, 138 GCs, 11171052/34360816 avg/max bytes residency (7 samples), 73M in use, 0.019 INIT (0.005 elapsed), 1.063 MUT (1.107 elapsed), 1.002 GC (1.000 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Utils/Hoisting.hs -o compiler/stage1/build/Vectorise/Utils/Hoisting.o 
<<ghc: 427446936 bytes, 139 GCs, 11373329/35591856 avg/max bytes residency (7 samples), 77M in use, 0.017 INIT (0.005 elapsed), 0.924 MUT (0.969 elapsed), 0.995 GC (0.993 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Utils/Closure.hs -o compiler/stage1/build/Vectorise/Utils/Closure.o 
<<ghc: 555205072 bytes, 149 GCs, 12542033/39112064 avg/max bytes residency (7 samples), 83M in use, 0.014 INIT (0.005 elapsed), 1.211 MUT (1.269 elapsed), 1.150 GC (1.145 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Utils.hs -o compiler/stage1/build/Vectorise/Utils.o 
<<ghc: 584585752 bytes, 167 GCs, 20473163/71349344 avg/max bytes residency (8 samples), 144M in use, 0.016 INIT (0.005 elapsed), 1.259 MUT (1.352 elapsed), 1.681 GC (1.639 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Type/Type.hs -o compiler/stage1/build/Vectorise/Type/Type.o 
<<ghc: 481505032 bytes, 137 GCs, 11301980/35142360 avg/max bytes residency (7 samples), 74M in use, 0.005 INIT (0.005 elapsed), 1.119 MUT (1.170 elapsed), 1.036 GC (1.034 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Convert.hs -o compiler/stage1/build/Vectorise/Convert.o 
<<ghc: 527893504 bytes, 162 GCs, 20140721/72233816 avg/max bytes residency (8 samples), 147M in use, 0.015 INIT (0.005 elapsed), 0.977 MUT (1.077 elapsed), 1.663 GC (1.606 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Var.hs -o compiler/stage1/build/Vectorise/Var.o 
<<ghc: 458825984 bytes, 145 GCs, 16689421/57528520 avg/max bytes residency (8 samples), 118M in use, 0.014 INIT (0.004 elapsed), 0.895 MUT (0.949 elapsed), 1.346 GC (1.334 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Exp.hs -o compiler/stage1/build/Vectorise/Exp.o 
<<ghc: 3544376336 bytes, 319 GCs, 33410142/106836384 avg/max bytes residency (10 samples), 254M in use, 0.015 INIT (0.004 elapsed), 9.153 MUT (9.617 elapsed), 5.234 GC (5.065 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Generic/Description.hs -o compiler/stage1/build/Vectorise/Generic/Description.o 
<<ghc: 798312400 bytes, 190 GCs, 20965561/72788856 avg/max bytes residency (8 samples), 149M in use, 0.014 INIT (0.004 elapsed), 1.777 MUT (1.930 elapsed), 1.786 GC (1.708 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Generic/PData.hs -o compiler/stage1/build/Vectorise/Generic/PData.o 
<<ghc: 519350000 bytes, 167 GCs, 16381287/56413976 avg/max bytes residency (8 samples), 115M in use, 0.011 INIT (0.004 elapsed), 1.115 MUT (1.220 elapsed), 1.409 GC (1.350 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Generic/PAMethods.hs -o compiler/stage1/build/Vectorise/Generic/PAMethods.o 
<<ghc: 2051586384 bytes, 232 GCs, 23894660/83940224 avg/max bytes residency (8 samples), 171M in use, 0.007 INIT (0.004 elapsed), 5.275 MUT (5.450 elapsed), 2.715 GC (2.696 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Generic/PADict.hs -o compiler/stage1/build/Vectorise/Generic/PADict.o 
<<ghc: 559057816 bytes, 145 GCs, 16727743/58598176 avg/max bytes residency (8 samples), 119M in use, 0.005 INIT (0.005 elapsed), 1.299 MUT (1.348 elapsed), 1.351 GC (1.349 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Type/Classify.hs -o compiler/stage1/build/Vectorise/Type/Classify.o 
<<ghc: 357753264 bytes, 122 GCs, 11759749/36269888 avg/max bytes residency (7 samples), 73M in use, 0.013 INIT (0.004 elapsed), 0.769 MUT (0.852 elapsed), 0.945 GC (0.907 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Type/TyConDecl.hs -o compiler/stage1/build/Vectorise/Type/TyConDecl.o 
<<ghc: 906390640 bytes, 155 GCs, 17291996/59685464 avg/max bytes residency (8 samples), 123M in use, 0.006 INIT (0.005 elapsed), 2.159 MUT (2.245 elapsed), 1.654 GC (1.638 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise/Type/Env.hs -o compiler/stage1/build/Vectorise/Type/Env.o 
<<ghc: 1594778672 bytes, 193 GCs, 20584012/71422568 avg/max bytes residency (8 samples), 147M in use, 0.021 INIT (0.005 elapsed), 3.986 MUT (4.222 elapsed), 2.351 GC (2.265 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/vectorise/Vectorise.hs -o compiler/stage1/build/Vectorise.o 
<<ghc: 1097969752 bytes, 176 GCs, 21089170/75092216 avg/max bytes residency (8 samples), 153M in use, 0.007 INIT (0.005 elapsed), 2.718 MUT (2.812 elapsed), 1.916 GC (1.907 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stranal/WwLib.hs -o compiler/stage1/build/WwLib.o 
<<ghc: 930051120 bytes, 160 GCs, 21694186/74430104 avg/max bytes residency (8 samples), 151M in use, 0.013 INIT (0.004 elapsed), 2.098 MUT (2.239 elapsed), 1.824 GC (1.794 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stranal/WorkWrap.hs -o compiler/stage1/build/WorkWrap.o 
<<ghc: 605736496 bytes, 180 GCs, 22484541/69030624 avg/max bytes residency (7 samples), 137M in use, 0.014 INIT (0.004 elapsed), 1.447 MUT (1.532 elapsed), 1.535 GC (1.532 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/UnVarGraph.hs -o compiler/stage1/build/UnVarGraph.o 
<<ghc: 297938712 bytes, 104 GCs, 12645074/38198120 avg/max bytes residency (7 samples), 78M in use, 0.016 INIT (0.004 elapsed), 0.608 MUT (0.668 elapsed), 0.917 GC (0.900 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/CallArity.hs -o compiler/stage1/build/CallArity.o 
<<ghc: 664729552 bytes, 149 GCs, 16353156/50934544 avg/max bytes residency (8 samples), 104M in use, 0.022 INIT (0.004 elapsed), 1.617 MUT (1.696 elapsed), 1.424 GC (1.417 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stranal/DmdAnal.hs -o compiler/stage1/build/DmdAnal.o 
<<ghc: 1459552432 bytes, 202 GCs, 27729357/82707168 avg/max bytes residency (8 samples), 176M in use, 0.006 INIT (0.005 elapsed), 3.636 MUT (3.809 elapsed), 2.682 GC (2.643 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/specialise/SpecConstr.hs -o compiler/stage1/build/SpecConstr.o 
<<ghc: 2489019200 bytes, 277 GCs, 32795036/115596344 avg/max bytes residency (10 samples), 257M in use, 0.015 INIT (0.004 elapsed), 6.344 MUT (6.696 elapsed), 4.312 GC (4.198 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/specialise/Specialise.hs -o compiler/stage1/build/Specialise.o 
<<ghc: 2346915832 bytes, 203 GCs, 23380120/88663808 avg/max bytes residency (9 samples), 180M in use, 0.006 INIT (0.004 elapsed), 6.552 MUT (6.804 elapsed), 3.152 GC (3.120 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/SAT.hs -o compiler/stage1/build/SAT.o 
<<ghc: 701392640 bytes, 183 GCs, 15946180/46338328 avg/max bytes residency (7 samples), 95M in use, 0.006 INIT (0.005 elapsed), 1.639 MUT (1.750 elapsed), 1.473 GC (1.457 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/LiberateCase.hs -o compiler/stage1/build/LiberateCase.o 
<<ghc: 444800808 bytes, 137 GCs, 15293929/49220336 avg/max bytes residency (8 samples), 99M in use, 0.015 INIT (0.004 elapsed), 0.883 MUT (1.017 elapsed), 1.292 GC (1.234 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/SetLevels.hs -o compiler/stage1/build/SetLevels.o 
<<ghc: 1798004304 bytes, 206 GCs, 24419633/86630904 avg/max bytes residency (9 samples), 175M in use, 0.008 INIT (0.005 elapsed), 4.516 MUT (4.820 elapsed), 3.013 GC (2.895 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/FloatOut.hs -o compiler/stage1/build/FloatOut.o 
<<ghc: 1121483056 bytes, 159 GCs, 18338502/57569568 avg/max bytes residency (7 samples), 120M in use, 0.015 INIT (0.004 elapsed), 2.879 MUT (3.025 elapsed), 1.739 GC (1.728 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/FloatIn.hs -o compiler/stage1/build/FloatIn.o 
<<ghc: 955204592 bytes, 155 GCs, 21869119/76431072 avg/max bytes residency (8 samples), 155M in use, 0.013 INIT (0.004 elapsed), 2.142 MUT (2.343 elapsed), 1.911 GC (1.833 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/SimplMonad.hs -o compiler/stage1/build/SimplMonad.o 
<<ghc: 630657384 bytes, 157 GCs, 17137367/58842096 avg/max bytes residency (8 samples), 120M in use, 0.015 INIT (0.004 elapsed), 1.334 MUT (1.396 elapsed), 1.472 GC (1.460 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/SimplEnv.hs -o compiler/stage1/build/SimplEnv.o 
<<ghc: 1095948256 bytes, 204 GCs, 26089808/87284928 avg/max bytes residency (8 samples), 178M in use, 0.014 INIT (0.004 elapsed), 2.488 MUT (2.672 elapsed), 2.345 GC (2.287 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/SimplUtils.hs -o compiler/stage1/build/SimplUtils.o 
<<ghc: 1966242664 bytes, 198 GCs, 20582610/77931656 avg/max bytes residency (9 samples), 160M in use, 0.014 INIT (0.004 elapsed), 4.785 MUT (5.055 elapsed), 2.684 GC (2.639 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/Simplify.hs -o compiler/stage1/build/Simplify.o 
<<ghc: 3420207680 bytes, 334 GCs, 35891964/119398736 avg/max bytes residency (11 samples), 285M in use, 0.016 INIT (0.004 elapsed), 8.686 MUT (9.133 elapsed), 5.679 GC (5.536 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/CSE.hs -o compiler/stage1/build/CSE.o 
<<ghc: 521757136 bytes, 138 GCs, 13873523/43625096 avg/max bytes residency (7 samples), 88M in use, 0.005 INIT (0.004 elapsed), 1.201 MUT (1.335 elapsed), 1.157 GC (1.112 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/simplCore/SimplCore.hs -o compiler/stage1/build/SimplCore.o 
<<ghc: 1704148984 bytes, 221 GCs, 29394120/93379728 avg/max bytes residency (8 samples), 189M in use, 0.010 INIT (0.005 elapsed), 3.967 MUT (4.230 elapsed), 2.989 GC (2.885 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hpc-0.6.0.3 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/./autogen -Ilibraries/hpc/dist-boot/build/./autogen -Ilibraries/hpc/.    -optP-include -optPlibraries/hpc/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -Wall -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build    -c libraries/hpc/./Trace/Hpc/Util.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Util.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hpc-0.6.0.3 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/./autogen -Ilibraries/hpc/dist-boot/build/./autogen -Ilibraries/hpc/.    -optP-include -optPlibraries/hpc/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -Wall -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build    -c libraries/hpc/./Trace/Hpc/Tix.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Tix.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hpc-0.6.0.3 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/./autogen -Ilibraries/hpc/dist-boot/build/./autogen -Ilibraries/hpc/.    -optP-include -optPlibraries/hpc/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -Wall -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build    -c libraries/hpc/./Trace/Hpc/Mix.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Mix.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-boot/build -Ilibraries/ghci/dist-boot/build -ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/.    -optP-include -optPlibraries/ghci/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghci/dist-boot/build -hidir libraries/ghci/dist-boot/build -stubdir libraries/ghci/dist-boot/build    -c libraries/ghci/./GHCi/ResolvedBCO.hs -o libraries/ghci/dist-boot/build/GHCi/ResolvedBCO.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stage1/build/GHCi.hs -o compiler/stage1/build/GHCi.o 
<<ghc: 2168386600 bytes, 257 GCs, 32510033/123801248 avg/max bytes residency (9 samples), 254M in use, 0.017 INIT (0.005 elapsed), 5.091 MUT (5.413 elapsed), 3.687 GC (3.532 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/Coverage.hs -o compiler/stage1/build/Coverage.o 
<<ghc: 3484397848 bytes, 310 GCs, 45643640/163819080 avg/max bytes residency (10 samples), 358M in use, 0.005 INIT (0.004 elapsed), 8.941 MUT (9.424 elapsed), 6.074 GC (5.893 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsExpr.hs-boot -o compiler/stage1/build/DsExpr.o-boot 
<<ghc: 169231032 bytes, 75 GCs, 7109290/19004024 avg/max bytes residency (6 samples), 45M in use, 0.005 INIT (0.004 elapsed), 0.293 MUT (0.297 elapsed), 0.527 GC (0.526 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/Match.hs-boot -o compiler/stage1/build/Match.o-boot 
<<ghc: 181547912 bytes, 86 GCs, 7188749/18843800 avg/max bytes residency (6 samples), 43M in use, 0.017 INIT (0.005 elapsed), 0.317 MUT (0.320 elapsed), 0.542 GC (0.540 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsUtils.hs -o compiler/stage1/build/DsUtils.o 
<<ghc: 1228830904 bytes, 186 GCs, 25331705/89074600 avg/max bytes residency (8 samples), 182M in use, 0.006 INIT (0.005 elapsed), 3.006 MUT (3.150 elapsed), 2.314 GC (2.288 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsCCall.hs -o compiler/stage1/build/DsCCall.o 
<<ghc: 1001619560 bytes, 185 GCs, 18968783/63174144 avg/max bytes residency (8 samples), 131M in use, 0.005 INIT (0.005 elapsed), 2.332 MUT (2.438 elapsed), 1.916 GC (1.912 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsForeign.hs -o compiler/stage1/build/DsForeign.o 
<<ghc: 2256748808 bytes, 282 GCs, 39205808/143438944 avg/max bytes residency (9 samples), 293M in use, 0.014 INIT (0.004 elapsed), 5.389 MUT (5.648 elapsed), 3.907 GC (3.834 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsGRHSs.hs -o compiler/stage1/build/DsGRHSs.o 
<<ghc: 619846648 bytes, 184 GCs, 15799418/53502664 avg/max bytes residency (8 samples), 115M in use, 0.014 INIT (0.004 elapsed), 1.288 MUT (1.363 elapsed), 1.565 GC (1.562 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsBinds.hs -o compiler/stage1/build/DsBinds.o 
<<ghc: 2197839536 bytes, 223 GCs, 28370967/108721080 avg/max bytes residency (9 samples), 223M in use, 0.017 INIT (0.004 elapsed), 5.714 MUT (5.995 elapsed), 3.255 GC (3.175 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/MatchLit.hs -o compiler/stage1/build/MatchLit.o 
<<ghc: 6202897096 bytes, 471 GCs, 62836730/177310832 avg/max bytes residency (12 samples), 463M in use, 0.015 INIT (0.004 elapsed), 12.523 MUT (13.618 elapsed), 11.427 GC (11.102 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsMeta.hs -o compiler/stage1/build/DsMeta.o 
<<ghc: 5571948272 bytes, 422 GCs, 48729730/153475856 avg/max bytes residency (11 samples), 395M in use, 0.005 INIT (0.005 elapsed), 15.586 MUT (16.118 elapsed), 8.091 GC (8.049 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/MatchCon.hs -o compiler/stage1/build/MatchCon.o 
<<ghc: 722803232 bytes, 181 GCs, 19907530/76819880 avg/max bytes residency (9 samples), 158M in use, 0.017 INIT (0.005 elapsed), 1.588 MUT (1.714 elapsed), 1.913 GC (1.867 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/ListT.hs -o compiler/stage1/build/ListT.o 
<<ghc: 137568552 bytes, 73 GCs, 4630318/10498144 avg/max bytes residency (5 samples), 31M in use, 0.017 INIT (0.005 elapsed), 0.397 MUT (0.440 elapsed), 0.314 GC (0.313 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/TmOracle.hs -o compiler/stage1/build/TmOracle.o 
<<ghc: 500892272 bytes, 117 GCs, 13112631/44028624 avg/max bytes residency (8 samples), 92M in use, 0.018 INIT (0.004 elapsed), 1.140 MUT (1.228 elapsed), 1.156 GC (1.156 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/Check.hs -o compiler/stage1/build/Check.o 
<<ghc: 4755361200 bytes, 347 GCs, 40643526/135360952 avg/max bytes residency (10 samples), 312M in use, 0.014 INIT (0.004 elapsed), 12.141 MUT (12.578 elapsed), 6.829 GC (6.797 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/Match.hs -o compiler/stage1/build/Match.o 
<<ghc: 1609351664 bytes, 219 GCs, 31421694/108065832 avg/max bytes residency (8 samples), 221M in use, 0.015 INIT (0.004 elapsed), 3.921 MUT (4.144 elapsed), 2.867 GC (2.793 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsArrows.hs -o compiler/stage1/build/DsArrows.o 
<<ghc: 1911085224 bytes, 248 GCs, 28325830/105520912 avg/max bytes residency (9 samples), 216M in use, 0.016 INIT (0.004 elapsed), 4.928 MUT (5.134 elapsed), 3.070 GC (3.068 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsListComp.hs -o compiler/stage1/build/DsListComp.o 
<<ghc: 1608155008 bytes, 225 GCs, 30722931/107763896 avg/max bytes residency (8 samples), 219M in use, 0.016 INIT (0.004 elapsed), 3.961 MUT (4.248 elapsed), 2.899 GC (2.766 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsExpr.hs -o compiler/stage1/build/DsExpr.o 
<<ghc: 2426203216 bytes, 278 GCs, 35265005/124530664 avg/max bytes residency (9 samples), 254M in use, 0.005 INIT (0.005 elapsed), 6.257 MUT (6.491 elapsed), 4.131 GC (4.123 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/HsDumpAst.hs -o compiler/stage1/build/HsDumpAst.o 
<<ghc: 1853658656 bytes, 202 GCs, 24985965/79398368 avg/max bytes residency (8 samples), 160M in use, 0.014 INIT (0.004 elapsed), 4.699 MUT (4.837 elapsed), 2.768 GC (2.748 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnSplice.hs-boot -o compiler/stage1/build/RnSplice.o-boot 
<<ghc: 200907616 bytes, 88 GCs, 9754165/29765504 avg/max bytes residency (7 samples), 66M in use, 0.006 INIT (0.004 elapsed), 0.294 MUT (0.323 elapsed), 0.768 GC (0.740 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnExpr.hs-boot -o compiler/stage1/build/RnExpr.o-boot 
<<ghc: 153573160 bytes, 73 GCs, 7317673/19861048 avg/max bytes residency (6 samples), 45M in use, 0.005 INIT (0.005 elapsed), 0.258 MUT (0.261 elapsed), 0.524 GC (0.522 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcAnnotations.hs -o compiler/stage1/build/TcAnnotations.o 
<<ghc: 667045040 bytes, 148 GCs, 22309255/78403912 avg/max bytes residency (8 samples), 161M in use, 0.013 INIT (0.004 elapsed), 1.435 MUT (1.585 elapsed), 1.769 GC (1.693 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnTypes.hs -o compiler/stage1/build/RnTypes.o 
<<ghc: 3986531008 bytes, 341 GCs, 39239819/137896456 avg/max bytes residency (11 samples), 320M in use, 0.014 INIT (0.004 elapsed), 10.184 MUT (10.630 elapsed), 6.093 GC (5.974 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnPat.hs -o compiler/stage1/build/RnPat.o 
<<ghc: 1896899112 bytes, 246 GCs, 33707461/114191840 avg/max bytes residency (9 samples), 242M in use, 0.005 INIT (0.004 elapsed), 4.522 MUT (4.805 elapsed), 3.788 GC (3.653 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnBinds.hs -o compiler/stage1/build/RnBinds.o 
<<ghc: 2464510080 bytes, 259 GCs, 30799447/106645856 avg/max bytes residency (9 samples), 221M in use, 0.005 INIT (0.004 elapsed), 6.210 MUT (6.487 elapsed), 3.981 GC (3.887 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnSource.hs -o compiler/stage1/build/RnSource.o 
<<ghc: 4035740992 bytes, 362 GCs, 36064158/134852896 avg/max bytes residency (10 samples), 284M in use, 0.016 INIT (0.004 elapsed), 10.606 MUT (11.041 elapsed), 5.983 GC (5.895 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcTypeable.hs -o compiler/stage1/build/TcTypeable.o 
<<ghc: 2105677280 bytes, 267 GCs, 34287272/124197824 avg/max bytes residency (9 samples), 252M in use, 0.017 INIT (0.005 elapsed), 5.147 MUT (5.313 elapsed), 3.561 GC (3.524 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcGenDeriv.hs -o compiler/stage1/build/TcGenDeriv.o 
<<ghc: 3611668768 bytes, 302 GCs, 34810480/128630264 avg/max bytes residency (10 samples), 268M in use, 0.015 INIT (0.004 elapsed), 9.130 MUT (9.574 elapsed), 5.048 GC (4.964 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcClassDcl.hs -o compiler/stage1/build/TcClassDcl.o 
<<ghc: 1406225848 bytes, 195 GCs, 25822279/90957776 avg/max bytes residency (8 samples), 187M in use, 0.008 INIT (0.005 elapsed), 3.461 MUT (3.650 elapsed), 2.422 GC (2.371 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcGenFunctor.hs -o compiler/stage1/build/TcGenFunctor.o 
<<ghc: 1134213728 bytes, 169 GCs, 20742212/71862784 avg/max bytes residency (8 samples), 148M in use, 0.019 INIT (0.004 elapsed), 2.844 MUT (3.035 elapsed), 1.901 GC (1.821 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcGenGenerics.hs -o compiler/stage1/build/TcGenGenerics.o 
<<ghc: 1783162400 bytes, 208 GCs, 24693838/86807128 avg/max bytes residency (8 samples), 179M in use, 0.016 INIT (0.004 elapsed), 4.216 MUT (4.469 elapsed), 2.865 GC (2.788 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcDerivUtils.hs -o compiler/stage1/build/TcDerivUtils.o 
<<ghc: 1329336952 bytes, 227 GCs, 31487359/105453568 avg/max bytes residency (8 samples), 216M in use, 0.013 INIT (0.006 elapsed), 3.056 MUT (3.226 elapsed), 2.754 GC (2.694 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcDerivInfer.hs -o compiler/stage1/build/TcDerivInfer.o 
<<ghc: 1331074392 bytes, 208 GCs, 27029195/97246360 avg/max bytes residency (8 samples), 199M in use, 0.006 INIT (0.005 elapsed), 3.282 MUT (3.424 elapsed), 2.440 GC (2.430 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcDeriv.hs -o compiler/stage1/build/TcDeriv.o 
<<ghc: 2787947352 bytes, 279 GCs, 30319525/123063816 avg/max bytes residency (10 samples), 252M in use, 0.017 INIT (0.005 elapsed), 7.003 MUT (7.330 elapsed), 4.191 GC (4.114 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcInstDcls.hs-boot -o compiler/stage1/build/TcInstDcls.o-boot 
<<ghc: 139281856 bytes, 68 GCs, 6779780/18233872 avg/max bytes residency (6 samples), 42M in use, 0.005 INIT (0.004 elapsed), 0.252 MUT (0.255 elapsed), 0.481 GC (0.478 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcTyClsDecls.hs -o compiler/stage1/build/TcTyClsDecls.o 
<<ghc: 6394669344 bytes, 398 GCs, 47200773/163137240 avg/max bytes residency (11 samples), 379M in use, 0.017 INIT (0.005 elapsed), 16.172 MUT (17.231 elapsed), 9.391 GC (8.885 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcInstDcls.hs -o compiler/stage1/build/TcInstDcls.o 
<<ghc: 2581186088 bytes, 302 GCs, 36733049/145795912 avg/max bytes residency (10 samples), 297M in use, 0.006 INIT (0.005 elapsed), 6.279 MUT (6.693 elapsed), 4.519 GC (4.321 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcPatSyn.hs -o compiler/stage1/build/TcPatSyn.o 
<<ghc: 2138338872 bytes, 257 GCs, 34024885/117457272 avg/max bytes residency (9 samples), 241M in use, 0.014 INIT (0.004 elapsed), 5.492 MUT (5.735 elapsed), 3.677 GC (3.647 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcMatches.hs -o compiler/stage1/build/TcMatches.o 
<<ghc: 2276231688 bytes, 273 GCs, 32451455/122020816 avg/max bytes residency (10 samples), 253M in use, 0.006 INIT (0.005 elapsed), 5.868 MUT (6.221 elapsed), 4.074 GC (3.930 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcArrows.hs -o compiler/stage1/build/TcArrows.o 
<<ghc: 1283851272 bytes, 219 GCs, 27738926/107166504 avg/max bytes residency (9 samples), 218M in use, 0.016 INIT (0.005 elapsed), 3.048 MUT (3.259 elapsed), 2.780 GC (2.661 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcExpr.hs -o compiler/stage1/build/TcExpr.o 
<<ghc: 6000987416 bytes, 453 GCs, 58632563/186297560 avg/max bytes residency (12 samples), 453M in use, 0.005 INIT (0.004 elapsed), 14.602 MUT (15.415 elapsed), 10.050 GC (9.776 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcForeign.hs -o compiler/stage1/build/TcForeign.o 
<<ghc: 1974723496 bytes, 252 GCs, 33134160/120638032 avg/max bytes residency (9 samples), 247M in use, 0.005 INIT (0.005 elapsed), 4.565 MUT (4.775 elapsed), 3.703 GC (3.637 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcRules.hs -o compiler/stage1/build/TcRules.o 
<<ghc: 981835160 bytes, 233 GCs, 29498354/110814816 avg/max bytes residency (9 samples), 221M in use, 0.005 INIT (0.005 elapsed), 1.979 MUT (2.255 elapsed), 2.944 GC (2.738 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcDefaults.hs -o compiler/stage1/build/TcDefaults.o 
<<ghc: 747703328 bytes, 224 GCs, 27776229/106787208 avg/max bytes residency (9 samples), 206M in use, 0.006 INIT (0.005 elapsed), 1.354 MUT (1.548 elapsed), 2.601 GC (2.453 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/parser/HaddockUtils.hs -o compiler/stage1/build/HaddockUtils.o 
<<ghc: 124978456 bytes, 54 GCs, 5016982/12154064 avg/max bytes residency (5 samples), 30M in use, 0.004 INIT (0.004 elapsed), 0.269 MUT (0.306 elapsed), 0.333 GC (0.332 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/backpack/BkpSyn.hs -o compiler/stage1/build/BkpSyn.o 
<<ghc: 229922648 bytes, 101 GCs, 12234029/36630072 avg/max bytes residency (7 samples), 73M in use, 0.016 INIT (0.005 elapsed), 0.409 MUT (0.448 elapsed), 0.852 GC (0.851 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts   -O0 -fno-ignore-interface-pragmas -fcmm-sink    -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/stage1/build/Parser.hs -o compiler/stage1/build/Parser.o 
<<ghc: 6250691256 bytes, 589 GCs, 45632129/141299256 avg/max bytes residency (11 samples), 355M in use, 0.016 INIT (0.005 elapsed), 15.090 MUT (16.691 elapsed), 7.969 GC (7.680 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/HeaderInfo.hs -o compiler/stage1/build/HeaderInfo.o 
<<ghc: 762021200 bytes, 146 GCs, 18663666/62805472 avg/max bytes residency (8 samples), 131M in use, 0.017 INIT (0.004 elapsed), 1.617 MUT (1.766 elapsed), 1.676 GC (1.621 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/DsUsage.hs -o compiler/stage1/build/DsUsage.o 
<<ghc: 857855984 bytes, 173 GCs, 16762290/57066936 avg/max bytes residency (8 samples), 120M in use, 0.017 INIT (0.005 elapsed), 1.862 MUT (1.969 elapsed), 1.699 GC (1.685 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/FlagChecker.hs -o compiler/stage1/build/FlagChecker.o 
<<ghc: 627343320 bytes, 122 GCs, 15063409/44347744 avg/max bytes residency (7 samples), 93M in use, 0.005 INIT (0.004 elapsed), 1.300 MUT (1.374 elapsed), 1.291 GC (1.271 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/ToIface.hs -o compiler/stage1/build/ToIface.o 
<<ghc: 897743128 bytes, 161 GCs, 22237026/77303736 avg/max bytes residency (8 samples), 158M in use, 0.014 INIT (0.004 elapsed), 2.018 MUT (2.147 elapsed), 1.870 GC (1.857 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/iface/MkIface.hs -o compiler/stage1/build/MkIface.o 
<<ghc: 4178108448 bytes, 350 GCs, 45717385/140433056 avg/max bytes residency (11 samples), 360M in use, 0.007 INIT (0.005 elapsed), 9.830 MUT (10.430 elapsed), 7.262 GC (7.007 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/PprTyThing.hs -o compiler/stage1/build/PprTyThing.o 
<<ghc: 443786632 bytes, 135 GCs, 17314858/60428112 avg/max bytes residency (8 samples), 124M in use, 0.006 INIT (0.005 elapsed), 0.838 MUT (0.930 elapsed), 1.449 GC (1.429 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnSplice.hs -o compiler/stage1/build/RnSplice.o 
<<ghc: 1729145104 bytes, 227 GCs, 32361634/123111096 avg/max bytes residency (9 samples), 253M in use, 0.016 INIT (0.004 elapsed), 4.095 MUT (4.281 elapsed), 3.144 GC (3.100 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/rename/RnExpr.hs -o compiler/stage1/build/RnExpr.o 
<<ghc: 4878084264 bytes, 305 GCs, 44781332/166189608 avg/max bytes residency (11 samples), 378M in use, 0.019 INIT (0.004 elapsed), 12.642 MUT (13.207 elapsed), 7.731 GC (7.560 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcRnDriver.hs -o compiler/stage1/build/TcRnDriver.o 
<<ghc: 6956181744 bytes, 456 GCs, 61057039/195624168 avg/max bytes residency (12 samples), 510M in use, 0.007 INIT (0.005 elapsed), 17.364 MUT (18.121 elapsed), 10.542 GC (10.357 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/deSugar/Desugar.hs -o compiler/stage1/build/Desugar.o 
<<ghc: 1884724768 bytes, 233 GCs, 29133576/101947504 avg/max bytes residency (8 samples), 212M in use, 0.015 INIT (0.004 elapsed), 4.559 MUT (4.769 elapsed), 3.076 GC (3.027 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/ghci/ByteCodeItbls.hs -o compiler/stage1/build/ByteCodeItbls.o 
<<ghc: 769884440 bytes, 205 GCs, 27406377/107050632 avg/max bytes residency (9 samples), 215M in use, 0.014 INIT (0.004 elapsed), 1.293 MUT (1.487 elapsed), 2.594 GC (2.470 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/ghci/ByteCodeInstr.hs -o compiler/stage1/build/ByteCodeInstr.o 
<<ghc: 1486128040 bytes, 226 GCs, 22470919/70247576 avg/max bytes residency (8 samples), 145M in use, 0.019 INIT (0.004 elapsed), 3.313 MUT (3.565 elapsed), 2.336 GC (2.306 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/ghci/ByteCodeAsm.hs -o compiler/stage1/build/ByteCodeAsm.o 
<<ghc: 1945135360 bytes, 262 GCs, 33355384/118956160 avg/max bytes residency (9 samples), 242M in use, 0.040 INIT (0.005 elapsed), 4.686 MUT (4.938 elapsed), 3.782 GC (3.666 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/ghci/ByteCodeLink.hs -o compiler/stage1/build/ByteCodeLink.o 

compiler/ghci/ByteCodeLink.hs:46:1: Warning:
    The import of ‘GHC.IO’ is redundant
      except perhaps to import instances from ‘GHC.IO’
    To import instances alone, use: import GHC.IO()
<<ghc: 1089231864 bytes, 189 GCs, 26316055/89924344 avg/max bytes residency (8 samples), 184M in use, 0.015 INIT (0.004 elapsed), 2.230 MUT (2.416 elapsed), 2.475 GC (2.391 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/ghci/Linker.hs -o compiler/stage1/build/Linker.o 

compiler/ghci/Linker.hs:65:1: Warning:
    The import of ‘Foreign’ is redundant
      except perhaps to import instances from ‘Foreign’
    To import instances alone, use: import Foreign()
<<ghc: 7395027808 bytes, 526 GCs, 69985921/203174960 avg/max bytes residency (13 samples), 495M in use, 0.016 INIT (0.004 elapsed), 19.871 MUT (20.774 elapsed), 12.319 GC (12.127 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/ghci/ByteCodeGen.hs -o compiler/stage1/build/ByteCodeGen.o 
<<ghc: 3611691488 bytes, 382 GCs, 47333523/167390152 avg/max bytes residency (11 samples), 386M in use, 0.008 INIT (0.004 elapsed), 8.321 MUT (8.818 elapsed), 6.931 GC (6.695 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/HscMain.hs -o compiler/stage1/build/HscMain.o 
<<ghc: 6455202376 bytes, 456 GCs, 62251277/213332912 avg/max bytes residency (11 samples), 536M in use, 0.017 INIT (0.005 elapsed), 17.557 MUT (18.419 elapsed), 9.734 GC (9.320 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/GhcMonad.hs -o compiler/stage1/build/GhcMonad.o 
<<ghc: 513934448 bytes, 116 GCs, 12948232/40604672 avg/max bytes residency (8 samples), 84M in use, 0.016 INIT (0.004 elapsed), 1.288 MUT (1.375 elapsed), 1.072 GC (1.071 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/Elf.hs -o compiler/stage1/build/Elf.o 
<<ghc: 1040943224 bytes, 152 GCs, 17077124/57403672 avg/max bytes residency (8 samples), 116M in use, 0.005 INIT (0.005 elapsed), 2.456 MUT (2.595 elapsed), 1.722 GC (1.661 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/DriverPipeline.hs -o compiler/stage1/build/DriverPipeline.o 
<<ghc: 8563176016 bytes, 468 GCs, 58850677/189082920 avg/max bytes residency (12 samples), 487M in use, 0.017 INIT (0.005 elapsed), 25.173 MUT (26.051 elapsed), 10.672 GC (10.403 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/GhcMake.hs -o compiler/stage1/build/GhcMake.o 
<<ghc: 6623610840 bytes, 597 GCs, 64646494/165496904 avg/max bytes residency (13 samples), 439M in use, 0.005 INIT (0.004 elapsed), 16.505 MUT (17.159 elapsed), 11.302 GC (11.128 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/ghci/DebuggerUtils.hs -o compiler/stage1/build/DebuggerUtils.o 
<<ghc: 846560936 bytes, 184 GCs, 23710961/91147464 avg/max bytes residency (9 samples), 186M in use, 0.017 INIT (0.005 elapsed), 2.746 MUT (2.884 elapsed), 2.174 GC (2.108 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/ghci/RtClosureInspect.hs -o compiler/stage1/build/RtClosureInspect.o 
<<ghc: 6288634056 bytes, 494 GCs, 62048467/211032104 avg/max bytes residency (12 samples), 518M in use, 0.017 INIT (0.005 elapsed), 18.221 MUT (19.027 elapsed), 10.251 GC (9.911 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/InteractiveEval.hs -o compiler/stage1/build/InteractiveEval.o 
<<ghc: 2514396552 bytes, 305 GCs, 46769741/168111840 avg/max bytes residency (10 samples), 364M in use, 0.006 INIT (0.005 elapsed), 5.534 MUT (6.077 elapsed), 5.404 GC (5.074 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/GHC.hs -o compiler/stage1/build/GHC.o 
<<ghc: 2581162968 bytes, 299 GCs, 38947262/144532448 avg/max bytes residency (10 samples), 303M in use, 0.006 INIT (0.004 elapsed), 6.714 MUT (6.975 elapsed), 4.498 GC (4.476 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/backpack/DriverBkp.hs -o compiler/stage1/build/DriverBkp.o 
<<ghc: 2485122496 bytes, 269 GCs, 28692912/108051232 avg/max bytes residency (9 samples), 220M in use, 0.017 INIT (0.005 elapsed), 6.119 MUT (6.364 elapsed), 3.792 GC (3.747 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/DriverMkDepend.hs -o compiler/stage1/build/DriverMkDepend.o 
<<ghc: 1203755008 bytes, 193 GCs, 22625187/78592720 avg/max bytes residency (8 samples), 162M in use, 0.005 INIT (0.004 elapsed), 2.894 MUT (3.022 elapsed), 2.237 GC (2.224 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -ighc/. -ighc/stage1/build -Ighc/stage1/build -ighc/stage1/build/ghc/autogen -Ighc/stage1/build/ghc/autogen     -optP-include -optPghc/stage1/build/ghc/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-8.3 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -XHaskell2010   -no-hs-main -no-user-package-db -rtsopts       -odir ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build    -c ghc/./Main.hs -o ghc/stage1/build/Main.o 
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Ighc/stage1/build/ghc/autogen -optc-I'/home/asteen/devl/ghc/compiler/.' -optc-I'/home/asteen/devl/ghc/compiler/parser' -optc-I'/home/asteen/devl/ghc/compiler/utils' -optc-I'/home/asteen/devl/ghc/compiler/stage1' -optc-I'/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ/include' -optc-I'/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' -optc-I'/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' -optc-I'/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' -optc-I'/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' -optc-I'/usr/local/include' -optc-I'/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' -optc-I'/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' -optc-I'/usr/local/lib/ghc/include' -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -ighc/. -ighc/stage1/build -Ighc/stage1/build -ighc/stage1/build/ghc/autogen -Ighc/stage1/build/ghc/autogen     -optP-include -optPghc/stage1/build/ghc/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-8.3 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -XHaskell2010   -no-hs-main -no-user-package-db -rtsopts       -c ghc/hschooks.c -o ghc/stage1/build/hschooks.o
"inplace/bin/mkdirhier" ghc/stage1/build/tmp//.
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/Plugins.hs -o compiler/stage1/build/Plugins.o 
<<ghc: 261568840 bytes, 100 GCs, 11153866/33533216 avg/max bytes residency (7 samples), 71M in use, 0.014 INIT (0.004 elapsed), 0.451 MUT (0.485 elapsed), 0.851 GC (0.849 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/main/GhcPlugins.hs -o compiler/stage1/build/GhcPlugins.o 
<<ghc: 379221144 bytes, 115 GCs, 14338998/43898912 avg/max bytes residency (7 samples), 92M in use, 0.015 INIT (0.004 elapsed), 0.717 MUT (0.748 elapsed), 1.028 GC (1.026 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcPluginM.hs -o compiler/stage1/build/TcPluginM.o 
<<ghc: 38559952 bytes, 21 GCs, 1918824/4463864 avg/max bytes residency (3 samples), 31M in use, 0.006 INIT (0.005 elapsed), 0.121 MUT (0.183 elapsed), 0.134 GC (0.133 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/hsSyn/Convert.hs -o compiler/stage1/build/Convert.o 
<<ghc: 3595191976 bytes, 288 GCs, 35387867/115917680 avg/max bytes residency (10 samples), 271M in use, 0.006 INIT (0.005 elapsed), 9.539 MUT (9.942 elapsed), 5.533 GC (5.439 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/typecheck/TcSplice.hs -o compiler/stage1/build/TcSplice.o 
<<ghc: 5957937520 bytes, 393 GCs, 53084106/203128256 avg/max bytes residency (11 samples), 458M in use, 0.018 INIT (0.005 elapsed), 15.888 MUT (16.543 elapsed), 8.690 GC (8.425 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/utils/UniqMap.hs -o compiler/stage1/build/UniqMap.o 
<<ghc: 488097592 bytes, 102 GCs, 8798425/27418128 avg/max bytes residency (7 samples), 56M in use, 0.006 INIT (0.005 elapsed), 1.367 MUT (1.478 elapsed), 0.832 GC (0.824 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Graph/ArchBase.hs -o compiler/stage1/build/RegAlloc/Graph/ArchBase.o 
<<ghc: 471160592 bytes, 118 GCs, 7508149/20008368 avg/max bytes residency (6 samples), 41M in use, 0.013 INIT (0.004 elapsed), 1.300 MUT (1.374 elapsed), 0.671 GC (0.669 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Graph/ArchX86.hs -o compiler/stage1/build/RegAlloc/Graph/ArchX86.o 
<<ghc: 200917048 bytes, 73 GCs, 4899028/11714640 avg/max bytes residency (5 samples), 30M in use, 0.005 INIT (0.005 elapsed), 0.521 MUT (0.572 elapsed), 0.367 GC (0.367 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/nativeGen/RegAlloc/Graph/Coalesce.hs -o compiler/stage1/build/RegAlloc/Graph/Coalesce.o 
<<ghc: 233029304 bytes, 86 GCs, 8367818/23645440 avg/max bytes residency (6 samples), 50M in use, 0.015 INIT (0.005 elapsed), 0.507 MUT (0.546 elapsed), 0.625 GC (0.623 elapsed) :ghc>>
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build    -c compiler/ghci/Debugger.hs -o compiler/stage1/build/Debugger.o 
<<ghc: 1096902600 bytes, 212 GCs, 30996150/109565000 avg/max bytes residency (8 samples), 223M in use, 0.015 INIT (0.005 elapsed), 2.751 MUT (2.833 elapsed), 2.404 GC (2.398 elapsed) :ghc>>
"inplace/bin/mkdirhier" compiler/stage1/build/parser//.
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Icompiler/stage1/build/./autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/stage1 -optc-I'/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ/include' -optc-I'/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' -optc-I'/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' -optc-I'/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' -optc-I'/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' -optc-I'/usr/local/include' -optc-I'/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' -optc-I'/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' -optc-I'/usr/local/lib/ghc/include' -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -c compiler/parser/cutils.c -o compiler/stage1/build/parser/cutils.o
<<ghc: 15513024 bytes, 15 GCs, 312368/406304 avg/max bytes residency (2 samples), 30M in use, 0.006 INIT (0.005 elapsed), 0.048 MUT (0.213 elapsed), 0.080 GC (0.080 elapsed) :ghc>>
"inplace/bin/mkdirhier" compiler/stage1/build/ghci//.
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Icompiler/stage1/build/./autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/stage1 -optc-I'/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ/include' -optc-I'/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' -optc-I'/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' -optc-I'/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' -optc-I'/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' -optc-I'/usr/local/include' -optc-I'/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' -optc-I'/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' -optc-I'/usr/local/lib/ghc/include' -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -c compiler/ghci/keepCAFsForGHCi.c -o compiler/stage1/build/ghci/keepCAFsForGHCi.o
<<ghc: 15538720 bytes, 15 GCs, 312548/406336 avg/max bytes residency (2 samples), 30M in use, 0.006 INIT (0.005 elapsed), 0.051 MUT (0.184 elapsed), 0.079 GC (0.079 elapsed) :ghc>>
"inplace/bin/mkdirhier" compiler/stage1/build/cbits//.
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Icompiler/stage1/build/./autogen -optc-Icompiler/. -optc-Icompiler/parser -optc-Icompiler/utils -optc-Icompiler/stage1 -optc-I'/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ/include' -optc-I'/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm/include' -optc-I'/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx/include' -optc-I'/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn/include' -optc-I'/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6/include' -optc-I'/usr/local/include' -optc-I'/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/include' -optc-I'/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include' -optc-I'/usr/local/lib/ghc/include' -static  -H32m -O -Wall  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -package-db libraries/bootstrapping.conf  -this-package-key ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -Icompiler/stage1/build -icompiler/stage1/build/./autogen -Icompiler/stage1/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1    -optP-include -optPcompiler/stage1/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id binary-0.8.4.1 -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing   -no-user-package-db -rtsopts       -c compiler/cbits/genSym.c -o compiler/stage1/build/cbits/genSym.o
<<ghc: 15522984 bytes, 15 GCs, 312340/406296 avg/max bytes residency (2 samples), 30M in use, 0.005 INIT (0.004 elapsed), 0.051 MUT (0.194 elapsed), 0.084 GC (0.083 elapsed) :ghc>>
"rm" -f compiler/stage1/build/libHSghc-8.3.a compiler/stage1/build/libHSghc-8.3.a.contents  
echo compiler/stage1/build/DriverBkp.o compiler/stage1/build/BkpSyn.o compiler/stage1/build/NameShape.o compiler/stage1/build/RnModIface.o compiler/stage1/build/Avail.o compiler/stage1/build/BasicTypes.o compiler/stage1/build/ConLike.o compiler/stage1/build/DataCon.o compiler/stage1/build/PatSyn.o compiler/stage1/build/Demand.o compiler/stage1/build/Debug.o compiler/stage1/build/Exception.o compiler/stage1/build/FieldLabel.o compiler/stage1/build/GhcMonad.o compiler/stage1/build/Hooks.o compiler/stage1/build/Id.o compiler/stage1/build/IdInfo.o compiler/stage1/build/Lexeme.o compiler/stage1/build/Literal.o compiler/stage1/build/Llvm.o compiler/stage1/build/Llvm/AbsSyn.o compiler/stage1/build/Llvm/MetaData.o compiler/stage1/build/Llvm/PpLlvm.o compiler/stage1/build/Llvm/Types.o compiler/stage1/build/LlvmCodeGen.o compiler/stage1/build/LlvmCodeGen/Base.o compiler/stage1/build/LlvmCodeGen/CodeGen.o compiler/stage1/build/LlvmCodeGen/Data.o compiler/stage1/build/LlvmCodeGen/Ppr.o compiler/stage1/build/LlvmCodeGen/Regs.o compiler/stage1/build/LlvmMangler.o compiler/stage1/build/MkId.o compiler/stage1/build/Module.o compiler/stage1/build/Name.o compiler/stage1/build/NameEnv.o compiler/stage1/build/NameSet.o compiler/stage1/build/OccName.o compiler/stage1/build/RdrName.o compiler/stage1/build/NameCache.o compiler/stage1/build/SrcLoc.o compiler/stage1/build/UniqSupply.o compiler/stage1/build/Unique.o compiler/stage1/build/Var.o compiler/stage1/build/VarEnv.o compiler/stage1/build/VarSet.o compiler/stage1/build/UnVarGraph.o compiler/stage1/build/BlockId.o compiler/stage1/build/CLabel.o compiler/stage1/build/Cmm.o compiler/stage1/build/CmmBuildInfoTables.o compiler/stage1/build/CmmPipeline.o compiler/stage1/build/CmmCallConv.o compiler/stage1/build/CmmCommonBlockElim.o compiler/stage1/build/CmmImplementSwitchPlans.o compiler/stage1/build/CmmContFlowOpt.o compiler/stage1/build/CmmExpr.o compiler/stage1/build/CmmInfo.o compiler/stage1/build/CmmLex.o compiler/stage1/build/CmmLint.o compiler/stage1/build/CmmLive.o compiler/stage1/build/CmmMachOp.o compiler/stage1/build/CmmMonad.o compiler/stage1/build/CmmSwitch.o compiler/stage1/build/CmmNode.o compiler/stage1/build/CmmOpt.o compiler/stage1/build/CmmParse.o compiler/stage1/build/CmmProcPoint.o compiler/stage1/build/CmmSink.o compiler/stage1/build/CmmType.o compiler/stage1/build/CmmUtils.o compiler/stage1/build/CmmLayoutStack.o compiler/stage1/build/EnumSet.o compiler/stage1/build/MkGraph.o compiler/stage1/build/PprBase.o compiler/stage1/build/PprC.o compiler/stage1/build/PprCmm.o compiler/stage1/build/PprCmmDecl.o compiler/stage1/build/PprCmmExpr.o compiler/stage1/build/Bitmap.o compiler/stage1/build/CodeGen/Platform.o compiler/stage1/build/CodeGen/Platform/ARM.o compiler/stage1/build/CodeGen/Platform/ARM64.o compiler/stage1/build/CodeGen/Platform/NoRegs.o compiler/stage1/build/CodeGen/Platform/PPC.o compiler/stage1/build/CodeGen/Platform/PPC_Darwin.o compiler/stage1/build/CodeGen/Platform/SPARC.o compiler/stage1/build/CodeGen/Platform/X86.o compiler/stage1/build/CodeGen/Platform/X86_64.o compiler/stage1/build/CgUtils.o compiler/stage1/build/StgCmm.o compiler/stage1/build/StgCmmBind.o compiler/stage1/build/StgCmmClosure.o compiler/stage1/build/StgCmmCon.o compiler/stage1/build/StgCmmEnv.o compiler/stage1/build/StgCmmExpr.o compiler/stage1/build/StgCmmForeign.o compiler/stage1/build/StgCmmHeap.o compiler/stage1/build/StgCmmHpc.o compiler/stage1/build/StgCmmArgRep.o compiler/stage1/build/StgCmmLayout.o compiler/stage1/build/StgCmmMonad.o compiler/stage1/build/StgCmmPrim.o compiler/stage1/build/StgCmmProf.o compiler/stage1/build/StgCmmTicky.o compiler/stage1/build/StgCmmUtils.o compiler/stage1/build/StgCmmExtCode.o compiler/stage1/build/SMRep.o compiler/stage1/build/CoreArity.o compiler/stage1/build/CoreFVs.o compiler/stage1/build/CoreLint.o compiler/stage1/build/CorePrep.o compiler/stage1/build/CoreSubst.o compiler/stage1/build/CoreOpt.o compiler/stage1/build/CoreSyn.o compiler/stage1/build/TrieMap.o compiler/stage1/build/CoreTidy.o compiler/stage1/build/CoreUnfold.o compiler/stage1/build/CoreUtils.o compiler/stage1/build/CoreSeq.o compiler/stage1/build/CoreStats.o compiler/stage1/build/MkCore.o compiler/stage1/build/PprCore.o compiler/stage1/build/PmExpr.o compiler/stage1/build/TmOracle.o compiler/stage1/build/Check.o compiler/stage1/build/Coverage.o compiler/stage1/build/Desugar.o compiler/stage1/build/DsArrows.o compiler/stage1/build/DsBinds.o compiler/stage1/build/DsCCall.o compiler/stage1/build/DsExpr.o compiler/stage1/build/DsForeign.o compiler/stage1/build/DsGRHSs.o compiler/stage1/build/DsListComp.o compiler/stage1/build/DsMonad.o compiler/stage1/build/DsUsage.o compiler/stage1/build/DsUtils.o compiler/stage1/build/Match.o compiler/stage1/build/MatchCon.o compiler/stage1/build/MatchLit.o compiler/stage1/build/HsBinds.o compiler/stage1/build/HsDecls.o compiler/stage1/build/HsDoc.o compiler/stage1/build/HsExpr.o compiler/stage1/build/HsImpExp.o compiler/stage1/build/HsLit.o compiler/stage1/build/PlaceHolder.o compiler/stage1/build/HsPat.o compiler/stage1/build/HsSyn.o compiler/stage1/build/HsTypes.o compiler/stage1/build/HsUtils.o compiler/stage1/build/HsDumpAst.o compiler/stage1/build/BinIface.o compiler/stage1/build/BinFingerprint.o compiler/stage1/build/BuildTyCl.o compiler/stage1/build/IfaceEnv.o compiler/stage1/build/IfaceSyn.o compiler/stage1/build/IfaceType.o compiler/stage1/build/ToIface.o compiler/stage1/build/LoadIface.o compiler/stage1/build/MkIface.o compiler/stage1/build/TcIface.o compiler/stage1/build/FlagChecker.o compiler/stage1/build/Annotations.o compiler/stage1/build/CmdLineParser.o compiler/stage1/build/CodeOutput.o compiler/stage1/build/Config.o compiler/stage1/build/Constants.o compiler/stage1/build/DriverMkDepend.o compiler/stage1/build/DriverPhases.o compiler/stage1/build/PipelineMonad.o compiler/stage1/build/DriverPipeline.o compiler/stage1/build/DynFlags.o compiler/stage1/build/ErrUtils.o compiler/stage1/build/Finder.o compiler/stage1/build/GHC.o compiler/stage1/build/GhcMake.o compiler/stage1/build/GhcPlugins.o compiler/stage1/build/DynamicLoading.o compiler/stage1/build/HeaderInfo.o compiler/stage1/build/HscMain.o compiler/stage1/build/HscStats.o compiler/stage1/build/HscTypes.o compiler/stage1/build/InteractiveEval.o compiler/stage1/build/InteractiveEvalTypes.o compiler/stage1/build/PackageConfig.o compiler/stage1/build/Packages.o compiler/stage1/build/PlatformConstants.o compiler/stage1/build/Plugins.o compiler/stage1/build/TcPluginM.o compiler/stage1/build/PprTyThing.o compiler/stage1/build/StaticPtrTable.o compiler/stage1/build/SysTools.o compiler/stage1/build/SysTools/Terminal.o compiler/stage1/build/Elf.o compiler/stage1/build/TidyPgm.o compiler/stage1/build/Ctype.o compiler/stage1/build/HaddockUtils.o compiler/stage1/build/Lexer.o compiler/stage1/build/OptCoercion.o compiler/stage1/build/Parser.o compiler/stage1/build/RdrHsSyn.o compiler/stage1/build/ApiAnnotation.o compiler/stage1/build/ForeignCall.o compiler/stage1/build/KnownUniques.o compiler/stage1/build/PrelInfo.o compiler/stage1/build/PrelNames.o compiler/stage1/build/PrelRules.o compiler/stage1/build/PrimOp.o compiler/stage1/build/TysPrim.o compiler/stage1/build/TysWiredIn.o compiler/stage1/build/CostCentre.o compiler/stage1/build/ProfInit.o compiler/stage1/build/SCCfinal.o compiler/stage1/build/RnBinds.o compiler/stage1/build/RnEnv.o compiler/stage1/build/RnExpr.o compiler/stage1/build/RnHsDoc.o compiler/stage1/build/RnNames.o compiler/stage1/build/RnPat.o compiler/stage1/build/RnSource.o compiler/stage1/build/RnSplice.o compiler/stage1/build/RnTypes.o compiler/stage1/build/CoreMonad.o compiler/stage1/build/CSE.o compiler/stage1/build/FloatIn.o compiler/stage1/build/FloatOut.o compiler/stage1/build/LiberateCase.o compiler/stage1/build/OccurAnal.o compiler/stage1/build/SAT.o compiler/stage1/build/SetLevels.o compiler/stage1/build/SimplCore.o compiler/stage1/build/SimplEnv.o compiler/stage1/build/SimplMonad.o compiler/stage1/build/SimplUtils.o compiler/stage1/build/Simplify.o compiler/stage1/build/SimplStg.o compiler/stage1/build/StgStats.o compiler/stage1/build/StgCse.o compiler/stage1/build/UnariseStg.o compiler/stage1/build/RepType.o compiler/stage1/build/Rules.o compiler/stage1/build/SpecConstr.o compiler/stage1/build/Specialise.o compiler/stage1/build/CoreToStg.o compiler/stage1/build/StgLint.o compiler/stage1/build/StgSyn.o compiler/stage1/build/CallArity.o compiler/stage1/build/DmdAnal.o compiler/stage1/build/WorkWrap.o compiler/stage1/build/WwLib.o compiler/stage1/build/FamInst.o compiler/stage1/build/Inst.o compiler/stage1/build/TcAnnotations.o compiler/stage1/build/TcArrows.o compiler/stage1/build/TcBinds.o compiler/stage1/build/TcSigs.o compiler/stage1/build/TcClassDcl.o compiler/stage1/build/TcDefaults.o compiler/stage1/build/TcDeriv.o compiler/stage1/build/TcDerivInfer.o compiler/stage1/build/TcDerivUtils.o compiler/stage1/build/TcEnv.o compiler/stage1/build/TcExpr.o compiler/stage1/build/TcForeign.o compiler/stage1/build/TcGenDeriv.o compiler/stage1/build/TcGenFunctor.o compiler/stage1/build/TcGenGenerics.o compiler/stage1/build/TcHsSyn.o compiler/stage1/build/TcHsType.o compiler/stage1/build/TcInstDcls.o compiler/stage1/build/TcMType.o compiler/stage1/build/TcValidity.o compiler/stage1/build/TcMatches.o compiler/stage1/build/TcPat.o compiler/stage1/build/TcPatSyn.o compiler/stage1/build/TcRnDriver.o compiler/stage1/build/TcBackpack.o compiler/stage1/build/TcRnExports.o compiler/stage1/build/TcRnMonad.o compiler/stage1/build/TcRnTypes.o compiler/stage1/build/TcRules.o compiler/stage1/build/TcSimplify.o compiler/stage1/build/TcErrors.o compiler/stage1/build/TcTyClsDecls.o compiler/stage1/build/TcTyDecls.o compiler/stage1/build/TcTypeable.o compiler/stage1/build/TcType.o compiler/stage1/build/TcEvidence.o compiler/stage1/build/TcUnify.o compiler/stage1/build/TcInteract.o compiler/stage1/build/TcCanonical.o compiler/stage1/build/TcFlatten.o compiler/stage1/build/TcSMonad.o compiler/stage1/build/TcTypeNats.o compiler/stage1/build/TcSplice.o compiler/stage1/build/Class.o compiler/stage1/build/Coercion.o compiler/stage1/build/DsMeta.o compiler/stage1/build/THNames.o compiler/stage1/build/FamInstEnv.o compiler/stage1/build/FunDeps.o compiler/stage1/build/InstEnv.o compiler/stage1/build/TyCon.o compiler/stage1/build/CoAxiom.o compiler/stage1/build/Kind.o compiler/stage1/build/Type.o compiler/stage1/build/TyCoRep.o compiler/stage1/build/Unify.o compiler/stage1/build/Bag.o compiler/stage1/build/Binary.o compiler/stage1/build/BooleanFormula.o compiler/stage1/build/BufWrite.o compiler/stage1/build/Digraph.o compiler/stage1/build/Encoding.o compiler/stage1/build/FastFunctions.o compiler/stage1/build/FastMutInt.o compiler/stage1/build/FastString.o compiler/stage1/build/FastStringEnv.o compiler/stage1/build/Fingerprint.o compiler/stage1/build/FiniteMap.o compiler/stage1/build/FV.o compiler/stage1/build/GraphBase.o compiler/stage1/build/GraphColor.o compiler/stage1/build/GraphOps.o compiler/stage1/build/GraphPpr.o compiler/stage1/build/IOEnv.o compiler/stage1/build/Json.o compiler/stage1/build/ListSetOps.o compiler/stage1/build/ListT.o compiler/stage1/build/Maybes.o compiler/stage1/build/MonadUtils.o compiler/stage1/build/OrdList.o compiler/stage1/build/Outputable.o compiler/stage1/build/Pair.o compiler/stage1/build/Panic.o compiler/stage1/build/PprColour.o compiler/stage1/build/Pretty.o compiler/stage1/build/State.o compiler/stage1/build/Stream.o compiler/stage1/build/StringBuffer.o compiler/stage1/build/UniqDFM.o compiler/stage1/build/UniqDSet.o compiler/stage1/build/UniqFM.o compiler/stage1/build/UniqMap.o compiler/stage1/build/UniqSet.o compiler/stage1/build/Util.o compiler/stage1/build/Vectorise/Builtins/Base.o compiler/stage1/build/Vectorise/Builtins/Initialise.o compiler/stage1/build/Vectorise/Builtins.o compiler/stage1/build/Vectorise/Monad/Base.o compiler/stage1/build/Vectorise/Monad/Naming.o compiler/stage1/build/Vectorise/Monad/Local.o compiler/stage1/build/Vectorise/Monad/Global.o compiler/stage1/build/Vectorise/Monad/InstEnv.o compiler/stage1/build/Vectorise/Monad.o compiler/stage1/build/Vectorise/Utils/Base.o compiler/stage1/build/Vectorise/Utils/Closure.o compiler/stage1/build/Vectorise/Utils/Hoisting.o compiler/stage1/build/Vectorise/Utils/PADict.o compiler/stage1/build/Vectorise/Utils/Poly.o compiler/stage1/build/Vectorise/Utils.o compiler/stage1/build/Vectorise/Generic/Description.o compiler/stage1/build/Vectorise/Generic/PAMethods.o compiler/stage1/build/Vectorise/Generic/PADict.o compiler/stage1/build/Vectorise/Generic/PData.o compiler/stage1/build/Vectorise/Type/Env.o compiler/stage1/build/Vectorise/Type/Type.o compiler/stage1/build/Vectorise/Type/TyConDecl.o compiler/stage1/build/Vectorise/Type/Classify.o compiler/stage1/build/Vectorise/Convert.o compiler/stage1/build/Vectorise/Vect.o compiler/stage1/build/Vectorise/Var.o compiler/stage1/build/Vectorise/Env.o compiler/stage1/build/Vectorise/Exp.o compiler/stage1/build/Vectorise.o compiler/stage1/build/Hoopl/Dataflow.o compiler/stage1/build/Hoopl.o compiler/stage1/build/AsmCodeGen.o compiler/stage1/build/TargetReg.o compiler/stage1/build/NCGMonad.o compiler/stage1/build/Instruction.o compiler/stage1/build/Format.o compiler/stage1/build/Reg.o compiler/stage1/build/RegClass.o compiler/stage1/build/PIC.o compiler/stage1/build/Platform.o compiler/stage1/build/CPrim.o compiler/stage1/build/X86/Regs.o compiler/stage1/build/X86/RegInfo.o compiler/stage1/build/X86/Instr.o compiler/stage1/build/X86/Cond.o compiler/stage1/build/X86/Ppr.o compiler/stage1/build/X86/CodeGen.o compiler/stage1/build/PPC/Regs.o compiler/stage1/build/PPC/RegInfo.o compiler/stage1/build/PPC/Instr.o compiler/stage1/build/PPC/Cond.o compiler/stage1/build/PPC/Ppr.o compiler/stage1/build/PPC/CodeGen.o compiler/stage1/build/SPARC/Base.o compiler/stage1/build/SPARC/Regs.o compiler/stage1/build/SPARC/Imm.o compiler/stage1/build/SPARC/AddrMode.o compiler/stage1/build/SPARC/Cond.o compiler/stage1/build/SPARC/Instr.o compiler/stage1/build/SPARC/Stack.o compiler/stage1/build/SPARC/ShortcutJump.o compiler/stage1/build/SPARC/Ppr.o compiler/stage1/build/SPARC/CodeGen.o compiler/stage1/build/SPARC/CodeGen/Amode.o compiler/stage1/build/SPARC/CodeGen/Base.o compiler/stage1/build/SPARC/CodeGen/CondCode.o compiler/stage1/build/SPARC/CodeGen/Gen32.o compiler/stage1/build/SPARC/CodeGen/Gen64.o compiler/stage1/build/SPARC/CodeGen/Sanity.o compiler/stage1/build/SPARC/CodeGen/Expand.o compiler/stage1/build/RegAlloc/Liveness.o compiler/stage1/build/RegAlloc/Graph/Main.o compiler/stage1/build/RegAlloc/Graph/Stats.o compiler/stage1/build/RegAlloc/Graph/ArchBase.o compiler/stage1/build/RegAlloc/Graph/ArchX86.o compiler/stage1/build/RegAlloc/Graph/Coalesce.o compiler/stage1/build/RegAlloc/Graph/Spill.o compiler/stage1/build/RegAlloc/Graph/SpillClean.o compiler/stage1/build/RegAlloc/Graph/SpillCost.o compiler/stage1/build/RegAlloc/Graph/TrivColorable.o compiler/stage1/build/RegAlloc/Linear/Main.o compiler/stage1/build/RegAlloc/Linear/JoinToTargets.o compiler/stage1/build/RegAlloc/Linear/State.o compiler/stage1/build/RegAlloc/Linear/Stats.o compiler/stage1/build/RegAlloc/Linear/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/StackMap.o compiler/stage1/build/RegAlloc/Linear/Base.o compiler/stage1/build/RegAlloc/Linear/X86/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/X86_64/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/PPC/FreeRegs.o compiler/stage1/build/RegAlloc/Linear/SPARC/FreeRegs.o compiler/stage1/build/Dwarf.o compiler/stage1/build/Dwarf/Types.o compiler/stage1/build/Dwarf/Constants.o compiler/stage1/build/Convert.o compiler/stage1/build/ByteCodeTypes.o compiler/stage1/build/ByteCodeAsm.o compiler/stage1/build/ByteCodeGen.o compiler/stage1/build/ByteCodeInstr.o compiler/stage1/build/ByteCodeItbls.o compiler/stage1/build/ByteCodeLink.o compiler/stage1/build/Debugger.o compiler/stage1/build/Linker.o compiler/stage1/build/RtClosureInspect.o compiler/stage1/build/DebuggerUtils.o compiler/stage1/build/GHCi.o   compiler/stage1/build/parser/cutils.o compiler/stage1/build/cbits/genSym.o     >> compiler/stage1/build/libHSghc-8.3.a.contents
"/usr/bin/ar" q  compiler/stage1/build/libHSghc-8.3.a @compiler/stage1/build/libHSghc-8.3.a.contents
/usr/bin/ar: creating compiler/stage1/build/libHSghc-8.3.a
"rm" -f compiler/stage1/build/libHSghc-8.3.a.contents  
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Wrappers.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Wrappers.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Passes/Dominator.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Passes/DList.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-boot/build -Ilibraries/hoopl/dist-boot/build -ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/dist-boot/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -Wall -fno-warn-name-shadowing -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hoopl/dist-boot/build -hidir libraries/hoopl/dist-boot/build -stubdir libraries/hoopl/dist-boot/build    -c libraries/hoopl/src/Compiler/Hoopl/Shape.hs -o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Shape.o 
"rm" -f libraries/hoopl/dist-boot/build/libHShoopl-3.10.2.2.a libraries/hoopl/dist-boot/build/libHShoopl-3.10.2.2.a.contents  
echo libraries/hoopl/dist-boot/build/Compiler/Hoopl.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Internals.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Wrappers.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Passes/Dominator.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Passes/DList.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Checkpoint.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Collections.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Combinators.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Dataflow.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Debug.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Block.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Graph.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Label.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/MkGraph.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Fuel.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Pointed.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Shape.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Show.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/Unique.o libraries/hoopl/dist-boot/build/Compiler/Hoopl/XUtil.o        >> libraries/hoopl/dist-boot/build/libHShoopl-3.10.2.2.a.contents
"/usr/bin/ar" q  libraries/hoopl/dist-boot/build/libHShoopl-3.10.2.2.a @libraries/hoopl/dist-boot/build/libHShoopl-3.10.2.2.a.contents
/usr/bin/ar: creating libraries/hoopl/dist-boot/build/libHShoopl-3.10.2.2.a
"rm" -f libraries/hoopl/dist-boot/build/libHShoopl-3.10.2.2.a.contents  
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-boot/build -Ilibraries/ghci/dist-boot/build -ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/dist-boot/build/./autogen -Ilibraries/ghci/.    -optP-include -optPlibraries/ghci/dist-boot/build/./autogen/cabal_macros.h -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id binary-0.8.4.1 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/ghci/dist-boot/build -hidir libraries/ghci/dist-boot/build -stubdir libraries/ghci/dist-boot/build    -c libraries/ghci/./GHCi/StaticPtrTable.hs -o libraries/ghci/dist-boot/build/GHCi/StaticPtrTable.o 
"rm" -f libraries/ghci/dist-boot/build/libHSghci-8.3.a libraries/ghci/dist-boot/build/libHSghci-8.3.a.contents  
echo libraries/ghci/dist-boot/build/GHCi/BreakArray.o libraries/ghci/dist-boot/build/GHCi/Message.o libraries/ghci/dist-boot/build/GHCi/ResolvedBCO.o libraries/ghci/dist-boot/build/GHCi/RemoteTypes.o libraries/ghci/dist-boot/build/GHCi/FFI.o libraries/ghci/dist-boot/build/GHCi/InfoTable.o libraries/ghci/dist-boot/build/GHCi/StaticPtrTable.o libraries/ghci/dist-boot/build/GHCi/TH/Binary.o libraries/ghci/dist-boot/build/SizedSeq.o        >> libraries/ghci/dist-boot/build/libHSghci-8.3.a.contents
"/usr/bin/ar" q  libraries/ghci/dist-boot/build/libHSghci-8.3.a @libraries/ghci/dist-boot/build/libHSghci-8.3.a.contents
/usr/bin/ar: creating libraries/ghci/dist-boot/build/libHSghci-8.3.a
"rm" -f libraries/ghci/dist-boot/build/libHSghci-8.3.a.contents  
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Applicative/Backwards.hs -o libraries/transformers/dist-boot/build/Control/Applicative/Backwards.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Data/Functor/Constant.hs -o libraries/transformers/dist-boot/build/Data/Functor/Constant.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Applicative/Lift.hs -o libraries/transformers/dist-boot/build/Control/Applicative/Lift.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/Cont.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Cont.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/Identity.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Identity.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/List.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/List.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/RWS/Lazy.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS/Lazy.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/RWS.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/RWS/Strict.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS/Strict.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Control/Monad/Trans/Writer/Strict.hs -o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer/Strict.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/./Data/Functor/Reverse.hs -o libraries/transformers/dist-boot/build/Data/Functor/Reverse.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/legacy/pre711/Data/Functor/Compose.hs -o libraries/transformers/dist-boot/build/Data/Functor/Compose.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/legacy/pre711/Data/Functor/Product.hs -o libraries/transformers/dist-boot/build/Data/Functor/Product.o 
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/legacy/pre711 -ilibraries/transformers/dist-boot/build -Ilibraries/transformers/dist-boot/build -ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/dist-boot/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -XHaskell98   -no-user-package-db -rtsopts -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-deprecated-flags      -odir libraries/transformers/dist-boot/build -hidir libraries/transformers/dist-boot/build -stubdir libraries/transformers/dist-boot/build    -c libraries/transformers/legacy/pre711/Data/Functor/Sum.hs -o libraries/transformers/dist-boot/build/Data/Functor/Sum.o 
"rm" -f libraries/transformers/dist-boot/build/libHStransformers-0.5.2.0.a libraries/transformers/dist-boot/build/libHStransformers-0.5.2.0.a.contents  
echo libraries/transformers/dist-boot/build/Control/Applicative/Backwards.o libraries/transformers/dist-boot/build/Control/Applicative/Lift.o libraries/transformers/dist-boot/build/Control/Monad/Signatures.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Class.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Cont.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Except.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Error.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Identity.o libraries/transformers/dist-boot/build/Control/Monad/Trans/List.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Maybe.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Reader.o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS.o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS/Lazy.o libraries/transformers/dist-boot/build/Control/Monad/Trans/RWS/Strict.o libraries/transformers/dist-boot/build/Control/Monad/Trans/State.o libraries/transformers/dist-boot/build/Control/Monad/Trans/State/Lazy.o libraries/transformers/dist-boot/build/Control/Monad/Trans/State/Strict.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer/Lazy.o libraries/transformers/dist-boot/build/Control/Monad/Trans/Writer/Strict.o libraries/transformers/dist-boot/build/Data/Functor/Constant.o libraries/transformers/dist-boot/build/Data/Functor/Reverse.o libraries/transformers/dist-boot/build/Control/Monad/IO/Class.o libraries/transformers/dist-boot/build/Data/Functor/Classes.o libraries/transformers/dist-boot/build/Data/Functor/Compose.o libraries/transformers/dist-boot/build/Data/Functor/Product.o libraries/transformers/dist-boot/build/Data/Functor/Sum.o        >> libraries/transformers/dist-boot/build/libHStransformers-0.5.2.0.a.contents
"/usr/bin/ar" q  libraries/transformers/dist-boot/build/libHStransformers-0.5.2.0.a @libraries/transformers/dist-boot/build/libHStransformers-0.5.2.0.a.contents
/usr/bin/ar: creating libraries/transformers/dist-boot/build/libHStransformers-0.5.2.0.a
"rm" -f libraries/transformers/dist-boot/build/libHStransformers-0.5.2.0.a.contents  
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key hpc-0.6.0.3 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-boot/build -Ilibraries/hpc/dist-boot/build -ilibraries/hpc/dist-boot/build/./autogen -Ilibraries/hpc/dist-boot/build/./autogen -Ilibraries/hpc/.    -optP-include -optPlibraries/hpc/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181 -Wall -XHaskell98   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/hpc/dist-boot/build -hidir libraries/hpc/dist-boot/build -stubdir libraries/hpc/dist-boot/build    -c libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.hs -o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.o 
"rm" -f libraries/hpc/dist-boot/build/libHShpc-0.6.0.3.a libraries/hpc/dist-boot/build/libHShpc-0.6.0.3.a.contents  
echo libraries/hpc/dist-boot/build/Trace/Hpc/Util.o libraries/hpc/dist-boot/build/Trace/Hpc/Mix.o libraries/hpc/dist-boot/build/Trace/Hpc/Tix.o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.o        >> libraries/hpc/dist-boot/build/libHShpc-0.6.0.3.a.contents
"/usr/bin/ar" q  libraries/hpc/dist-boot/build/libHShpc-0.6.0.3.a @libraries/hpc/dist-boot/build/libHShpc-0.6.0.3.a.contents
/usr/bin/ar: creating libraries/hpc/dist-boot/build/libHShpc-0.6.0.3.a
"rm" -f libraries/hpc/dist-boot/build/libHShpc-0.6.0.3.a.contents  
"/usr/local/bin/ghc" -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -this-package-key template-haskell-2.12.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-boot/build -Ilibraries/template-haskell/dist-boot/build -ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/dist-boot/build/./autogen -Ilibraries/template-haskell/.    -optP-include -optPlibraries/template-haskell/dist-boot/build/./autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id ghc-boot-th-8.3 -package-id pretty-1.1.2.0-5cc412214ea63f61ee84c4fbabdbe0ec -Wall -this-package-key template-haskell -XHaskell2010   -no-user-package-db -rtsopts -fno-warn-deprecated-flags      -odir libraries/template-haskell/dist-boot/build -hidir libraries/template-haskell/dist-boot/build -stubdir libraries/template-haskell/dist-boot/build    -c libraries/template-haskell/./Language/Haskell/TH/Quote.hs -o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Quote.o 
"rm" -f libraries/template-haskell/dist-boot/build/libHStemplate-haskell-2.12.0.0.a libraries/template-haskell/dist-boot/build/libHStemplate-haskell-2.12.0.0.a.contents  
echo libraries/template-haskell/dist-boot/build/Language/Haskell/TH.o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Lib.o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Ppr.o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/PprLib.o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Quote.o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Syntax.o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/LanguageExtensions.o libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Lib/Map.o        >> libraries/template-haskell/dist-boot/build/libHStemplate-haskell-2.12.0.0.a.contents
"/usr/bin/ar" q  libraries/template-haskell/dist-boot/build/libHStemplate-haskell-2.12.0.0.a @libraries/template-haskell/dist-boot/build/libHStemplate-haskell-2.12.0.0.a.contents
/usr/bin/ar: creating libraries/template-haskell/dist-boot/build/libHStemplate-haskell-2.12.0.0.a
"rm" -f libraries/template-haskell/dist-boot/build/libHStemplate-haskell-2.12.0.0.a.contents  
"/usr/local/bin/ghc" -o ghc/stage1/build/tmp/ghc-stage1 -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -ighc/. -ighc/stage1/build -Ighc/stage1/build -ighc/stage1/build/ghc/autogen -Ighc/stage1/build/ghc/autogen     -optP-include -optPghc/stage1/build/ghc/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-8.3 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -XHaskell2010   -no-hs-main -no-user-package-db -rtsopts       -odir ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build    -optl-optl-Wl,-z -optl-optl-Wl,wxneeded -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf  -hide-all-packages -i -ighc/. -ighc/stage1/build -Ighc/stage1/build -ighc/stage1/build/ghc/autogen -Ighc/stage1/build/ghc/autogen     -optP-include -optPghc/stage1/build/ghc/autogen/cabal_macros.h -package-id base-4.8.2.0-8dd7859ce039df9f3d3f4ff9dbf4bb93 -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id bytestring-0.10.6.0-8a126a308e25adafa4b7221965acccd5 -package-id directory-1.2.2.0-de5c44596f448d2b2988d8588c5afdef -package-id process-1.2.3.0-ca3fff48cdf67a08d7e3f92817538395 -package-id filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e -package-id ghc-boot-8.3 -package-id ghc-8.3 -package-id unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106 -Wall -XHaskell2010   -no-hs-main -no-user-package-db -rtsopts       ghc/stage1/build/Main.o ghc/stage1/build/hschooks.o   
Warning: -rtsopts and -with-rtsopts have no effect with -no-hs-main.
    Call hs_init_ghc() from your main() function to set these options.
/usr/local/lib/ghc/rts/libHSrts.a(RtsUtils.o): In function `showStgWord64':

rts/RtsUtils.c:204:0:
     warning: warning: sprintf() is often misused, please use snprintf()
/usr/local/lib/ghc/rts/libHSrts.a(RtsFlags.o): In function `copyArg':

rts/RtsFlags.c:1685:0:
     warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM/libHSbase-4.8.2.0-HQfYBxpPvuw8OunzQu6JGM.a(IO__1.o): In function `ghczuwrapperZC0ZCbaseZCSystemziIOZCrand':
(.text+0x1): warning: warning: rand() may return deterministic values, is that what you want?
/usr/bin/install -c -m 755 ghc/stage1/build/tmp/ghc-stage1 inplace/lib/bin/ghc-stage1
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iutils/unlit/dist/build/unlit/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/unlit/. -iutils/unlit/dist/build -Iutils/unlit/dist/build -iutils/unlit/dist/build/unlit/autogen -Iutils/unlit/dist/build/unlit/autogen         -no-user-package-db -rtsopts       -c utils/unlit/unlit.c -o utils/unlit/dist/build/unlit.o
"inplace/bin/mkdirhier" utils/unlit/dist/build/tmp//.
"/usr/local/bin/ghc" -o utils/unlit/dist/build/tmp/unlit -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/unlit/. -iutils/unlit/dist/build -Iutils/unlit/dist/build -iutils/unlit/dist/build/unlit/autogen -Iutils/unlit/dist/build/unlit/autogen         -no-user-package-db -rtsopts       -odir utils/unlit/dist/build -hidir utils/unlit/dist/build -stubdir utils/unlit/dist/build    -optl-optl-Wl,-z -optl-optl-Wl,wxneeded -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/unlit/. -iutils/unlit/dist/build -Iutils/unlit/dist/build -iutils/unlit/dist/build/unlit/autogen -Iutils/unlit/dist/build/unlit/autogen         -no-user-package-db -rtsopts       -no-auto-link-packages -no-hs-main  utils/unlit/dist/build/unlit.o   
Warning: -rtsopts and -with-rtsopts have no effect with -no-hs-main.
    Call hs_init_ghc() from your main() function to set these options.
utils/unlit/dist/build/unlit.o: In function `main':
unlit.c:(.text+0x36f): warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/bin/install -c -m 755 utils/unlit/dist/build/tmp/unlit inplace/lib/bin/unlit.bin
"rm" -f                                                     inplace/lib/bin/unlit  
echo '#!/bin/sh'                                                   >> inplace/lib/bin/unlit
echo 'executablename="/home/asteen/devl/ghc/inplace/lib/bin/unlit.bin"'                                  >> inplace/lib/bin/unlit
echo 'datadir="/home/asteen/devl/ghc/inplace/lib"'                             >> inplace/lib/bin/unlit
echo 'bindir="/home/asteen/devl/ghc/inplace/bin"'                              >> inplace/lib/bin/unlit
echo 'topdir="/home/asteen/devl/ghc/inplace/lib"'                           >> inplace/lib/bin/unlit
echo 'pgmgcc="gcc"'                                               >> inplace/lib/bin/unlit
echo 'export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"' >> inplace/lib/bin/unlit
echo 'exec "$executablename" ${1+"$@"}'                     >> inplace/lib/bin/unlit
chmod +x                                                     inplace/lib/bin/unlit
"cp" settings inplace/lib/settings
inplace/bin/deriveConstants --gen-haskell-value -o includes/dist-derivedconstants/header/platformConstants --tmpdir includes/dist-derivedconstants/header/ --gcc-program "gcc" --gcc-flag -Wall --gcc-flag -std=gnu99 --gcc-flag -fno-stack-protector --gcc-flag -Iincludes --gcc-flag -Iincludes/dist --gcc-flag -Iincludes/dist-derivedconstants/header --gcc-flag -Iincludes/dist-ghcconstants/header --gcc-flag -Irts --gcc-flag -fcommon --nm-program "/usr/bin/nm" --objdump-program "/usr/bin/objdump" --target-os "openbsd"
"cp" includes/dist-derivedconstants/header/platformConstants inplace/lib/platformConstants
"inplace/bin/mkdirhier" driver/split/dist//.
"rm" -f driver/split/dist/ghc-split  
echo '#!/usr/bin/perl'                                  >> driver/split/dist/ghc-split
echo 'my $TARGETPLATFORM  = "x86_64-unknown-openbsd";' >> driver/split/dist/ghc-split
echo 'my $TABLES_NEXT_TO_CODE  = "YES";' >> driver/split/dist/ghc-split
cat driver/split/ghc-split.pl                                            >> driver/split/dist/ghc-split
"cp" driver/split/dist/ghc-split inplace/lib/bin/ghc-split
chmod +x inplace/lib/bin/ghc-split
"rm" -f                                                     inplace/bin/ghc-stage1  
echo '#!/bin/sh'                                                   >> inplace/bin/ghc-stage1
echo 'executablename="/home/asteen/devl/ghc/inplace/lib/bin/ghc-stage1"'                                  >> inplace/bin/ghc-stage1
echo 'datadir="/home/asteen/devl/ghc/inplace/lib"'                             >> inplace/bin/ghc-stage1
echo 'bindir="/home/asteen/devl/ghc/inplace/bin"'                              >> inplace/bin/ghc-stage1
echo 'topdir="/home/asteen/devl/ghc/inplace/lib"'                           >> inplace/bin/ghc-stage1
echo 'pgmgcc="gcc"'                                               >> inplace/bin/ghc-stage1
echo 'export LD_LIBRARY_PATH="/home/asteen/devl/ghc/compiler/stage1/build:/home/asteen/devl/ghc/compiler/stage1/build:/home/asteen/devl/ghc/libraries/terminfo/dist-boot/build:/home/asteen/devl/ghc/libraries/terminfo/dist-boot/build:/home/asteen/devl/ghc/libraries/hoopl/dist-boot/build:/home/asteen/devl/ghc/libraries/hoopl/dist-boot/build:/home/asteen/devl/ghc/libraries/ghci/dist-boot/build:/home/asteen/devl/ghc/libraries/ghci/dist-boot/build:/home/asteen/devl/ghc/libraries/ghc-boot/dist-boot/build:/home/asteen/devl/ghc/libraries/ghc-boot/dist-boot/build:/home/asteen/devl/ghc/libraries/transformers/dist-boot/build:/home/asteen/devl/ghc/libraries/transformers/dist-boot/build:/home/asteen/devl/ghc/libraries/hpc/dist-boot/build:/home/asteen/devl/ghc/libraries/hpc/dist-boot/build:/home/asteen/devl/ghc/libraries/template-haskell/dist-boot/build:/home/asteen/devl/ghc/libraries/template-haskell/dist-boot/build:/usr/local/lib/ghc/prett_JItwetRppk1H5Uq3xbjDGC:/home/asteen/devl/ghc/libraries/ghc-boot-th/dist-boot/build:/home/asteen/devl/ghc/libraries/ghc-boot-th/dist-boot/build:/usr/local/lib/ghc/proce_52AgREEfSrnJLlkGV9YZZJ:/usr/local/lib/ghc/direc_0hFG6ZxK1nk4zsyOqbNHfm:/usr/local/lib/ghc/unix_KZL8h98IqDM57kQSPo1mKx:/usr/local/lib/ghc/time_FTheb6LSxyX1UABIbBXRfn:/usr/local/lib/ghc/filep_Ey7a1in9roBAE8bUFJ5R9m:/home/asteen/devl/ghc/libraries/binary/dist-boot/build:/home/asteen/devl/ghc/libraries/binary/dist-boot/build:/usr/local/lib/ghc/conta_2C3ZI8RgPO2LBMidXKTvIU:/usr/local/lib/ghc/bytes_6VWy06pWzJq9evDvK2d4w6:/usr/local/lib/ghc/deeps_6vMKxt5sPFR0XsbRWvvq59:/usr/local/lib/ghc/array_67iodizgJQIIxYVTp4emlA:/usr/local/lib/ghc/base_HQfYBxpPvuw8OunzQu6JGM:/usr/local/lib:/usr/local/lib/ghc/integ_2aU3IZNMF9a7mQ0OzsZ0dS:/usr/local/lib/ghc/ghcpr_8TmvWUcS1U1IKHT0levwg3:/usr/local/lib/ghc/rts${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"' >> inplace/bin/ghc-stage1
cat ghc/ghc.wrapper                                     >> inplace/bin/ghc-stage1
chmod +x                                                     inplace/bin/ghc-stage1
"inplace/bin/mkdirhier" rts/dist//.
gcc -E -undef -traditional -P -DTOP='"/home/asteen/devl/ghc"' -DFFI_INCLUDE_DIR=/usr/local/include -DFFI_LIB_DIR=/usr/local/lib '-DFFI_LIB=' -x c -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header rts/package.conf.in -o rts/dist/package.conf.inplace.raw
grep -v '^#pragma GCC' rts/dist/package.conf.inplace.raw | sed -e 's/""//g' -e 's/:[ 	]*,/: /g' > rts/dist/package.conf.inplace
"inplace/bin/ghc-pkg" update --force rts/dist/package.conf.inplace
Reading package info from "rts/dist/package.conf.inplace" ... done.
rts-1.0: Warning: library-dirs: /home/asteen/devl/ghc/rts/dist/build doesn't exist or isn't a directory
rts-1.0: Warning: include-dirs: /home/asteen/devl/ghc/rts/dist/build doesn't exist or isn't a directory
rts-1.0: cannot find any of ["libHSrts.a","libHSrts.p_a","libHSrts-ghc8.3.20170324.so","libHSrts-ghc8.3.20170324.dylib","HSrts-ghc8.3.20170324.dll"] on library path (ignoring)
"inplace/bin/ghc-cabal" check libraries/ghc-prim
"inplace/bin/ghc-cabal" configure libraries/ghc-prim dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg" --flag=include-ghc-prim --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-prim-0.5.0.0...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/ghc-prim/dist-install/inplace-pkg-config
ghc-prim-0.5.0.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/integer-gmp
"inplace/bin/ghc-cabal" configure libraries/integer-gmp dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring integer-gmp-1.0.0.1...
configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries
checking build system type... x86_64-unknown-openbsd6.1
checking host system type... x86_64-unknown-openbsd6.1
checking target system type... x86_64-unknown-openbsd6.1
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for __gmpz_powm in -lgmp... yes
checking for __gmpz_powm_sec in -lgmp... yes
checking whether to use in-tree GMP... no
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking GMP version... 6.1.2
configure: creating ./config.status
config.status: creating integer-gmp.buildinfo
config.status: creating gmp/config.mk
config.status: creating include/HsIntegerGmp.h
configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/integer-gmp/dist-install/inplace-pkg-config
integer-gmp-1.0.0.1: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/integer-gmp/dist-install/doc/html/integer-gmp/integer-gmp.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/base
"inplace/bin/ghc-cabal" configure libraries/base dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --flags=integer-gmp --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring base-4.10.0.0...
configure: WARNING: unrecognized options: --with-compiler, --with-gmp-includes, --with-gmp-libraries
checking build system type... x86_64-unknown-openbsd6.1
checking host system type... x86_64-unknown-openbsd6.1
checking target system type... x86_64-unknown-openbsd6.1
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for WINDOWS platform... NO
checking for long long... yes
checking for ANSI C header files... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... no
checking sys/timeb.h presence... no
checking for sys/timeb.h... no
checking sys/timers.h usability... no
checking sys/timers.h presence... no
checking for sys/timers.h... no
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking sys/event.h usability... yes
checking sys/event.h presence... yes
checking for sys/event.h... yes
checking sys/eventfd.h usability... no
checking sys/eventfd.h presence... no
checking for sys/eventfd.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for iswspace... yes
checking for lstat... yes
checking for clock_gettime in -lrt... no
checking for clock_gettime... yes
checking for getclock... no
checking for getrusage... yes
checking for times... yes
checking for _chsize... no
checking for ftruncate... yes
checking for epoll_ctl... no
checking for eventfd... no
checking for kevent... yes
checking for kevent64... no
checking for kqueue... yes
checking for poll... yes
checking size of kev.filter... 0
checking size of kev.flags... 0
checking for flock... yes
checking for unsetenv... yes
checking return type of unsetenv... int
checking Haskell type for char... Int8
checking Haskell type for signed char... Int8
checking Haskell type for unsigned char... Word8
checking Haskell type for short... Int16
checking Haskell type for unsigned short... Word16
checking Haskell type for int... Int32
checking Haskell type for unsigned int... Word32
checking Haskell type for long... Int64
checking Haskell type for unsigned long... Word64
checking Haskell type for long long... Int64
checking Haskell type for unsigned long long... Word64
checking Haskell type for bool... Word8
checking Haskell type for float... Float
checking Haskell type for double... Double
checking Haskell type for ptrdiff_t... Int64
checking Haskell type for size_t... Word64
checking Haskell type for wchar_t... Int32
checking Haskell type for sig_atomic_t... Int32
checking Haskell type for clock_t... Int64
checking Haskell type for time_t... Int64
checking Haskell type for useconds_t... Word32
checking Haskell type for suseconds_t... Int64
checking Haskell type for dev_t... Int32
checking Haskell type for ino_t... Word64
checking Haskell type for mode_t... Word32
checking Haskell type for off_t... Int64
checking Haskell type for pid_t... Int32
checking Haskell type for gid_t... Word32
checking Haskell type for uid_t... Word32
checking Haskell type for cc_t... Word8
checking Haskell type for speed_t... Word32
checking Haskell type for tcflag_t... Word32
checking Haskell type for nlink_t... Word32
checking Haskell type for ssize_t... Int64
checking Haskell type for rlim_t... Word64
checking Haskell type for blksize_t... Int32
checking Haskell type for blkcnt_t... Int64
checking Haskell type for clockid_t... Int32
checking Haskell type for fsblkcnt_t... Word64
checking Haskell type for fsfilcnt_t... Word64
checking Haskell type for id_t... Word32
checking Haskell type for key_t... Int64
checking Haskell type for timer_t... Int32
checking Haskell type for intptr_t... Int64
checking Haskell type for uintptr_t... Word64
checking Haskell type for intmax_t... Int64
checking Haskell type for uintmax_t... Word64
checking value of E2BIG... 7
checking value of EACCES... 13
checking value of EADDRINUSE... 48
checking value of EADDRNOTAVAIL... 49
checking value of EADV... -1
checking value of EAFNOSUPPORT... 47
checking value of EAGAIN... 35
checking value of EALREADY... 37
checking value of EBADF... 9
checking value of EBADMSG... -1
checking value of EBADRPC... 72
checking value of EBUSY... 16
checking value of ECHILD... 10
checking value of ECOMM... -1
checking value of ECONNABORTED... 53
checking value of ECONNREFUSED... 61
checking value of ECONNRESET... 54
checking value of EDEADLK... 11
checking value of EDESTADDRREQ... 39
checking value of EDIRTY... -1
checking value of EDOM... 33
checking value of EDQUOT... 69
checking value of EEXIST... 17
checking value of EFAULT... 14
checking value of EFBIG... 27
checking value of EFTYPE... 79
checking value of EHOSTDOWN... 64
checking value of EHOSTUNREACH... 65
checking value of EIDRM... 89
checking value of EILSEQ... 84
checking value of EINPROGRESS... 36
checking value of EINTR... 4
checking value of EINVAL... 22
checking value of EIO... 5
checking value of EISCONN... 56
checking value of EISDIR... 21
checking value of ELOOP... 62
checking value of EMFILE... 24
checking value of EMLINK... 31
checking value of EMSGSIZE... 40
checking value of EMULTIHOP... -1
checking value of ENAMETOOLONG... 63
checking value of ENETDOWN... 50
checking value of ENETRESET... 52
checking value of ENETUNREACH... 51
checking value of ENFILE... 23
checking value of ENOBUFS... 55
checking value of ENODATA... -1
checking value of ENODEV... 19
checking value of ENOENT... 2
checking value of ENOEXEC... 8
checking value of ENOLCK... 77
checking value of ENOLINK... -1
checking value of ENOMEM... 12
checking value of ENOMSG... 90
checking value of ENONET... -1
checking value of ENOPROTOOPT... 42
checking value of ENOSPC... 28
checking value of ENOSR... -1
checking value of ENOSTR... -1
checking value of ENOSYS... 78
checking value of ENOTBLK... 15
checking value of ENOTCONN... 57
checking value of ENOTDIR... 20
checking value of ENOTEMPTY... 66
checking value of ENOTSOCK... 38
checking value of ENOTTY... 25
checking value of ENXIO... 6
checking value of EOPNOTSUPP... 45
checking value of EPERM... 1
checking value of EPFNOSUPPORT... 46
checking value of EPIPE... 32
checking value of EPROCLIM... 67
checking value of EPROCUNAVAIL... 76
checking value of EPROGMISMATCH... 75
checking value of EPROGUNAVAIL... 74
checking value of EPROTO... -1
checking value of EPROTONOSUPPORT... 43
checking value of EPROTOTYPE... 41
checking value of ERANGE... 34
checking value of EREMCHG... -1
checking value of EREMOTE... 71
checking value of EROFS... 30
checking value of ERPCMISMATCH... 73
checking value of ERREMOTE... -1
checking value of ESHUTDOWN... 58
checking value of ESOCKTNOSUPPORT... 44
checking value of ESPIPE... 29
checking value of ESRCH... 3
checking value of ESRMNT... -1
checking value of ESTALE... 70
checking value of ETIME... -1
checking value of ETIMEDOUT... 60
checking value of ETOOMANYREFS... 59
checking value of ETXTBSY... 26
checking value of EUSERS... 68
checking value of EWOULDBLOCK... 35
checking value of EXDEV... 18
checking value of ENOCIGAR... -1
checking value of ENOTSUP... 91
checking value of SIGINT... 2
checking value of O_BINARY... 0
checking for library containing iconv... -liconv
checking for library containing locale_charset... none required
checking for struct MD5Context... yes
checking size of struct MD5Context... 88
configure: creating ./config.status
config.status: creating base.buildinfo
config.status: creating include/HsBaseConfig.h
config.status: creating include/EventConfig.h
configure: WARNING: unrecognized options: --with-compiler, --with-gmp-includes, --with-gmp-libraries
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/base/dist-install/inplace-pkg-config
base-4.10.0.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/base/dist-install/doc/html/base/base.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/filepath
"inplace/bin/ghc-cabal" configure libraries/filepath dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring filepath-1.4.1.1...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/filepath/dist-install/inplace-pkg-config
filepath-1.4.1.1: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/filepath/dist-install/doc/html/filepath/filepath.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/array
"inplace/bin/ghc-cabal" configure libraries/array dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring array-0.5.1.2...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/array/dist-install/inplace-pkg-config
array-0.5.1.2: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/array/dist-install/doc/html/array/array.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/deepseq
"inplace/bin/ghc-cabal" configure libraries/deepseq dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring deepseq-1.4.3.0...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/deepseq/dist-install/inplace-pkg-config
deepseq-1.4.3.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/deepseq/dist-install/doc/html/deepseq/deepseq.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/bytestring
"inplace/bin/ghc-cabal" configure libraries/bytestring dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring bytestring-0.10.8.2...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/bytestring/dist-install/inplace-pkg-config
bytestring-0.10.8.2: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/bytestring/dist-install/doc/html/bytestring/bytestring.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/containers
"inplace/bin/ghc-cabal" configure libraries/containers dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring containers-0.5.10.2...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/containers/dist-install/inplace-pkg-config
containers-0.5.10.2: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/containers/dist-install/doc/html/containers/containers.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/time
"inplace/bin/ghc-cabal" configure libraries/time dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring time-1.8.0.1...
configure: WARNING: unrecognized options: --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for clock_gettime... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating lib/include/HsTimeConfig.h
configure: WARNING: unrecognized options: --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/time/dist-install/inplace-pkg-config
time-1.8.0.1: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/time/dist-install/doc/html/time/time.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/unix
"inplace/bin/ghc-cabal" configure libraries/unix dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring unix-2.7.2.1...
configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for an ANSI C-conforming const... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for string.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking bsd/libutil.h usability... no
checking bsd/libutil.h presence... no
checking for bsd/libutil.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getpwent... yes
checking for getgrent... yes
checking for lchown... yes
checking for setenv... yes
checking for sysconf... yes
checking for unsetenv... yes
checking for clearenv... no
checking for nanosleep... yes
checking for ptsname... yes
checking for setitimer... yes
checking for readdir_r... yes
checking build system type... x86_64-unknown-openbsd6.1
checking host system type... x86_64-unknown-openbsd6.1
checking target system type... x86_64-unknown-openbsd6.1
checking for telldir... yes
checking for seekdir... yes
checking for _NSGetEnviron... no
checking whether execvpe is declared... yes
checking for execvpe... yes
checking for struct stat.st_atim... yes
checking for struct stat.st_mtim... yes
checking for struct stat.st_ctim... yes
checking for struct stat.st_atimespec... yes
checking for struct stat.st_mtimespec... yes
checking for struct stat.st_ctimespec... yes
checking for struct stat.st_atimensec... yes
checking for struct stat.st_mtimensec... yes
checking for struct stat.st_ctimensec... yes
checking for struct stat.st_atime_n... no
checking for struct stat.st_mtime_n... no
checking for struct stat.st_ctime_n... no
checking for struct stat.st_uatime... no
checking for struct stat.st_umtime... no
checking for struct stat.st_uctime... no
checking for struct passwd.pw_gecos... yes
checking for utimensat... yes
checking for futimens... yes
checking for lutimes... no
checking for futimes... yes
checking for mkstemps... yes
checking for mkdtemp... yes
checking for fsync... yes
checking whether fdatasync is declared... yes
checking for fdatasync... yes
checking for posix_fadvise... no
checking for posix_fallocate... no
checking whether tcdrain is declared... yes
checking whether ctermid is declared... yes
checking for library containing shm_open... none required
checking for shm_open... yes
checking for shm_unlink... yes
checking value of SIGABRT... 6
checking value of SIGALRM... 14
checking value of SIGBUS... 10
checking value of SIGCHLD... 20
checking value of SIGCONT... 19
checking value of SIGFPE... 8
checking value of SIGHUP... 1
checking value of SIGILL... 4
checking value of SIGINT... 2
checking value of SIGKILL... 9
checking value of SIGPIPE... 13
checking value of SIGQUIT... 3
checking value of SIGSEGV... 11
checking value of SIGSTOP... 17
checking value of SIGTERM... 15
checking value of SIGTSTP... 18
checking value of SIGTTIN... 21
checking value of SIGTTOU... 22
checking value of SIGUSR1... 30
checking value of SIGUSR2... 31
checking value of SIGPOLL... -1
checking value of SIGPROF... 27
checking value of SIGSYS... 12
checking value of SIGTRAP... 5
checking value of SIGURG... 16
checking value of SIGVTALRM... 26
checking value of SIGXCPU... 24
checking value of SIGXFSZ... 25
checking value of SIG_BLOCK... 1
checking value of SIG_SETMASK... 3
checking value of SIG_UNBLOCK... 2
checking value of SIGINFO... 29
checking value of SIGWINCH... 28
checking for _SC_GETGR_R_SIZE_MAX... yes
checking for _SC_GETPW_R_SIZE_MAX... yes
checking return type of usleep... int
checking return type of unsetenv... int
checking for RTLD_NEXT from dlfcn.h... yes
checking for RTLD_DEFAULT from dlfcn.h... yes
checking for openpty... no
checking for openpty in -lutil... yes
checking for /dev/ptmx... no
checking for /dev/ptc... no
checking for library containing dlopen... none required
checking for library containing sem_close... -lpthread
configure: creating ./config.status
config.status: creating unix.buildinfo
config.status: creating include/HsUnixConfig.h
configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/unix/dist-install/inplace-pkg-config
unix-2.7.2.1: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/unix/dist-install/doc/html/unix/unix.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/directory
"inplace/bin/ghc-cabal" configure libraries/directory dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring directory-1.3.0.2...
configure: WARNING: unrecognized options: --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for utimensat... yes
checking for GetFinalPathNameByHandleW... no
configure: creating ./config.status
config.status: creating HsDirectoryConfig.h
config.status: HsDirectoryConfig.h is unchanged
configure: WARNING: unrecognized options: --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/directory/dist-install/inplace-pkg-config
directory-1.3.0.2: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/directory/dist-install/doc/html/directory/directory.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/process
"inplace/bin/ghc-cabal" configure libraries/process dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring process-1.4.3.0...
configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for setitimer... yes
checking for sysconf... yes
checking value of SIG_DFL... -1
checking value of SIG_IGN... -1
configure: creating ./config.status
config.status: creating include/HsProcessConfig.h
configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/process/dist-install/inplace-pkg-config
process-1.4.3.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/process/dist-install/doc/html/process/process.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/hpc
"inplace/bin/ghc-cabal" configure libraries/hpc dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring hpc-0.6.0.3...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/hpc/dist-install/inplace-pkg-config
hpc-0.6.0.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/hpc/dist-install/doc/html/hpc/hpc.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/pretty
"inplace/bin/ghc-cabal" configure libraries/pretty dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring pretty-1.1.3.3...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/pretty/dist-install/inplace-pkg-config
pretty-1.1.3.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/pretty/dist-install/doc/html/pretty/pretty.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/binary
"inplace/bin/ghc-cabal" configure libraries/binary dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring binary-0.8.4.1...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/binary/dist-install/inplace-pkg-config
binary-0.8.4.1: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/binary/dist-install/doc/html/binary/binary.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/Cabal/Cabal
"inplace/bin/ghc-cabal" configure libraries/Cabal/Cabal dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring Cabal-2.0.0.0...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/Cabal/Cabal/dist-install/inplace-pkg-config
Cabal-2.0.0.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/Cabal/Cabal/dist-install/doc/html/Cabal/Cabal.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/ghc-boot-th
"inplace/bin/ghc-cabal" configure libraries/ghc-boot-th dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-boot-th-8.3...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/ghc-boot-th/dist-install/inplace-pkg-config
ghc-boot-th-8.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/ghc-boot-th/dist-install/doc/html/ghc-boot-th/ghc-boot-th.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/ghc-boot
"inplace/bin/ghc-cabal" configure libraries/ghc-boot dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-boot-8.3...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/ghc-boot/dist-install/inplace-pkg-config
ghc-boot-8.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/ghc-boot/dist-install/doc/html/ghc-boot/ghc-boot.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/template-haskell
"inplace/bin/ghc-cabal" configure libraries/template-haskell dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring template-haskell-2.12.0.0...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/template-haskell/dist-install/inplace-pkg-config
template-haskell-2.12.0.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/template-haskell/dist-install/doc/html/template-haskell/template-haskell.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/hoopl
"inplace/bin/ghc-cabal" configure libraries/hoopl dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring hoopl-3.10.2.2...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/hoopl/dist-install/inplace-pkg-config
hoopl-3.10.2.2: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/hoopl/dist-install/doc/html/hoopl/hoopl.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/transformers
"inplace/bin/ghc-cabal" configure libraries/transformers dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring transformers-0.5.2.0...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/transformers/dist-install/inplace-pkg-config
transformers-0.5.2.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/transformers/dist-install/doc/html/transformers/transformers.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/ghc-compact
"inplace/bin/ghc-cabal" configure libraries/ghc-compact dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-compact-0.1.0.0...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/ghc-compact/dist-install/inplace-pkg-config
ghc-compact-0.1.0.0: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/ghc-compact/dist-install/doc/html/ghc-compact/ghc-compact.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/xhtml
"inplace/bin/ghc-cabal" configure libraries/xhtml dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring xhtml-3000.2.1...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/xhtml/dist-install/inplace-pkg-config
xhtml-3000.2.1: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/xhtml/dist-install/doc/html/xhtml/xhtml.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/terminfo
"inplace/bin/ghc-cabal" configure libraries/terminfo dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring terminfo-0.4.0.2...
configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for setupterm in -ltinfo... no
checking for setupterm in -lncursesw... yes
configure: creating ./config.status
config.status: creating terminfo.buildinfo
configure: WARNING: unrecognized options: --with-compiler, --with-iconv-includes, --with-iconv-libraries, --with-gmp-includes, --with-gmp-libraries
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/terminfo/dist-install/inplace-pkg-config
terminfo-0.4.0.2: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/terminfo/dist-install/doc/html/terminfo/terminfo.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/haskeline
"inplace/bin/ghc-cabal" configure libraries/haskeline dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring haskeline-0.7.3.1...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/haskeline/dist-install/inplace-pkg-config
haskeline-0.7.3.1: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/haskeline/dist-install/doc/html/haskeline/haskeline.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check libraries/ghci
"inplace/bin/ghc-cabal" configure libraries/ghci dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --flags=ghci --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghci-8.3...
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  libraries/ghci/dist-install/inplace-pkg-config
ghci-8.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/libraries/ghci/dist-install/doc/html/ghci/ghci.haddock doesn't exist or isn't a file
"inplace/bin/mkdirhier" compiler/stage2/build//.
"rm" -f compiler/stage2/build/Config.hs  
Creating compiler/stage2/build/Config.hs ... 
done.
"inplace/bin/ghc-cabal" configure compiler stage2 "Annotations ApiAnnotation Avail Bag BasicTypes Binary BinFingerprint BooleanFormula BufWrite Class CmdLineParser CmmType CoAxiom ConLike Coercion Config Constants CoreArity CoreFVs CoreSubst CoreOpt CoreSyn CoreTidy CoreUnfold CoreUtils CoreSeq CoreStats CostCentre DataCon Demand Digraph DriverPhases DynFlags Encoding EnumSet ErrUtils Exception FamInstEnv FastFunctions FastMutInt FastString FastStringEnv FieldLabel Fingerprint FiniteMap ForeignCall FV Hooks HsBinds HsDecls HsDoc HsExpr HsImpExp HsLit PlaceHolder PmExpr HsPat HsSyn HsTypes HsUtils HscTypes IOEnv NameCache Id IdInfo IfaceSyn IfaceType Json ToIface InstEnv Kind KnownUniques Lexeme ListSetOps Literal Maybes MkCore MkId Module MonadUtils Name NameEnv NameSet OccName OccurAnal OptCoercion OrdList Outputable PackageConfig Packages Pair Panic PatSyn PipelineMonad Platform PlatformConstants PprColour PprCore PrelNames PrelRules Pretty PrimOp RepType RdrName Rules SrcLoc StringBuffer SysTools.Terminal TcEvidence TcRnTypes TcType TrieMap TyCon Type TyCoRep TysPrim TysWiredIn Unify UniqDFM UniqDSet UniqFM UniqSet UniqSupply Unique Util Var VarEnv VarSet ByteCodeTypes InteractiveEvalTypes" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg" --ld-options=-E --flags=stage2 --ghc-option=-optc-DTHREADED_RTS --flags=ncg --flags=ghci --ghc-option=-DGHCI_TABLES_NEXT_TO_CODE --ghc-option=-DSTAGE=2 --disable-library-for-ghci --enable-library-vanilla --enable-library-for-ghci --enable-library-profiling --enable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99 -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy" --disable-library-for-ghci
Configuring ghc-8.3...
Warning: 'license-file: ../LICENSE' is a relative path outside of the source
tree. This will not work when generating a tarball with 'sdist'.
Warning: 'include-dirs: ../rts/dist/build' is a relative path outside of the
source tree. This will not work when generating a tarball with 'sdist'.
Warning: 'include-dirs: ../rts/dist/build' directory does not exist.
"/home/asteen/devl/ghc/inplace/bin/ghc-pkg" update -v0 --force  compiler/stage2/inplace-pkg-config
ghc-8.3: Warning: include-dirs: /home/asteen/devl/ghc/compiler/../rts/dist/build doesn't exist or isn't a directory
ghc-8.3: Warning: haddock-interfaces: /home/asteen/devl/ghc/compiler/stage2/doc/html/ghc/ghc.haddock doesn't exist or isn't a file
"inplace/bin/ghc-cabal" check utils/haddock
"inplace/bin/ghc-cabal" configure utils/haddock dist "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg" --flag in-ghc-tree --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring haddock-2.17.3...
"inplace/bin/ghc-cabal" check utils/hsc2hs
"inplace/bin/ghc-cabal" configure utils/hsc2hs dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring hsc2hs-0.68.1...
"inplace/bin/mkdirhier" utils/ghc-pkg/dist-install/build//.
"rm" -f utils/ghc-pkg/dist-install/build/Version.hs  
echo "module Version where"                    >> utils/ghc-pkg/dist-install/build/Version.hs
echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/dist-install/build/Version.hs
echo "version    = \"8.3.20170324\""      >> utils/ghc-pkg/dist-install/build/Version.hs
echo "targetOS   = \"openbsd\""        >> utils/ghc-pkg/dist-install/build/Version.hs
echo "targetARCH = \"x86_64\""      >> utils/ghc-pkg/dist-install/build/Version.hs
"inplace/bin/ghc-cabal" check utils/ghc-pkg
"inplace/bin/ghc-cabal" configure utils/ghc-pkg dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-pkg-6.9...
"inplace/bin/ghc-cabal" check utils/ghctags
"inplace/bin/ghc-cabal" configure utils/ghctags dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghctags-0.1...
"inplace/bin/ghc-cabal" check utils/check-api-annotations
"inplace/bin/ghc-cabal" configure utils/check-api-annotations dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring check-api-annotations-0.1...
"inplace/bin/ghc-cabal" check utils/check-ppr
"inplace/bin/ghc-cabal" configure utils/check-ppr dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring check-ppr-0.1...
"inplace/bin/ghc-cabal" check utils/ghc-cabal
"inplace/bin/ghc-cabal" configure utils/ghc-cabal dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-cabal-0.1...
"inplace/bin/ghc-cabal" check utils/hpc
"inplace/bin/ghc-cabal" configure utils/hpc dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring hpc-bin-0.67...
"inplace/bin/ghc-cabal" check utils/runghc
"inplace/bin/ghc-cabal" configure utils/runghc dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring runghc-8.3.20170324...
"inplace/bin/ghc-cabal" configure ghc stage2 "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --flags=stage2 --flags=ghci --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring ghc-bin-8.3.20170324...
Warning: 'data-dir: ..' is a relative path outside of the source tree. This
will not work when generating a tarball with 'sdist'.
"inplace/bin/ghc-cabal" check utils/compare_sizes
"inplace/bin/ghc-cabal" configure utils/compare_sizes dist-install "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring compareSizes-0.1.0.0...
"inplace/bin/ghc-cabal" check iserv
"inplace/bin/ghc-cabal" configure iserv stage2 "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring iserv-bin-0.0...
"inplace/bin/ghc-cabal" check iserv
"inplace/bin/ghc-cabal" configure iserv stage2_p "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring iserv-bin-0.0...
"inplace/bin/ghc-cabal" check iserv
"inplace/bin/ghc-cabal" configure iserv stage2_dyn "" --with-ghc="/home/asteen/devl/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home/asteen/devl/ghc/inplace/bin/ghc-pkg"  --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS="-Wall -std=gnu99 -fno-stack-protector   " --configure-option=LDFLAGS="  " --configure-option=CPPFLAGS=" -std=gnu99  " --gcc-options="-Wall -std=gnu99 -fno-stack-protector      " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" --configure-option=--with-gmp-includes="/usr/local/include" --configure-option=--with-gmp-libraries="/usr/local/lib" --with-gcc="gcc" --with-ld="/usr/bin/ld" --with-ar="/usr/bin/ar" --with-alex="/usr/local/bin/alex" --with-happy="/usr/local/bin/happy"
Configuring iserv-bin-0.0...
===--- building final phase
gmake --no-print-directory -f ghc.mk phase=final all
"rm" -f iserv/stage2_dyn/build/.depend.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Iiserv/stage2_dyn/build/iserv/autogen      -I'/home/asteen/devl/ghc/libraries/directory/.' -I'/home/asteen/devl/ghc/libraries/unix/include' -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/containers/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c iserv/cbits/iservmain.c -MF iserv/stage2_dyn/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|iserv/cbits/|" -e "1s|iserv/|iserv/stage2_dyn/build/|" -e "1s|stage2_dyn/build/stage2_dyn/build|stage2_dyn/build|g" -e "s|^/home/asteen/devl/ghc/||g" iserv/stage2_dyn/build/.depend.c_asm.bit >> iserv/stage2_dyn/build/.depend.c_asm.tmp && true
"rm" -f iserv/stage2_dyn/build/.depend.c_asm.bit  
echo "iserv_stage2_dyn_depfile_c_asm_EXISTS = YES" >> iserv/stage2_dyn/build/.depend.c_asm.tmp
mv iserv/stage2_dyn/build/.depend.c_asm.tmp iserv/stage2_dyn/build/.depend.c_asm
"inplace/bin/mkdirhier" iserv/stage2_dyn/build/GHCi//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Iiserv/stage2_dyn/build/iserv/autogen' '--cflag=-I/home/asteen/devl/ghc/libraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/containers/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Iiserv/stage2_dyn/build/iserv/autogen --cflag=-include --cflag=iserv/stage2_dyn/build/iserv/autogen/cabal_macros.h   iserv/src/GHCi/Utils.hsc -o iserv/stage2_dyn/build/GHCi/Utils.hs
"rm" -f iserv/stage2_dyn/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iiserv/src -iiserv/stage2_dyn/build -Iiserv/stage2_dyn/build -iiserv/stage2_dyn/build/iserv/autogen -Iiserv/stage2_dyn/build/iserv/autogen     -optP-include -optPiserv/stage2_dyn/build/iserv/autogen/cabal_macros.h -package-id array-0.5.1.2 -package-id base-4.10.0.0 -package-id binary-0.8.4.1 -package-id bytestring-0.10.8.2 -package-id containers-0.5.10.2 -package-id deepseq-1.4.3.0 -package-id ghci-8.3 -package-id unix-2.7.2.1 -XHaskell2010  -threaded -optl-Wl,--export-dynamic -no-hs-main -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir iserv/stage2_dyn/build -hidir iserv/stage2_dyn/build -stubdir iserv/stage2_dyn/build -dep-makefile iserv/stage2_dyn/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   iserv/src/Main.hs  iserv/stage2_dyn/build/GHCi/Utils.hs
echo "iserv_stage2_dyn_depfile_haskell_EXISTS = YES" >> iserv/stage2_dyn/build/.depend.haskell.tmp
for dir in iserv/stage2_dyn/build/./ iserv/stage2_dyn/build/GHCi/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' iserv/stage2_dyn/build/.depend.haskell.tmp > iserv/stage2_dyn/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' iserv/stage2_dyn/build/.depend.haskell.tmp2 > iserv/stage2_dyn/build/.depend.haskell
"rm" -f iserv/stage2_p/build/.depend.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Iiserv/stage2_p/build/iserv/autogen      -I'/home/asteen/devl/ghc/libraries/directory/.' -I'/home/asteen/devl/ghc/libraries/unix/include' -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/containers/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c iserv/cbits/iservmain.c -MF iserv/stage2_p/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|iserv/cbits/|" -e "1s|iserv/|iserv/stage2_p/build/|" -e "1s|stage2_p/build/stage2_p/build|stage2_p/build|g" -e "s|^/home/asteen/devl/ghc/||g" iserv/stage2_p/build/.depend.c_asm.bit >> iserv/stage2_p/build/.depend.c_asm.tmp && true
"rm" -f iserv/stage2_p/build/.depend.c_asm.bit  
echo "iserv_stage2_p_depfile_c_asm_EXISTS = YES" >> iserv/stage2_p/build/.depend.c_asm.tmp
mv iserv/stage2_p/build/.depend.c_asm.tmp iserv/stage2_p/build/.depend.c_asm
"inplace/bin/mkdirhier" iserv/stage2_p/build/GHCi//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Iiserv/stage2_p/build/iserv/autogen' '--cflag=-I/home/asteen/devl/ghc/libraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/containers/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Iiserv/stage2_p/build/iserv/autogen --cflag=-include --cflag=iserv/stage2_p/build/iserv/autogen/cabal_macros.h   iserv/src/GHCi/Utils.hsc -o iserv/stage2_p/build/GHCi/Utils.hs
"rm" -f iserv/stage2_p/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static -prof -eventlog  -H32m -O -Wall      -hide-all-packages -i -iiserv/src -iiserv/stage2_p/build -Iiserv/stage2_p/build -iiserv/stage2_p/build/iserv/autogen -Iiserv/stage2_p/build/iserv/autogen     -optP-include -optPiserv/stage2_p/build/iserv/autogen/cabal_macros.h -package-id array-0.5.1.2 -package-id base-4.10.0.0 -package-id binary-0.8.4.1 -package-id bytestring-0.10.8.2 -package-id containers-0.5.10.2 -package-id deepseq-1.4.3.0 -package-id ghci-8.3 -package-id unix-2.7.2.1 -XHaskell2010  -threaded -optl-Wl,--export-dynamic -no-hs-main -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir iserv/stage2_p/build -hidir iserv/stage2_p/build -stubdir iserv/stage2_p/build -dep-makefile iserv/stage2_p/build/.depend.haskell.tmp -dep-suffix "p_" -include-pkg-deps   iserv/src/Main.hs  iserv/stage2_p/build/GHCi/Utils.hs
echo "iserv_stage2_p_depfile_haskell_EXISTS = YES" >> iserv/stage2_p/build/.depend.haskell.tmp
for dir in iserv/stage2_p/build/./ iserv/stage2_p/build/GHCi/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' iserv/stage2_p/build/.depend.haskell.tmp > iserv/stage2_p/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' iserv/stage2_p/build/.depend.haskell.tmp2 > iserv/stage2_p/build/.depend.haskell
"rm" -f iserv/stage2/build/.depend.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Iiserv/stage2/build/iserv/autogen      -I'/home/asteen/devl/ghc/libraries/directory/.' -I'/home/asteen/devl/ghc/libraries/unix/include' -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/containers/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c iserv/cbits/iservmain.c -MF iserv/stage2/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|iserv/cbits/|" -e "1s|iserv/|iserv/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" iserv/stage2/build/.depend.c_asm.bit >> iserv/stage2/build/.depend.c_asm.tmp && true
"rm" -f iserv/stage2/build/.depend.c_asm.bit  
echo "iserv_stage2_depfile_c_asm_EXISTS = YES" >> iserv/stage2/build/.depend.c_asm.tmp
mv iserv/stage2/build/.depend.c_asm.tmp iserv/stage2/build/.depend.c_asm
"inplace/bin/mkdirhier" iserv/stage2/build/GHCi//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Iiserv/stage2/build/iserv/autogen' '--cflag=-I/home/asteen/devl/ghc/libraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/containers/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Iiserv/stage2/build/iserv/autogen --cflag=-include --cflag=iserv/stage2/build/iserv/autogen/cabal_macros.h   iserv/src/GHCi/Utils.hsc -o iserv/stage2/build/GHCi/Utils.hs
"rm" -f iserv/stage2/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -hide-all-packages -i -iiserv/src -iiserv/stage2/build -Iiserv/stage2/build -iiserv/stage2/build/iserv/autogen -Iiserv/stage2/build/iserv/autogen     -optP-include -optPiserv/stage2/build/iserv/autogen/cabal_macros.h -package-id array-0.5.1.2 -package-id base-4.10.0.0 -package-id binary-0.8.4.1 -package-id bytestring-0.10.8.2 -package-id containers-0.5.10.2 -package-id deepseq-1.4.3.0 -package-id ghci-8.3 -package-id unix-2.7.2.1 -XHaskell2010  -threaded -optl-Wl,--export-dynamic -no-hs-main -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir iserv/stage2/build -hidir iserv/stage2/build -stubdir iserv/stage2/build -dep-makefile iserv/stage2/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps   iserv/src/Main.hs  iserv/stage2/build/GHCi/Utils.hs
echo "iserv_stage2_depfile_haskell_EXISTS = YES" >> iserv/stage2/build/.depend.haskell.tmp
for dir in iserv/stage2/build/./ iserv/stage2/build/GHCi/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' iserv/stage2/build/.depend.haskell.tmp > iserv/stage2/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' iserv/stage2/build/.depend.haskell.tmp2 > iserv/stage2/build/.depend.haskell
"rm" -f utils/compare_sizes/dist-install/build/.depend.c_asm.tmp  
"rm" -f utils/compare_sizes/dist-install/build/.depend.c_asm.bit  
echo "utils/compare_sizes_dist-install_depfile_c_asm_EXISTS = YES" >> utils/compare_sizes/dist-install/build/.depend.c_asm.tmp
mv utils/compare_sizes/dist-install/build/.depend.c_asm.tmp utils/compare_sizes/dist-install/build/.depend.c_asm
"rm" -f utils/compare_sizes/dist-install/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iutils/compare_sizes/. -iutils/compare_sizes/dist-install/build -Iutils/compare_sizes/dist-install/build -iutils/compare_sizes/dist-install/build/compareSizes/autogen -Iutils/compare_sizes/dist-install/build/compareSizes/autogen     -optP-include -optPutils/compare_sizes/dist-install/build/compareSizes/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id directory-1.3.0.2 -package-id filepath-1.4.1.1 -XHaskell2010  -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir utils/compare_sizes/dist-install/build -hidir utils/compare_sizes/dist-install/build -stubdir utils/compare_sizes/dist-install/build -dep-makefile utils/compare_sizes/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   utils/compare_sizes/./Main.hs
echo "utils/compare_sizes_dist-install_depfile_haskell_EXISTS = YES" >> utils/compare_sizes/dist-install/build/.depend.haskell.tmp
for dir in utils/compare_sizes/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/compare_sizes/dist-install/build/.depend.haskell.tmp > utils/compare_sizes/dist-install/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/compare_sizes/dist-install/build/.depend.haskell.tmp2 > utils/compare_sizes/dist-install/build/.depend.haskell
"rm" -f ghc/stage2/build/.depend.c_asm.tmp  
gcc -E  -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES  -std=gnu99 -fno-stack-protector -Wall   -Ighc/stage2/build/ghc/autogen    -DGHCI  -I'/home/asteen/devl/ghc/libraries/haskeline/includes' -I'/usr/local/include' -I'/home/asteen/devl/ghc/compiler/.' -I'/home/asteen/devl/ghc/compiler/parser' -I'/home/asteen/devl/ghc/compiler/utils' -I'/home/asteen/devl/ghc/compiler/../rts/dist/build' -I'/home/asteen/devl/ghc/compiler/stage2' -I'/home/asteen/devl/ghc/libraries/process/include' -I'/home/asteen/devl/ghc/libraries/directory/.' -I'/home/asteen/devl/ghc/libraries/unix/include' -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/containers/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c ghc/hschooks.c -MF ghc/stage2/build/.depend.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|ghc/|" -e "1s|ghc/|ghc/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" ghc/stage2/build/.depend.c_asm.bit >> ghc/stage2/build/.depend.c_asm.tmp && true
"rm" -f ghc/stage2/build/.depend.c_asm.bit  
echo "ghc_stage2_depfile_c_asm_EXISTS = YES" >> ghc/stage2/build/.depend.c_asm.tmp
mv ghc/stage2/build/.depend.c_asm.tmp ghc/stage2/build/.depend.c_asm
"rm" -f compiler/stage2/ghc_boot_platform.h  
Creating compiler/stage2/ghc_boot_platform.h...
Done.
"rm" -f ghc/stage2/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -ighc/. -ighc/stage2/build -Ighc/stage2/build -ighc/stage2/build/ghc/autogen -Ighc/stage2/build/ghc/autogen    -optP-DGHCI -optP-include -optPghc/stage2/build/ghc/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id array-0.5.1.2 -package-id bytestring-0.10.8.2 -package-id directory-1.3.0.2 -package-id process-1.4.3.0 -package-id filepath-1.4.1.1 -package-id ghc-boot-8.3 -package-id ghc-8.3 -package-id unix-2.7.2.1 -package-id containers-0.5.10.2 -package-id deepseq-1.4.3.0 -package-id ghci-8.3 -package-id haskeline-0.7.3.1 -package-id time-1.8.0.1 -package-id transformers-0.5.2.0 -Wall -fno-warn-name-shadowing -XHaskell2010  -O2 -no-hs-main -threaded -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -dep-makefile ghc/stage2/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   ghc/./Main.hs  ghc/./GHCi/UI.hs  ghc/./GHCi/UI/Info.hs  ghc/./GHCi/UI/Monad.hs  ghc/./GHCi/UI/Tags.hs
echo "ghc_stage2_depfile_haskell_EXISTS = YES" >> ghc/stage2/build/.depend.haskell.tmp
for dir in ghc/stage2/build/./ ghc/stage2/build/GHCi/ ghc/stage2/build/GHCi/UI/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' ghc/stage2/build/.depend.haskell.tmp > ghc/stage2/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' ghc/stage2/build/.depend.haskell.tmp2 > ghc/stage2/build/.depend.haskell
"rm" -f utils/runghc/dist-install/build/.depend.c_asm.tmp  
"rm" -f utils/runghc/dist-install/build/.depend.c_asm.bit  
echo "utils/runghc_dist-install_depfile_c_asm_EXISTS = YES" >> utils/runghc/dist-install/build/.depend.c_asm.tmp
mv utils/runghc/dist-install/build/.depend.c_asm.tmp utils/runghc/dist-install/build/.depend.c_asm
"rm" -f utils/runghc/dist-install/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iutils/runghc/. -iutils/runghc/dist-install/build -Iutils/runghc/dist-install/build -iutils/runghc/dist-install/build/runghc/autogen -Iutils/runghc/dist-install/build/runghc/autogen     -optP-include -optPutils/runghc/dist-install/build/runghc/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id directory-1.3.0.2 -package-id process-1.4.3.0 -package-id filepath-1.4.1.1 -package-id unix-2.7.2.1 -XHaskell2010  -no-user-package-db -rtsopts -cpp -DVERSION="\"8.3.20170324\""     -Wnoncanonical-monad-instances  -odir utils/runghc/dist-install/build -hidir utils/runghc/dist-install/build -stubdir utils/runghc/dist-install/build -dep-makefile utils/runghc/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   utils/runghc/./Main.hs
echo "utils/runghc_dist-install_depfile_haskell_EXISTS = YES" >> utils/runghc/dist-install/build/.depend.haskell.tmp
for dir in utils/runghc/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/runghc/dist-install/build/.depend.haskell.tmp > utils/runghc/dist-install/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/runghc/dist-install/build/.depend.haskell.tmp2 > utils/runghc/dist-install/build/.depend.haskell
"rm" -f utils/hpc/dist-install/build/.depend.c_asm.tmp  
"rm" -f utils/hpc/dist-install/build/.depend.c_asm.bit  
echo "utils/hpc_dist-install_depfile_c_asm_EXISTS = YES" >> utils/hpc/dist-install/build/.depend.c_asm.tmp
mv utils/hpc/dist-install/build/.depend.c_asm.tmp utils/hpc/dist-install/build/.depend.c_asm
"/usr/local/bin/happy"  -agc --strict    utils/hpc/./HpcParser.y -o utils/hpc/dist-install/build/HpcParser.hs
unused terminals: 1
"rm" -f utils/hpc/dist-install/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iutils/hpc/. -iutils/hpc/dist-install/build -Iutils/hpc/dist-install/build -iutils/hpc/dist-install/build/hpc/autogen -Iutils/hpc/dist-install/build/hpc/autogen     -optP-include -optPutils/hpc/dist-install/build/hpc/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id directory-1.3.0.2 -package-id filepath-1.4.1.1 -package-id containers-0.5.10.2 -package-id array-0.5.1.2 -package-id hpc-0.6.0.3 -XHaskell2010  -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir utils/hpc/dist-install/build -hidir utils/hpc/dist-install/build -stubdir utils/hpc/dist-install/build -dep-makefile utils/hpc/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   utils/hpc/./Main.hs  utils/hpc/dist-install/build/HpcParser.hs  utils/hpc/./HpcCombine.hs  utils/hpc/./HpcDraft.hs  utils/hpc/./HpcFlags.hs  utils/hpc/./HpcLexer.hs  utils/hpc/./HpcMarkup.hs  utils/hpc/./HpcOverlay.hs  utils/hpc/./HpcReport.hs  utils/hpc/./HpcShowTix.hs  utils/hpc/./HpcUtils.hs  utils/hpc/dist-install/build/hpc/autogen/Paths_hpc_bin.hs
echo "utils/hpc_dist-install_depfile_haskell_EXISTS = YES" >> utils/hpc/dist-install/build/.depend.haskell.tmp
for dir in utils/hpc/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/hpc/dist-install/build/.depend.haskell.tmp > utils/hpc/dist-install/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/hpc/dist-install/build/.depend.haskell.tmp2 > utils/hpc/dist-install/build/.depend.haskell
"rm" -f utils/ghc-cabal/dist-install/build/.depend.c_asm.tmp  
"rm" -f utils/ghc-cabal/dist-install/build/.depend.c_asm.bit  
echo "utils/ghc-cabal_dist-install_depfile_c_asm_EXISTS = YES" >> utils/ghc-cabal/dist-install/build/.depend.c_asm.tmp
mv utils/ghc-cabal/dist-install/build/.depend.c_asm.tmp utils/ghc-cabal/dist-install/build/.depend.c_asm
"rm" -f utils/ghc-cabal/dist-install/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iutils/ghc-cabal/. -iutils/ghc-cabal/dist-install/build -Iutils/ghc-cabal/dist-install/build -iutils/ghc-cabal/dist-install/build/ghc-cabal/autogen -Iutils/ghc-cabal/dist-install/build/ghc-cabal/autogen     -optP-include -optPutils/ghc-cabal/dist-install/build/ghc-cabal/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id bytestring-0.10.8.2 -package-id Cabal-2.0.0.0 -package-id directory-1.3.0.2 -package-id filepath-1.4.1.1 -XHaskell2010  -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir utils/ghc-cabal/dist-install/build -hidir utils/ghc-cabal/dist-install/build -stubdir utils/ghc-cabal/dist-install/build -dep-makefile utils/ghc-cabal/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   utils/ghc-cabal/./Main.hs
echo "utils/ghc-cabal_dist-install_depfile_haskell_EXISTS = YES" >> utils/ghc-cabal/dist-install/build/.depend.haskell.tmp
for dir in utils/ghc-cabal/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/ghc-cabal/dist-install/build/.depend.haskell.tmp > utils/ghc-cabal/dist-install/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/ghc-cabal/dist-install/build/.depend.haskell.tmp2 > utils/ghc-cabal/dist-install/build/.depend.haskell
"rm" -f utils/check-ppr/dist-install/build/.depend.c_asm.tmp  
"rm" -f utils/check-ppr/dist-install/build/.depend.c_asm.bit  
echo "utils/check-ppr_dist-install_depfile_c_asm_EXISTS = YES" >> utils/check-ppr/dist-install/build/.depend.c_asm.tmp
mv utils/check-ppr/dist-install/build/.depend.c_asm.tmp utils/check-ppr/dist-install/build/.depend.c_asm
"rm" -f utils/check-ppr/dist-install/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iutils/check-ppr/. -iutils/check-ppr/dist-install/build -Iutils/check-ppr/dist-install/build -iutils/check-ppr/dist-install/build/check-ppr/autogen -Iutils/check-ppr/dist-install/build/check-ppr/autogen     -optP-include -optPutils/check-ppr/dist-install/build/check-ppr/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id bytestring-0.10.8.2 -package-id containers-0.5.10.2 -package-id Cabal-2.0.0.0 -package-id directory-1.3.0.2 -package-id filepath-1.4.1.1 -package-id ghc-8.3 -Wall -XHaskell2010  -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir utils/check-ppr/dist-install/build -hidir utils/check-ppr/dist-install/build -stubdir utils/check-ppr/dist-install/build -dep-makefile utils/check-ppr/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   utils/check-ppr/./Main.hs
echo "utils/check-ppr_dist-install_depfile_haskell_EXISTS = YES" >> utils/check-ppr/dist-install/build/.depend.haskell.tmp
for dir in utils/check-ppr/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/check-ppr/dist-install/build/.depend.haskell.tmp > utils/check-ppr/dist-install/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/check-ppr/dist-install/build/.depend.haskell.tmp2 > utils/check-ppr/dist-install/build/.depend.haskell
"rm" -f utils/check-api-annotations/dist-install/build/.depend.c_asm.tmp  
"rm" -f utils/check-api-annotations/dist-install/build/.depend.c_asm.bit  
echo "utils/check-api-annotations_dist-install_depfile_c_asm_EXISTS = YES" >> utils/check-api-annotations/dist-install/build/.depend.c_asm.tmp
mv utils/check-api-annotations/dist-install/build/.depend.c_asm.tmp utils/check-api-annotations/dist-install/build/.depend.c_asm
"rm" -f utils/check-api-annotations/dist-install/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iutils/check-api-annotations/. -iutils/check-api-annotations/dist-install/build -Iutils/check-api-annotations/dist-install/build -iutils/check-api-annotations/dist-install/build/check-api-annotations/autogen -Iutils/check-api-annotations/dist-install/build/check-api-annotations/autogen     -optP-include -optPutils/check-api-annotations/dist-install/build/check-api-annotations/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id containers-0.5.10.2 -package-id Cabal-2.0.0.0 -package-id directory-1.3.0.2 -package-id ghc-8.3 -Wall -XHaskell2010  -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir utils/check-api-annotations/dist-install/build -hidir utils/check-api-annotations/dist-install/build -stubdir utils/check-api-annotations/dist-install/build -dep-makefile utils/check-api-annotations/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   utils/check-api-annotations/./Main.hs
echo "utils/check-api-annotations_dist-install_depfile_haskell_EXISTS = YES" >> utils/check-api-annotations/dist-install/build/.depend.haskell.tmp
for dir in utils/check-api-annotations/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/check-api-annotations/dist-install/build/.depend.haskell.tmp > utils/check-api-annotations/dist-install/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/check-api-annotations/dist-install/build/.depend.haskell.tmp2 > utils/check-api-annotations/dist-install/build/.depend.haskell
"rm" -f utils/ghctags/dist-install/build/.depend.c_asm.tmp  
"rm" -f utils/ghctags/dist-install/build/.depend.c_asm.bit  
echo "utils/ghctags_dist-install_depfile_c_asm_EXISTS = YES" >> utils/ghctags/dist-install/build/.depend.c_asm.tmp
mv utils/ghctags/dist-install/build/.depend.c_asm.tmp utils/ghctags/dist-install/build/.depend.c_asm
"rm" -f utils/ghctags/dist-install/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iutils/ghctags/. -iutils/ghctags/dist-install/build -Iutils/ghctags/dist-install/build -iutils/ghctags/dist-install/build/ghctags/autogen -Iutils/ghctags/dist-install/build/ghctags/autogen     -optP-include -optPutils/ghctags/dist-install/build/ghctags/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id containers-0.5.10.2 -package-id Cabal-2.0.0.0 -package-id ghc-8.3 -XHaskell2010  -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir utils/ghctags/dist-install/build -hidir utils/ghctags/dist-install/build -stubdir utils/ghctags/dist-install/build -dep-makefile utils/ghctags/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   utils/ghctags/./Main.hs
echo "utils/ghctags_dist-install_depfile_haskell_EXISTS = YES" >> utils/ghctags/dist-install/build/.depend.haskell.tmp
for dir in utils/ghctags/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/ghctags/dist-install/build/.depend.haskell.tmp > utils/ghctags/dist-install/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/ghctags/dist-install/build/.depend.haskell.tmp2 > utils/ghctags/dist-install/build/.depend.haskell
"rm" -f utils/ghc-pkg/dist-install/build/.depend.c_asm.tmp  
"rm" -f utils/ghc-pkg/dist-install/build/.depend.c_asm.bit  
echo "utils/ghc-pkg_dist-install_depfile_c_asm_EXISTS = YES" >> utils/ghc-pkg/dist-install/build/.depend.c_asm.tmp
mv utils/ghc-pkg/dist-install/build/.depend.c_asm.tmp utils/ghc-pkg/dist-install/build/.depend.c_asm
"rm" -f utils/ghc-pkg/dist-install/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -Iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg/dist-install/build/ghc-pkg/autogen -Iutils/ghc-pkg/dist-install/build/ghc-pkg/autogen    -optP-DWITH_TERMINFO -optP-include -optPutils/ghc-pkg/dist-install/build/ghc-pkg/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id directory-1.3.0.2 -package-id process-1.4.3.0 -package-id containers-0.5.10.2 -package-id filepath-1.4.1.1 -package-id Cabal-2.0.0.0 -package-id binary-0.8.4.1 -package-id ghc-boot-8.3 -package-id bytestring-0.10.8.2 -package-id terminfo-0.4.0.2 -package-id unix-2.7.2.1 -XHaskell2010  -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir utils/ghc-pkg/dist-install/build -hidir utils/ghc-pkg/dist-install/build -stubdir utils/ghc-pkg/dist-install/build -dep-makefile utils/ghc-pkg/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   utils/ghc-pkg/./Main.hs  utils/ghc-pkg/dist-install/build/Version.hs
echo "utils/ghc-pkg_dist-install_depfile_haskell_EXISTS = YES" >> utils/ghc-pkg/dist-install/build/.depend.haskell.tmp
for dir in utils/ghc-pkg/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/ghc-pkg/dist-install/build/.depend.haskell.tmp > utils/ghc-pkg/dist-install/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/ghc-pkg/dist-install/build/.depend.haskell.tmp2 > utils/ghc-pkg/dist-install/build/.depend.haskell
"rm" -f utils/hsc2hs/dist-install/build/.depend.c_asm.tmp  
"rm" -f utils/hsc2hs/dist-install/build/.depend.c_asm.bit  
echo "utils/hsc2hs_dist-install_depfile_c_asm_EXISTS = YES" >> utils/hsc2hs/dist-install/build/.depend.c_asm.tmp
mv utils/hsc2hs/dist-install/build/.depend.c_asm.tmp utils/hsc2hs/dist-install/build/.depend.c_asm
"rm" -f utils/hsc2hs/dist-install/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iutils/hsc2hs/. -iutils/hsc2hs/dist-install/build -Iutils/hsc2hs/dist-install/build -iutils/hsc2hs/dist-install/build/hsc2hs/autogen -Iutils/hsc2hs/dist-install/build/hsc2hs/autogen     -optP-include -optPutils/hsc2hs/dist-install/build/hsc2hs/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id containers-0.5.10.2 -package-id directory-1.3.0.2 -package-id filepath-1.4.1.1 -package-id process-1.4.3.0 -XHaskell2010  -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir utils/hsc2hs/dist-install/build -hidir utils/hsc2hs/dist-install/build -stubdir utils/hsc2hs/dist-install/build -dep-makefile utils/hsc2hs/dist-install/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   utils/hsc2hs/./Main.hs  utils/hsc2hs/./C.hs  utils/hsc2hs/./Common.hs  utils/hsc2hs/./CrossCodegen.hs  utils/hsc2hs/./DirectCodegen.hs  utils/hsc2hs/./Flags.hs  utils/hsc2hs/./HSCParser.hs  utils/hsc2hs/./UtilsCodegen.hs
echo "utils/hsc2hs_dist-install_depfile_haskell_EXISTS = YES" >> utils/hsc2hs/dist-install/build/.depend.haskell.tmp
for dir in utils/hsc2hs/dist-install/build/./; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/hsc2hs/dist-install/build/.depend.haskell.tmp > utils/hsc2hs/dist-install/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/hsc2hs/dist-install/build/.depend.haskell.tmp2 > utils/hsc2hs/dist-install/build/.depend.haskell
"rm" -f compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp  
gcc -E  -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES  -std=gnu99 -fno-stack-protector -Wall   -Icompiler/stage2/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/local/include  -DGHCI  -I'/home/asteen/devl/ghc/libraries/process/include' -I'/home/asteen/devl/ghc/libraries/directory/.' -I'/home/asteen/devl/ghc/libraries/unix/include' -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/containers/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'         -MM -x c compiler/parser/cutils.c -MF compiler/stage2/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/parser/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|compiler/parser/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|compiler/parser/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E  -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES  -std=gnu99 -fno-stack-protector -Wall   -Icompiler/stage2/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/local/include  -DGHCI  -I'/home/asteen/devl/ghc/libraries/process/include' -I'/home/asteen/devl/ghc/libraries/directory/.' -I'/home/asteen/devl/ghc/libraries/unix/include' -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/containers/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'         -MM -x c compiler/ghci/keepCAFsForGHCi.c -MF compiler/stage2/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|compiler/ghci/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E  -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES  -std=gnu99 -fno-stack-protector -Wall   -Icompiler/stage2/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/local/include  -DGHCI  -I'/home/asteen/devl/ghc/libraries/process/include' -I'/home/asteen/devl/ghc/libraries/directory/.' -I'/home/asteen/devl/ghc/libraries/unix/include' -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/containers/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'         -MM -x c compiler/cbits/genSym.c -MF compiler/stage2/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|compiler/cbits/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|compiler/cbits/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|compiler/cbits/|" -e "1s|compiler/|compiler/stage2/build/|" -e "1s|stage2/build/stage2/build|stage2/build|g" -e "s|^/home/asteen/devl/ghc/||g" compiler/stage2/build/.depend-v-p-dyn.c_asm.bit >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp && true
"rm" -f compiler/stage2/build/.depend-v-p-dyn.c_asm.bit  
echo "compiler_stage2_depfile_c_asm_EXISTS = YES" >> compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp
mv compiler/stage2/build/.depend-v-p-dyn.c_asm.tmp compiler/stage2/build/.depend-v-p-dyn.c_asm
"/usr/local/bin/alex"  -g --latin1   compiler/cmm/CmmLex.x -o compiler/stage2/build/CmmLex.hs
"/usr/local/bin/happy"  -agc --strict    compiler/cmm/CmmParse.y -o compiler/stage2/build/CmmParse.hs
"/usr/local/bin/alex"  -g --latin1   compiler/parser/Lexer.x -o compiler/stage2/build/Lexer.hs
"/usr/local/bin/happy"  -agc --strict    compiler/parser/Parser.y -o compiler/stage2/build/Parser.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Icompiler/stage2/build/./autogen' '--cflag=-Icompiler/.' '--cflag=-Icompiler/parser' '--cflag=-Icompiler/utils' '--cflag=-Icompiler/../rts/dist/build' '--cflag=-Icompiler/stage2' '--cflag=-I/usr/local/include' '--cflag=-DGHCI' '--cflag=-I/home/asteen/devl/ghc/libraries/process/include' '--cflag=-I/home/asteen/devl/ghc/libraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/containers/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Icompiler/stage2/build/./autogen --cflag=-include --cflag=compiler/stage2/build/./autogen/cabal_macros.h   compiler/utils/Fingerprint.hsc -o compiler/stage2/build/Fingerprint.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Icompiler/stage2/build/./autogen' '--cflag=-Icompiler/.' '--cflag=-Icompiler/parser' '--cflag=-Icompiler/utils' '--cflag=-Icompiler/../rts/dist/build' '--cflag=-Icompiler/stage2' '--cflag=-I/usr/local/include' '--cflag=-DGHCI' '--cflag=-I/home/asteen/devl/ghc/libraries/process/include' '--cflag=-I/home/asteen/devl/ghc/libraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/containers/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Icompiler/stage2/build/./autogen --cflag=-include --cflag=compiler/stage2/build/./autogen/cabal_macros.h   compiler/ghci/GHCi.hsc -o compiler/stage2/build/GHCi.hs
gcc -E -undef -traditional -P -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header  -Icompiler/stage2 -x c compiler/prelude/primops.txt.pp | grep -v '^#pragma GCC' > compiler/stage2/build/primops.txt
"inplace/bin/genprimopcode" --data-decl          < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-data-decl.hs-incl
"inplace/bin/genprimopcode" --primop-tag         < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-tag.hs-incl
"inplace/bin/genprimopcode" --primop-list        < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-list.hs-incl
"inplace/bin/genprimopcode" --has-side-effects   < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-has-side-effects.hs-incl
"inplace/bin/genprimopcode" --out-of-line        < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-out-of-line.hs-incl
"inplace/bin/genprimopcode" --commutable         < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-commutable.hs-incl
"inplace/bin/genprimopcode" --code-size          < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-code-size.hs-incl
"inplace/bin/genprimopcode" --can-fail           < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-can-fail.hs-incl
"inplace/bin/genprimopcode" --strictness         < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-strictness.hs-incl
"inplace/bin/genprimopcode" --fixity             < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-fixity.hs-incl
"inplace/bin/genprimopcode" --primop-primop-info < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-primop-info.hs-incl
"inplace/bin/genprimopcode" --primop-vector-uniques     < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-vector-uniques.hs-incl
"inplace/bin/genprimopcode" --primop-vector-tys         < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-vector-tys.hs-incl
"inplace/bin/genprimopcode" --primop-vector-tys-exports < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-vector-tys-exports.hs-incl
"inplace/bin/genprimopcode" --primop-vector-tycons      < compiler/stage2/build/primops.txt > compiler/stage2/build/primop-vector-tycons.hs-incl
"rm" -f compiler/stage2/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header   -this-unit-id ghc-8.3 -hide-all-packages -i -icompiler/backpack -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage2/build -Icompiler/stage2/build -icompiler/stage2/build/./autogen -Icompiler/stage2/build/./autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/../rts/dist/build -Icompiler/stage2 -I/usr/local/include  -optP-DGHCI -optP-include -optPcompiler/stage2/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id deepseq-1.4.3.0 -package-id directory-1.3.0.2 -package-id process-1.4.3.0 -package-id bytestring-0.10.8.2 -package-id binary-0.8.4.1 -package-id time-1.8.0.1 -package-id containers-0.5.10.2 -package-id array-0.5.1.2 -package-id filepath-1.4.1.1 -package-id template-haskell-2.12.0.0 -package-id hpc-0.6.0.3 -package-id transformers-0.5.2.0 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id ghci-8.3 -package-id hoopl-3.10.2.2 -package-id unix-2.7.2.1 -package-id terminfo-0.4.0.2 -Wall -fno-warn-name-shadowing -this-unit-id ghc -XHaskell2010 -optc-DTHREADED_RTS -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -Rghc-timing -O2  -no-user-package-db -rtsopts      -Wnoncanonical-monad-instances  -odir compiler/stage2/build -hidir compiler/stage2/build -stubdir compiler/stage2/build -dep-makefile compiler/stage2/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   compiler/backpack/DriverBkp.hs  compiler/backpack/BkpSyn.hs  compiler/backpack/NameShape.hs  compiler/backpack/RnModIface.hs  compiler/basicTypes/Avail.hs  compiler/basicTypes/BasicTypes.hs  compiler/basicTypes/ConLike.hs  compiler/basicTypes/DataCon.hs  compiler/basicTypes/PatSyn.hs  compiler/basicTypes/Demand.hs  compiler/cmm/Debug.hs  compiler/utils/Exception.hs  compiler/basicTypes/FieldLabel.hs  compiler/main/GhcMonad.hs  compiler/main/Hooks.hs  compiler/basicTypes/Id.hs  compiler/basicTypes/IdInfo.hs  compiler/basicTypes/Lexeme.hs  compiler/basicTypes/Literal.hs  compiler/llvmGen/Llvm.hs  compiler/llvmGen/Llvm/AbsSyn.hs  compiler/llvmGen/Llvm/MetaData.hs  compiler/llvmGen/Llvm/PpLlvm.hs  compiler/llvmGen/Llvm/Types.hs  compiler/llvmGen/LlvmCodeGen.hs  compiler/llvmGen/LlvmCodeGen/Base.hs  compiler/llvmGen/LlvmCodeGen/CodeGen.hs  compiler/llvmGen/LlvmCodeGen/Data.hs  compiler/llvmGen/LlvmCodeGen/Ppr.hs  compiler/llvmGen/LlvmCodeGen/Regs.hs  compiler/llvmGen/LlvmMangler.hs  compiler/basicTypes/MkId.hs  compiler/basicTypes/Module.hs  compiler/basicTypes/Name.hs  compiler/basicTypes/NameEnv.hs  compiler/basicTypes/NameSet.hs  compiler/basicTypes/OccName.hs  compiler/basicTypes/RdrName.hs  compiler/basicTypes/NameCache.hs  compiler/basicTypes/SrcLoc.hs  compiler/basicTypes/UniqSupply.hs  compiler/basicTypes/Unique.hs  compiler/basicTypes/Var.hs  compiler/basicTypes/VarEnv.hs  compiler/basicTypes/VarSet.hs  compiler/utils/UnVarGraph.hs  compiler/cmm/BlockId.hs  compiler/cmm/CLabel.hs  compiler/cmm/Cmm.hs  compiler/cmm/CmmBuildInfoTables.hs  compiler/cmm/CmmPipeline.hs  compiler/cmm/CmmCallConv.hs  compiler/cmm/CmmCommonBlockElim.hs  compiler/cmm/CmmImplementSwitchPlans.hs  compiler/cmm/CmmContFlowOpt.hs  compiler/cmm/CmmExpr.hs  compiler/cmm/CmmInfo.hs  compiler/stage2/build/CmmLex.hs  compiler/cmm/CmmLint.hs  compiler/cmm/CmmLive.hs  compiler/cmm/CmmMachOp.hs  compiler/cmm/CmmMonad.hs  compiler/cmm/CmmSwitch.hs  compiler/cmm/CmmNode.hs  compiler/cmm/CmmOpt.hs  compiler/stage2/build/CmmParse.hs  compiler/cmm/CmmProcPoint.hs  compiler/cmm/CmmSink.hs  compiler/cmm/CmmType.hs  compiler/cmm/CmmUtils.hs  compiler/cmm/CmmLayoutStack.hs  compiler/utils/EnumSet.hs  compiler/cmm/MkGraph.hs  compiler/nativeGen/PprBase.hs  compiler/cmm/PprC.hs  compiler/cmm/PprCmm.hs  compiler/cmm/PprCmmDecl.hs  compiler/cmm/PprCmmExpr.hs  compiler/cmm/Bitmap.hs  compiler/codeGen/CodeGen/Platform.hs  compiler/codeGen/CodeGen/Platform/ARM.hs  compiler/codeGen/CodeGen/Platform/ARM64.hs  compiler/codeGen/CodeGen/Platform/NoRegs.hs  compiler/codeGen/CodeGen/Platform/PPC.hs  compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs  compiler/codeGen/CodeGen/Platform/SPARC.hs  compiler/codeGen/CodeGen/Platform/X86.hs  compiler/codeGen/CodeGen/Platform/X86_64.hs  compiler/codeGen/CgUtils.hs  compiler/codeGen/StgCmm.hs  compiler/codeGen/StgCmmBind.hs  compiler/codeGen/StgCmmClosure.hs  compiler/codeGen/StgCmmCon.hs  compiler/codeGen/StgCmmEnv.hs  compiler/codeGen/StgCmmExpr.hs  compiler/codeGen/StgCmmForeign.hs  compiler/codeGen/StgCmmHeap.hs  compiler/codeGen/StgCmmHpc.hs  compiler/codeGen/StgCmmArgRep.hs  compiler/codeGen/StgCmmLayout.hs  compiler/codeGen/StgCmmMonad.hs  compiler/codeGen/StgCmmPrim.hs  compiler/codeGen/StgCmmProf.hs  compiler/codeGen/StgCmmTicky.hs  compiler/codeGen/StgCmmUtils.hs  compiler/codeGen/StgCmmExtCode.hs  compiler/cmm/SMRep.hs  compiler/coreSyn/CoreArity.hs  compiler/coreSyn/CoreFVs.hs  compiler/coreSyn/CoreLint.hs  compiler/coreSyn/CorePrep.hs  compiler/coreSyn/CoreSubst.hs  compiler/coreSyn/CoreOpt.hs  compiler/coreSyn/CoreSyn.hs  compiler/coreSyn/TrieMap.hs  compiler/coreSyn/CoreTidy.hs  compiler/coreSyn/CoreUnfold.hs  compiler/coreSyn/CoreUtils.hs  compiler/coreSyn/CoreSeq.hs  compiler/coreSyn/CoreStats.hs  compiler/coreSyn/MkCore.hs  compiler/coreSyn/PprCore.hs  compiler/deSugar/PmExpr.hs  compiler/deSugar/TmOracle.hs  compiler/deSugar/Check.hs  compiler/deSugar/Coverage.hs  compiler/deSugar/Desugar.hs  compiler/deSugar/DsArrows.hs  compiler/deSugar/DsBinds.hs  compiler/deSugar/DsCCall.hs  compiler/deSugar/DsExpr.hs  compiler/deSugar/DsForeign.hs  compiler/deSugar/DsGRHSs.hs  compiler/deSugar/DsListComp.hs  compiler/deSugar/DsMonad.hs  compiler/deSugar/DsUsage.hs  compiler/deSugar/DsUtils.hs  compiler/deSugar/Match.hs  compiler/deSugar/MatchCon.hs  compiler/deSugar/MatchLit.hs  compiler/hsSyn/HsBinds.hs  compiler/hsSyn/HsDecls.hs  compiler/hsSyn/HsDoc.hs  compiler/hsSyn/HsExpr.hs  compiler/hsSyn/HsImpExp.hs  compiler/hsSyn/HsLit.hs  compiler/hsSyn/PlaceHolder.hs  compiler/hsSyn/HsPat.hs  compiler/hsSyn/HsSyn.hs  compiler/hsSyn/HsTypes.hs  compiler/hsSyn/HsUtils.hs  compiler/hsSyn/HsDumpAst.hs  compiler/iface/BinIface.hs  compiler/iface/BinFingerprint.hs  compiler/iface/BuildTyCl.hs  compiler/iface/IfaceEnv.hs  compiler/iface/IfaceSyn.hs  compiler/iface/IfaceType.hs  compiler/iface/ToIface.hs  compiler/iface/LoadIface.hs  compiler/iface/MkIface.hs  compiler/iface/TcIface.hs  compiler/iface/FlagChecker.hs  compiler/main/Annotations.hs  compiler/main/CmdLineParser.hs  compiler/main/CodeOutput.hs  compiler/stage2/build/Config.hs  compiler/main/Constants.hs  compiler/main/DriverMkDepend.hs  compiler/main/DriverPhases.hs  compiler/main/PipelineMonad.hs  compiler/main/DriverPipeline.hs  compiler/main/DynFlags.hs  compiler/main/ErrUtils.hs  compiler/main/Finder.hs  compiler/main/GHC.hs  compiler/main/GhcMake.hs  compiler/main/GhcPlugins.hs  compiler/main/DynamicLoading.hs  compiler/main/HeaderInfo.hs  compiler/main/HscMain.hs  compiler/main/HscStats.hs  compiler/main/HscTypes.hs  compiler/main/InteractiveEval.hs  compiler/main/InteractiveEvalTypes.hs  compiler/main/PackageConfig.hs  compiler/main/Packages.hs  compiler/main/PlatformConstants.hs  compiler/main/Plugins.hs  compiler/typecheck/TcPluginM.hs  compiler/main/PprTyThing.hs  compiler/main/StaticPtrTable.hs  compiler/main/SysTools.hs  compiler/main/SysTools/Terminal.hs  compiler/main/Elf.hs  compiler/main/TidyPgm.hs  compiler/parser/Ctype.hs  compiler/parser/HaddockUtils.hs  compiler/stage2/build/Lexer.hs  compiler/types/OptCoercion.hs  compiler/stage2/build/Parser.hs  compiler/parser/RdrHsSyn.hs  compiler/parser/ApiAnnotation.hs  compiler/prelude/ForeignCall.hs  compiler/prelude/KnownUniques.hs  compiler/prelude/PrelInfo.hs  compiler/prelude/PrelNames.hs  compiler/prelude/PrelRules.hs  compiler/prelude/PrimOp.hs  compiler/prelude/TysPrim.hs  compiler/prelude/TysWiredIn.hs  compiler/profiling/CostCentre.hs  compiler/profiling/ProfInit.hs  compiler/profiling/SCCfinal.hs  compiler/rename/RnBinds.hs  compiler/rename/RnEnv.hs  compiler/rename/RnExpr.hs  compiler/rename/RnHsDoc.hs  compiler/rename/RnNames.hs  compiler/rename/RnPat.hs  compiler/rename/RnSource.hs  compiler/rename/RnSplice.hs  compiler/rename/RnTypes.hs  compiler/simplCore/CoreMonad.hs  compiler/simplCore/CSE.hs  compiler/simplCore/FloatIn.hs  compiler/simplCore/FloatOut.hs  compiler/simplCore/LiberateCase.hs  compiler/simplCore/OccurAnal.hs  compiler/simplCore/SAT.hs  compiler/simplCore/SetLevels.hs  compiler/simplCore/SimplCore.hs  compiler/simplCore/SimplEnv.hs  compiler/simplCore/SimplMonad.hs  compiler/simplCore/SimplUtils.hs  compiler/simplCore/Simplify.hs  compiler/simplStg/SimplStg.hs  compiler/simplStg/StgStats.hs  compiler/simplStg/StgCse.hs  compiler/simplStg/UnariseStg.hs  compiler/simplStg/RepType.hs  compiler/specialise/Rules.hs  compiler/specialise/SpecConstr.hs  compiler/specialise/Specialise.hs  compiler/stgSyn/CoreToStg.hs  compiler/stgSyn/StgLint.hs  compiler/stgSyn/StgSyn.hs  compiler/simplCore/CallArity.hs  compiler/stranal/DmdAnal.hs  compiler/stranal/WorkWrap.hs  compiler/stranal/WwLib.hs  compiler/typecheck/FamInst.hs  compiler/typecheck/Inst.hs  compiler/typecheck/TcAnnotations.hs  compiler/typecheck/TcArrows.hs  compiler/typecheck/TcBinds.hs  compiler/typecheck/TcSigs.hs  compiler/typecheck/TcClassDcl.hs  compiler/typecheck/TcDefaults.hs  compiler/typecheck/TcDeriv.hs  compiler/typecheck/TcDerivInfer.hs  compiler/typecheck/TcDerivUtils.hs  compiler/typecheck/TcEnv.hs  compiler/typecheck/TcExpr.hs  compiler/typecheck/TcForeign.hs  compiler/typecheck/TcGenDeriv.hs  compiler/typecheck/TcGenFunctor.hs  compiler/typecheck/TcGenGenerics.hs  compiler/typecheck/TcHsSyn.hs  compiler/typecheck/TcHsType.hs  compiler/typecheck/TcInstDcls.hs  compiler/typecheck/TcMType.hs  compiler/typecheck/TcValidity.hs  compiler/typecheck/TcMatches.hs  compiler/typecheck/TcPat.hs  compiler/typecheck/TcPatSyn.hs  compiler/typecheck/TcRnDriver.hs  compiler/typecheck/TcBackpack.hs  compiler/typecheck/TcRnExports.hs  compiler/typecheck/TcRnMonad.hs  compiler/typecheck/TcRnTypes.hs  compiler/typecheck/TcRules.hs  compiler/typecheck/TcSimplify.hs  compiler/typecheck/TcErrors.hs  compiler/typecheck/TcTyClsDecls.hs  compiler/typecheck/TcTyDecls.hs  compiler/typecheck/TcTypeable.hs  compiler/typecheck/TcType.hs  compiler/typecheck/TcEvidence.hs  compiler/typecheck/TcUnify.hs  compiler/typecheck/TcInteract.hs  compiler/typecheck/TcCanonical.hs  compiler/typecheck/TcFlatten.hs  compiler/typecheck/TcSMonad.hs  compiler/typecheck/TcTypeNats.hs  compiler/typecheck/TcSplice.hs  compiler/types/Class.hs  compiler/types/Coercion.hs  compiler/deSugar/DsMeta.hs  compiler/prelude/THNames.hs  compiler/types/FamInstEnv.hs  compiler/typecheck/FunDeps.hs  compiler/types/InstEnv.hs  compiler/types/TyCon.hs  compiler/types/CoAxiom.hs  compiler/types/Kind.hs  compiler/types/Type.hs  compiler/types/TyCoRep.hs  compiler/types/Unify.hs  compiler/utils/Bag.hs  compiler/utils/Binary.hs  compiler/utils/BooleanFormula.hs  compiler/utils/BufWrite.hs  compiler/utils/Digraph.hs  compiler/utils/Encoding.hs  compiler/utils/FastFunctions.hs  compiler/utils/FastMutInt.hs  compiler/utils/FastString.hs  compiler/utils/FastStringEnv.hs  compiler/stage2/build/Fingerprint.hs  compiler/utils/FiniteMap.hs  compiler/utils/FV.hs  compiler/utils/GraphBase.hs  compiler/utils/GraphColor.hs  compiler/utils/GraphOps.hs  compiler/utils/GraphPpr.hs  compiler/utils/IOEnv.hs  compiler/utils/Json.hs  compiler/utils/ListSetOps.hs  compiler/utils/ListT.hs  compiler/utils/Maybes.hs  compiler/utils/MonadUtils.hs  compiler/utils/OrdList.hs  compiler/utils/Outputable.hs  compiler/utils/Pair.hs  compiler/utils/Panic.hs  compiler/utils/PprColour.hs  compiler/utils/Pretty.hs  compiler/utils/State.hs  compiler/utils/Stream.hs  compiler/utils/StringBuffer.hs  compiler/utils/UniqDFM.hs  compiler/utils/UniqDSet.hs  compiler/utils/UniqFM.hs  compiler/utils/UniqMap.hs  compiler/utils/UniqSet.hs  compiler/utils/Util.hs  compiler/vectorise/Vectorise/Builtins/Base.hs  compiler/vectorise/Vectorise/Builtins/Initialise.hs  compiler/vectorise/Vectorise/Builtins.hs  compiler/vectorise/Vectorise/Monad/Base.hs  compiler/vectorise/Vectorise/Monad/Naming.hs  compiler/vectorise/Vectorise/Monad/Local.hs  compiler/vectorise/Vectorise/Monad/Global.hs  compiler/vectorise/Vectorise/Monad/InstEnv.hs  compiler/vectorise/Vectorise/Monad.hs  compiler/vectorise/Vectorise/Utils/Base.hs  compiler/vectorise/Vectorise/Utils/Closure.hs  compiler/vectorise/Vectorise/Utils/Hoisting.hs  compiler/vectorise/Vectorise/Utils/PADict.hs  compiler/vectorise/Vectorise/Utils/Poly.hs  compiler/vectorise/Vectorise/Utils.hs  compiler/vectorise/Vectorise/Generic/Description.hs  compiler/vectorise/Vectorise/Generic/PAMethods.hs  compiler/vectorise/Vectorise/Generic/PADict.hs  compiler/vectorise/Vectorise/Generic/PData.hs  compiler/vectorise/Vectorise/Type/Env.hs  compiler/vectorise/Vectorise/Type/Type.hs  compiler/vectorise/Vectorise/Type/TyConDecl.hs  compiler/vectorise/Vectorise/Type/Classify.hs  compiler/vectorise/Vectorise/Convert.hs  compiler/vectorise/Vectorise/Vect.hs  compiler/vectorise/Vectorise/Var.hs  compiler/vectorise/Vectorise/Env.hs  compiler/vectorise/Vectorise/Exp.hs  compiler/vectorise/Vectorise.hs  compiler/cmm/Hoopl/Dataflow.hs  compiler/cmm/Hoopl.hs  compiler/nativeGen/AsmCodeGen.hs  compiler/nativeGen/TargetReg.hs  compiler/nativeGen/NCGMonad.hs  compiler/nativeGen/Instruction.hs  compiler/nativeGen/Format.hs  compiler/nativeGen/Reg.hs  compiler/nativeGen/RegClass.hs  compiler/nativeGen/PIC.hs  compiler/utils/Platform.hs  compiler/nativeGen/CPrim.hs  compiler/nativeGen/X86/Regs.hs  compiler/nativeGen/X86/RegInfo.hs  compiler/nativeGen/X86/Instr.hs  compiler/nativeGen/X86/Cond.hs  compiler/nativeGen/X86/Ppr.hs  compiler/nativeGen/X86/CodeGen.hs  compiler/nativeGen/PPC/Regs.hs  compiler/nativeGen/PPC/RegInfo.hs  compiler/nativeGen/PPC/Instr.hs  compiler/nativeGen/PPC/Cond.hs  compiler/nativeGen/PPC/Ppr.hs  compiler/nativeGen/PPC/CodeGen.hs  compiler/nativeGen/SPARC/Base.hs  compiler/nativeGen/SPARC/Regs.hs  compiler/nativeGen/SPARC/Imm.hs  compiler/nativeGen/SPARC/AddrMode.hs  compiler/nativeGen/SPARC/Cond.hs  compiler/nativeGen/SPARC/Instr.hs  compiler/nativeGen/SPARC/Stack.hs  compiler/nativeGen/SPARC/ShortcutJump.hs  compiler/nativeGen/SPARC/Ppr.hs  compiler/nativeGen/SPARC/CodeGen.hs  compiler/nativeGen/SPARC/CodeGen/Amode.hs  compiler/nativeGen/SPARC/CodeGen/Base.hs  compiler/nativeGen/SPARC/CodeGen/CondCode.hs  compiler/nativeGen/SPARC/CodeGen/Gen32.hs  compiler/nativeGen/SPARC/CodeGen/Gen64.hs  compiler/nativeGen/SPARC/CodeGen/Sanity.hs  compiler/nativeGen/SPARC/CodeGen/Expand.hs  compiler/nativeGen/RegAlloc/Liveness.hs  compiler/nativeGen/RegAlloc/Graph/Main.hs  compiler/nativeGen/RegAlloc/Graph/Stats.hs  compiler/nativeGen/RegAlloc/Graph/ArchBase.hs  compiler/nativeGen/RegAlloc/Graph/ArchX86.hs  compiler/nativeGen/RegAlloc/Graph/Coalesce.hs  compiler/nativeGen/RegAlloc/Graph/Spill.hs  compiler/nativeGen/RegAlloc/Graph/SpillClean.hs  compiler/nativeGen/RegAlloc/Graph/SpillCost.hs  compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs  compiler/nativeGen/RegAlloc/Linear/Main.hs  compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs  compiler/nativeGen/RegAlloc/Linear/State.hs  compiler/nativeGen/RegAlloc/Linear/Stats.hs  compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs  compiler/nativeGen/RegAlloc/Linear/StackMap.hs  compiler/nativeGen/RegAlloc/Linear/Base.hs  compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs  compiler/nativeGen/RegAlloc/Linear/X86_64/FreeRegs.hs  compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs  compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs  compiler/nativeGen/Dwarf.hs  compiler/nativeGen/Dwarf/Types.hs  compiler/nativeGen/Dwarf/Constants.hs  compiler/hsSyn/Convert.hs  compiler/ghci/ByteCodeTypes.hs  compiler/ghci/ByteCodeAsm.hs  compiler/ghci/ByteCodeGen.hs  compiler/ghci/ByteCodeInstr.hs  compiler/ghci/ByteCodeItbls.hs  compiler/ghci/ByteCodeLink.hs  compiler/ghci/Debugger.hs  compiler/ghci/Linker.hs  compiler/ghci/RtClosureInspect.hs  compiler/ghci/DebuggerUtils.hs  compiler/stage2/build/GHCi.hs
<<ghc: 5437722672 bytes, 3634 GCs, 19809898/45408208 avg/max bytes residency (12 samples), 113M in use, 0.002 INIT (0.002 elapsed), 12.922 MUT (25.551 elapsed), 3.442 GC (3.442 elapsed) :ghc>>
echo "compiler_stage2_depfile_haskell_EXISTS = YES" >> compiler/stage2/build/.depend-v-p-dyn.haskell.tmp
for dir in compiler/stage2/build/./ compiler/stage2/build/CodeGen/ compiler/stage2/build/CodeGen/Platform/ compiler/stage2/build/Dwarf/ compiler/stage2/build/Hoopl/ compiler/stage2/build/Llvm/ compiler/stage2/build/LlvmCodeGen/ compiler/stage2/build/PPC/ compiler/stage2/build/RegAlloc/ compiler/stage2/build/RegAlloc/Graph/ compiler/stage2/build/RegAlloc/Linear/ compiler/stage2/build/RegAlloc/Linear/PPC/ compiler/stage2/build/RegAlloc/Linear/SPARC/ compiler/stage2/build/RegAlloc/Linear/X86/ compiler/stage2/build/RegAlloc/Linear/X86_64/ compiler/stage2/build/SPARC/ compiler/stage2/build/SPARC/CodeGen/ compiler/stage2/build/SysTools/ compiler/stage2/build/Vectorise/ compiler/stage2/build/Vectorise/Builtins/ compiler/stage2/build/Vectorise/Generic/ compiler/stage2/build/Vectorise/Monad/ compiler/stage2/build/Vectorise/Type/ compiler/stage2/build/Vectorise/Utils/ compiler/stage2/build/X86/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' compiler/stage2/build/.depend-v-p-dyn.haskell.tmp > compiler/stage2/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' compiler/stage2/build/.depend-v-p-dyn.haskell.tmp2 > compiler/stage2/build/.depend-v-p-dyn.haskell
"rm" -f utils/haddock/dist/build/.depend.c_asm.tmp  
"rm" -f utils/haddock/dist/build/.depend.c_asm.bit  
echo "utils/haddock_dist_depfile_c_asm_EXISTS = YES" >> utils/haddock/dist/build/.depend.c_asm.tmp
mv utils/haddock/dist/build/.depend.c_asm.tmp utils/haddock/dist/build/.depend.c_asm
"rm" -f utils/haddock/dist/build/.depend.haskell.tmp  
"inplace/bin/ghc-stage1" -M -fPIC -dynamic  -H32m -O -Wall      -hide-all-packages -i -iutils/haddock/driver -iutils/haddock/haddock-api/src -iutils/haddock/haddock-library/vendor/attoparsec-0.12.1.1 -iutils/haddock/haddock-library/src -iutils/haddock/dist/build -Iutils/haddock/dist/build -iutils/haddock/dist/build/haddock/autogen -Iutils/haddock/dist/build/haddock/autogen    -optP-DIN_GHC_TREE -optP-include -optPutils/haddock/dist/build/haddock/autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id filepath-1.4.1.1 -package-id directory-1.3.0.2 -package-id containers-0.5.10.2 -package-id deepseq-1.4.3.0 -package-id array-0.5.1.2 -package-id xhtml-3000.2.1 -package-id Cabal-2.0.0.0 -package-id ghc-boot-8.3 -package-id ghc-8.3 -package-id bytestring-0.10.8.2 -package-id transformers-0.5.2.0 -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -XHaskell2010  -no-user-package-db -rtsopts -Wno-unused-imports -Wno-deprecations     -Wnoncanonical-monad-instances  -odir utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir utils/haddock/dist/build -dep-makefile utils/haddock/dist/build/.depend.haskell.tmp -dep-suffix "dyn_" -include-pkg-deps   utils/haddock/driver/Main.hs  utils/haddock/driver/ResponseFile.hs  utils/haddock/haddock-library/src/Documentation/Haddock/Parser.hs  utils/haddock/haddock-library/src/Documentation/Haddock/Parser/Monad.hs  utils/haddock/haddock-library/src/Documentation/Haddock/Types.hs  utils/haddock/haddock-library/src/Documentation/Haddock/Doc.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/FastSet.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Fhthagn.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs  utils/haddock/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/Number.hs  utils/haddock/haddock-library/src/Documentation/Haddock/Utf8.hs  utils/haddock/haddock-library/src/Documentation/Haddock/Parser/Util.hs  utils/haddock/haddock-api/src/Documentation/Haddock.hs  utils/haddock/haddock-api/src/Haddock.hs  utils/haddock/haddock-api/src/Haddock/Interface.hs  utils/haddock/haddock-api/src/Haddock/Interface/Rename.hs  utils/haddock/haddock-api/src/Haddock/Interface/Create.hs  utils/haddock/haddock-api/src/Haddock/Interface/AttachInstances.hs  utils/haddock/haddock-api/src/Haddock/Interface/LexParseRn.hs  utils/haddock/haddock-api/src/Haddock/Interface/ParseModuleHeader.hs  utils/haddock/haddock-api/src/Haddock/Interface/Specialize.hs  utils/haddock/haddock-api/src/Haddock/Parser.hs  utils/haddock/haddock-api/src/Haddock/Utils.hs  utils/haddock/haddock-api/src/Haddock/Backends/Xhtml.hs  utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Decl.hs  utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/DocMarkup.hs  utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Layout.hs  utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Names.hs  utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Themes.hs  utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Types.hs  utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Utils.hs  utils/haddock/haddock-api/src/Haddock/Backends/LaTeX.hs  utils/haddock/haddock-api/src/Haddock/Backends/HaddockDB.hs  utils/haddock/haddock-api/src/Haddock/Backends/Hoogle.hs  utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker.hs  utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Ast.hs  utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs  utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Renderer.hs  utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Types.hs  utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Utils.hs  utils/haddock/haddock-api/src/Haddock/ModuleTree.hs  utils/haddock/haddock-api/src/Haddock/Types.hs  utils/haddock/haddock-api/src/Haddock/Doc.hs  utils/haddock/haddock-api/src/Haddock/Version.hs  utils/haddock/haddock-api/src/Haddock/InterfaceFile.hs  utils/haddock/haddock-api/src/Haddock/Options.hs  utils/haddock/haddock-api/src/Haddock/GhcUtils.hs  utils/haddock/haddock-api/src/Haddock/Syb.hs  utils/haddock/haddock-api/src/Haddock/Convert.hs
echo "utils/haddock_dist_depfile_haskell_EXISTS = YES" >> utils/haddock/dist/build/.depend.haskell.tmp
for dir in utils/haddock/dist/build/./ utils/haddock/dist/build/Data/ utils/haddock/dist/build/Data/Attoparsec/ utils/haddock/dist/build/Data/Attoparsec/ByteString/ utils/haddock/dist/build/Data/Attoparsec/Internal/ utils/haddock/dist/build/Documentation/ utils/haddock/dist/build/Documentation/Haddock/ utils/haddock/dist/build/Documentation/Haddock/Parser/ utils/haddock/dist/build/Haddock/ utils/haddock/dist/build/Haddock/Backends/ utils/haddock/dist/build/Haddock/Backends/Hyperlinker/ utils/haddock/dist/build/Haddock/Backends/Xhtml/ utils/haddock/dist/build/Haddock/Interface/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' utils/haddock/dist/build/.depend.haskell.tmp > utils/haddock/dist/build/.depend.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' utils/haddock/dist/build/.depend.haskell.tmp2 > utils/haddock/dist/build/.depend.haskell
"rm" -f libraries/ghci/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/ghci/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/ghci_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/ghci/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/ghci/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/ghci/dist-install/build/.depend-v-p-dyn.c_asm
"inplace/bin/mkdirhier" libraries/ghci/dist-install/build/GHCi//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/ghci/dist-install/build/./autogen' '--cflag=-Ilibraries/ghci/.' '--cflag=-DGHCI' '--cflag=-I/home/asteen/devl/ghc/libraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/containers/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/ghci/dist-install/build/./autogen --cflag=-include --cflag=libraries/ghci/dist-install/build/./autogen/cabal_macros.h   libraries/ghci/./GHCi/FFI.hsc -o libraries/ghci/dist-install/build/GHCi/FFI.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/ghci/dist-install/build/./autogen' '--cflag=-Ilibraries/ghci/.' '--cflag=-DGHCI' '--cflag=-I/home/asteen/devl/ghc/libraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/containers/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/ghci/dist-install/build/./autogen --cflag=-include --cflag=libraries/ghci/dist-install/build/./autogen/cabal_macros.h   libraries/ghci/./GHCi/InfoTable.hsc -o libraries/ghci/dist-install/build/GHCi/InfoTable.hs
"rm" -f libraries/ghci/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id ghci-8.3 -hide-all-packages -i -ilibraries/ghci/. -ilibraries/ghci/dist-install/build -Ilibraries/ghci/dist-install/build -ilibraries/ghci/dist-install/build/./autogen -Ilibraries/ghci/dist-install/build/./autogen -Ilibraries/ghci/.   -optP-DGHCI -optP-include -optPlibraries/ghci/dist-install/build/./autogen/cabal_macros.h -package-id array-0.5.1.2 -package-id base-4.10.0.0 -package-id binary-0.8.4.1 -package-id bytestring-0.10.8.2 -package-id containers-0.5.10.2 -package-id deepseq-1.4.3.0 -package-id filepath-1.4.1.1 -package-id ghc-boot-8.3 -package-id ghc-boot-th-8.3 -package-id template-haskell-2.12.0.0 -package-id transformers-0.5.2.0 -package-id unix-2.7.2.1 -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/ghci/dist-install/build -hidir libraries/ghci/dist-install/build -stubdir libraries/ghci/dist-install/build -dep-makefile libraries/ghci/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/ghci/./GHCi/BreakArray.hs  libraries/ghci/./GHCi/Message.hs  libraries/ghci/./GHCi/ResolvedBCO.hs  libraries/ghci/./GHCi/RemoteTypes.hs  libraries/ghci/dist-install/build/GHCi/FFI.hs  libraries/ghci/dist-install/build/GHCi/InfoTable.hs  libraries/ghci/./GHCi/StaticPtrTable.hs  libraries/ghci/./GHCi/TH/Binary.hs  libraries/ghci/./SizedSeq.hs  libraries/ghci/./GHCi/Run.hs  libraries/ghci/./GHCi/CreateBCO.hs  libraries/ghci/./GHCi/ObjLink.hs  libraries/ghci/./GHCi/Signals.hs  libraries/ghci/./GHCi/TH.hs
echo "libraries/ghci_dist-install_depfile_haskell_EXISTS = YES" >> libraries/ghci/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/ghci/dist-install/build/./ libraries/ghci/dist-install/build/GHCi/ libraries/ghci/dist-install/build/GHCi/TH/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/ghci/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/ghci/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/ghci/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/ghci/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/haskeline/dist-install/build/./autogen -Ilibraries/haskeline/includes   -DTERMINFO  -I'/home/asteen/devl/ghc/libraries/process/include' -I'/home/asteen/devl/ghc/libraries/directory/.' -I'/home/asteen/devl/ghc/libraries/unix/include' -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/containers/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/haskeline/cbits/h_wcwidth.c -MF libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/haskeline/cbits/|" -e "1s|libraries/haskeline/|libraries/haskeline/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true
"rm" -f libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/haskeline_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/haskeline/dist-install/build/.depend-v-p-dyn.c_asm
"inplace/bin/mkdirhier" libraries/haskeline/dist-install/build/System/Console/Haskeline//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/haskeline/dist-install/build/./autogen' '--cflag=-Ilibraries/haskeline/includes' '--cflag=-DTERMINFO' '--cflag=-I/home/asteen/devl/ghc/libraries/process/include' '--cflag=-I/home/asteen/devl/ghc/libraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/containers/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/haskeline/dist-install/build/./autogen --cflag=-include --cflag=libraries/haskeline/dist-install/build/./autogen/cabal_macros.h   libraries/haskeline/./System/Console/Haskeline/Directory.hsc -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs
"inplace/bin/mkdirhier" libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/haskeline/dist-install/build/./autogen' '--cflag=-Ilibraries/haskeline/includes' '--cflag=-DTERMINFO' '--cflag=-I/home/asteen/devl/ghc/libraries/process/include' '--cflag=-I/home/asteen/devl/ghc/libraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/containers/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/haskeline/dist-install/build/./autogen --cflag=-include --cflag=libraries/haskeline/dist-install/build/./autogen/cabal_macros.h   libraries/haskeline/./System/Console/Haskeline/Backend/Posix.hsc -o libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs
"rm" -f libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id haskeline-0.7.3.1 -hide-all-packages -i -ilibraries/haskeline/. -ilibraries/haskeline/dist-install/build -Ilibraries/haskeline/dist-install/build -ilibraries/haskeline/dist-install/build/./autogen -Ilibraries/haskeline/dist-install/build/./autogen -Ilibraries/haskeline/includes   -optP-DTERMINFO -optP-include -optPlibraries/haskeline/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id containers-0.5.10.2 -package-id directory-1.3.0.2 -package-id bytestring-0.10.8.2 -package-id filepath-1.4.1.1 -package-id transformers-0.5.2.0 -package-id process-1.4.3.0 -package-id unix-2.7.2.1 -package-id terminfo-0.4.0.2 -Wall -XHaskell98 -XForeignFunctionInterface -XRank2Types -XFlexibleInstances -XTypeSynonymInstances -XFlexibleContexts -XExistentialQuantification -XScopedTypeVariables -XGeneralizedNewtypeDeriving -XMultiParamTypeClasses -XOverlappingInstances -XUndecidableInstances -XCPP -XDeriveDataTypeable -XPatternGuards -O2  -no-user-package-db -rtsopts -Wno-deprecations -Wno-unused-imports -Wno-redundant-constraints -Wno-simplifiable-class-constraints -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/haskeline/dist-install/build -hidir libraries/haskeline/dist-install/build -stubdir libraries/haskeline/dist-install/build -dep-makefile libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/haskeline/./System/Console/Haskeline.hs  libraries/haskeline/./System/Console/Haskeline/Completion.hs  libraries/haskeline/./System/Console/Haskeline/MonadException.hs  libraries/haskeline/./System/Console/Haskeline/History.hs  libraries/haskeline/./System/Console/Haskeline/IO.hs  libraries/haskeline/./System/Console/Haskeline/Backend.hs  libraries/haskeline/./System/Console/Haskeline/Backend/WCWidth.hs  libraries/haskeline/./System/Console/Haskeline/Command.hs  libraries/haskeline/./System/Console/Haskeline/Command/Completion.hs  libraries/haskeline/./System/Console/Haskeline/Command/History.hs  libraries/haskeline/./System/Console/Haskeline/Command/KillRing.hs  libraries/haskeline/dist-install/build/System/Console/Haskeline/Directory.hs  libraries/haskeline/./System/Console/Haskeline/Emacs.hs  libraries/haskeline/./System/Console/Haskeline/InputT.hs  libraries/haskeline/./System/Console/Haskeline/Key.hs  libraries/haskeline/./System/Console/Haskeline/LineState.hs  libraries/haskeline/./System/Console/Haskeline/Monads.hs  libraries/haskeline/./System/Console/Haskeline/Prefs.hs  libraries/haskeline/./System/Console/Haskeline/Recover.hs  libraries/haskeline/./System/Console/Haskeline/RunCommand.hs  libraries/haskeline/./System/Console/Haskeline/Term.hs  libraries/haskeline/./System/Console/Haskeline/Command/Undo.hs  libraries/haskeline/./System/Console/Haskeline/Vi.hs  libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix.hs  libraries/haskeline/./System/Console/Haskeline/Backend/Posix/Encoder.hs  libraries/haskeline/./System/Console/Haskeline/Backend/DumbTerm.hs  libraries/haskeline/./System/Console/Haskeline/Backend/Terminfo.hs
echo "libraries/haskeline_dist-install_depfile_haskell_EXISTS = YES" >> libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/haskeline/dist-install/build/System/Console/ libraries/haskeline/dist-install/build/System/Console/Haskeline/ libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/ libraries/haskeline/dist-install/build/System/Console/Haskeline/Backend/Posix/ libraries/haskeline/dist-install/build/System/Console/Haskeline/Command/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/haskeline/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/terminfo_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/terminfo/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id terminfo-0.4.0.2 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-install/build -Ilibraries/terminfo/dist-install/build -ilibraries/terminfo/dist-install/build/./autogen -Ilibraries/terminfo/dist-install/build/./autogen -Ilibraries/terminfo/.    -optP-include -optPlibraries/terminfo/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -Wall -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-unused-imports -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/terminfo/dist-install/build -hidir libraries/terminfo/dist-install/build -stubdir libraries/terminfo/dist-install/build -dep-makefile libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/terminfo/./System/Console/Terminfo.hs  libraries/terminfo/./System/Console/Terminfo/Base.hs  libraries/terminfo/./System/Console/Terminfo/Cursor.hs  libraries/terminfo/./System/Console/Terminfo/Color.hs  libraries/terminfo/./System/Console/Terminfo/Edit.hs  libraries/terminfo/./System/Console/Terminfo/Effects.hs  libraries/terminfo/./System/Console/Terminfo/Keys.hs
echo "libraries/terminfo_dist-install_depfile_haskell_EXISTS = YES" >> libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/terminfo/dist-install/build/System/Console/ libraries/terminfo/dist-install/build/System/Console/Terminfo/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/terminfo/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/xhtml_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/xhtml/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id xhtml-3000.2.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -Ilibraries/xhtml/dist-install/build -ilibraries/xhtml/dist-install/build/./autogen -Ilibraries/xhtml/dist-install/build/./autogen -Ilibraries/xhtml/.    -optP-include -optPlibraries/xhtml/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -Wall -fwarn-tabs -XHaskell98 -XCPP -O2  -no-user-package-db -rtsopts -Wno-unused-imports -Wno-tabs -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/xhtml/dist-install/build -hidir libraries/xhtml/dist-install/build -stubdir libraries/xhtml/dist-install/build -dep-makefile libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/xhtml/./Text/XHtml.hs  libraries/xhtml/./Text/XHtml/Frameset.hs  libraries/xhtml/./Text/XHtml/Strict.hs  libraries/xhtml/./Text/XHtml/Transitional.hs  libraries/xhtml/./Text/XHtml/Debug.hs  libraries/xhtml/./Text/XHtml/Table.hs  libraries/xhtml/./Text/XHtml/Strict/Attributes.hs  libraries/xhtml/./Text/XHtml/Strict/Elements.hs  libraries/xhtml/./Text/XHtml/Frameset/Attributes.hs  libraries/xhtml/./Text/XHtml/Frameset/Elements.hs  libraries/xhtml/./Text/XHtml/Transitional/Attributes.hs  libraries/xhtml/./Text/XHtml/Transitional/Elements.hs  libraries/xhtml/./Text/XHtml/BlockTable.hs  libraries/xhtml/./Text/XHtml/Extras.hs  libraries/xhtml/./Text/XHtml/Internals.hs
echo "libraries/xhtml_dist-install_depfile_haskell_EXISTS = YES" >> libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/xhtml/dist-install/build/Text/ libraries/xhtml/dist-install/build/Text/XHtml/ libraries/xhtml/dist-install/build/Text/XHtml/Frameset/ libraries/xhtml/dist-install/build/Text/XHtml/Strict/ libraries/xhtml/dist-install/build/Text/XHtml/Transitional/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/xhtml/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/ghc-compact_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id ghc-compact-0.1.0.0 -hide-all-packages -i -ilibraries/ghc-compact/. -ilibraries/ghc-compact/dist-install/build -Ilibraries/ghc-compact/dist-install/build -ilibraries/ghc-compact/dist-install/build/./autogen -Ilibraries/ghc-compact/dist-install/build/./autogen -Ilibraries/ghc-compact/.    -optP-include -optPlibraries/ghc-compact/dist-install/build/./autogen/cabal_macros.h -package-id ghc-prim-0.5.0.0 -package-id base-4.10.0.0 -package-id bytestring-0.10.8.2 -Wall -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/ghc-compact/dist-install/build -hidir libraries/ghc-compact/dist-install/build -stubdir libraries/ghc-compact/dist-install/build -dep-makefile libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/ghc-compact/./GHC/Compact.hs  libraries/ghc-compact/./GHC/Compact/Serialized.hs
echo "libraries/ghc-compact_dist-install_depfile_haskell_EXISTS = YES" >> libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/ghc-compact/dist-install/build/GHC/ libraries/ghc-compact/dist-install/build/GHC/Compact/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/ghc-compact/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/transformers/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/transformers/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/transformers_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/transformers/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/transformers/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/transformers/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id transformers-0.5.2.0 -hide-all-packages -i -ilibraries/transformers/. -ilibraries/transformers/dist-install/build -Ilibraries/transformers/dist-install/build -ilibraries/transformers/dist-install/build/./autogen -Ilibraries/transformers/dist-install/build/./autogen -Ilibraries/transformers/.    -optP-include -optPlibraries/transformers/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -XHaskell98 -O2  -no-user-package-db -rtsopts -Wno-unused-matches -Wno-unused-imports -Wno-redundant-constraints -Wno-orphans -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/transformers/dist-install/build -hidir libraries/transformers/dist-install/build -stubdir libraries/transformers/dist-install/build -dep-makefile libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/transformers/./Control/Applicative/Backwards.hs  libraries/transformers/./Control/Applicative/Lift.hs  libraries/transformers/./Control/Monad/Signatures.hs  libraries/transformers/./Control/Monad/Trans/Class.hs  libraries/transformers/./Control/Monad/Trans/Cont.hs  libraries/transformers/./Control/Monad/Trans/Except.hs  libraries/transformers/./Control/Monad/Trans/Error.hs  libraries/transformers/./Control/Monad/Trans/Identity.hs  libraries/transformers/./Control/Monad/Trans/List.hs  libraries/transformers/./Control/Monad/Trans/Maybe.hs  libraries/transformers/./Control/Monad/Trans/Reader.hs  libraries/transformers/./Control/Monad/Trans/RWS.hs  libraries/transformers/./Control/Monad/Trans/RWS/Lazy.hs  libraries/transformers/./Control/Monad/Trans/RWS/Strict.hs  libraries/transformers/./Control/Monad/Trans/State.hs  libraries/transformers/./Control/Monad/Trans/State/Lazy.hs  libraries/transformers/./Control/Monad/Trans/State/Strict.hs  libraries/transformers/./Control/Monad/Trans/Writer.hs  libraries/transformers/./Control/Monad/Trans/Writer/Lazy.hs  libraries/transformers/./Control/Monad/Trans/Writer/Strict.hs  libraries/transformers/./Data/Functor/Constant.hs  libraries/transformers/./Data/Functor/Reverse.hs
echo "libraries/transformers_dist-install_depfile_haskell_EXISTS = YES" >> libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/transformers/dist-install/build/Control/Applicative/ libraries/transformers/dist-install/build/Control/Monad/ libraries/transformers/dist-install/build/Control/Monad/Trans/ libraries/transformers/dist-install/build/Control/Monad/Trans/RWS/ libraries/transformers/dist-install/build/Control/Monad/Trans/State/ libraries/transformers/dist-install/build/Control/Monad/Trans/Writer/ libraries/transformers/dist-install/build/Data/Functor/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/transformers/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/hoopl/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/hoopl/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/hoopl_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/hoopl/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/hoopl/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/hoopl/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id hoopl-3.10.2.2 -hide-all-packages -i -ilibraries/hoopl/src -ilibraries/hoopl/dist-install/build -Ilibraries/hoopl/dist-install/build -ilibraries/hoopl/dist-install/build/./autogen -Ilibraries/hoopl/dist-install/build/./autogen -Ilibraries/hoopl/.    -optP-include -optPlibraries/hoopl/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id containers-0.5.10.2 -Wall -fno-warn-name-shadowing -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/hoopl/dist-install/build -hidir libraries/hoopl/dist-install/build -stubdir libraries/hoopl/dist-install/build -dep-makefile libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/hoopl/src/Compiler/Hoopl.hs  libraries/hoopl/src/Compiler/Hoopl/Internals.hs  libraries/hoopl/src/Compiler/Hoopl/Wrappers.hs  libraries/hoopl/src/Compiler/Hoopl/Passes/Dominator.hs  libraries/hoopl/src/Compiler/Hoopl/Passes/DList.hs  libraries/hoopl/src/Compiler/Hoopl/Checkpoint.hs  libraries/hoopl/src/Compiler/Hoopl/Collections.hs  libraries/hoopl/src/Compiler/Hoopl/Combinators.hs  libraries/hoopl/src/Compiler/Hoopl/Dataflow.hs  libraries/hoopl/src/Compiler/Hoopl/Debug.hs  libraries/hoopl/src/Compiler/Hoopl/Block.hs  libraries/hoopl/src/Compiler/Hoopl/Graph.hs  libraries/hoopl/src/Compiler/Hoopl/Label.hs  libraries/hoopl/src/Compiler/Hoopl/MkGraph.hs  libraries/hoopl/src/Compiler/Hoopl/Fuel.hs  libraries/hoopl/src/Compiler/Hoopl/Pointed.hs  libraries/hoopl/src/Compiler/Hoopl/Shape.hs  libraries/hoopl/src/Compiler/Hoopl/Show.hs  libraries/hoopl/src/Compiler/Hoopl/Unique.hs  libraries/hoopl/src/Compiler/Hoopl/XUtil.hs
echo "libraries/hoopl_dist-install_depfile_haskell_EXISTS = YES" >> libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/hoopl/dist-install/build/Compiler/ libraries/hoopl/dist-install/build/Compiler/Hoopl/ libraries/hoopl/dist-install/build/Compiler/Hoopl/Passes/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/hoopl/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/template-haskell_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/template-haskell/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id template-haskell-2.12.0.0 -hide-all-packages -i -ilibraries/template-haskell/. -ilibraries/template-haskell/dist-install/build -Ilibraries/template-haskell/dist-install/build -ilibraries/template-haskell/dist-install/build/./autogen -Ilibraries/template-haskell/dist-install/build/./autogen -Ilibraries/template-haskell/.    -optP-include -optPlibraries/template-haskell/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id ghc-boot-th-8.3 -package-id pretty-1.1.3.3 -Wall -this-unit-id template-haskell -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/template-haskell/dist-install/build -hidir libraries/template-haskell/dist-install/build -stubdir libraries/template-haskell/dist-install/build -dep-makefile libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/template-haskell/./Language/Haskell/TH.hs  libraries/template-haskell/./Language/Haskell/TH/Lib.hs  libraries/template-haskell/./Language/Haskell/TH/Ppr.hs  libraries/template-haskell/./Language/Haskell/TH/PprLib.hs  libraries/template-haskell/./Language/Haskell/TH/Quote.hs  libraries/template-haskell/./Language/Haskell/TH/Syntax.hs  libraries/template-haskell/./Language/Haskell/TH/LanguageExtensions.hs  libraries/template-haskell/./Language/Haskell/TH/Lib/Map.hs
echo "libraries/template-haskell_dist-install_depfile_haskell_EXISTS = YES" >> libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/template-haskell/dist-install/build/Language/Haskell/ libraries/template-haskell/dist-install/build/Language/Haskell/TH/ libraries/template-haskell/dist-install/build/Language/Haskell/TH/Lib/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/template-haskell/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/ghc-boot_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id ghc-boot-8.3 -hide-all-packages -i -ilibraries/ghc-boot/. -ilibraries/ghc-boot/dist-install/build -Ilibraries/ghc-boot/dist-install/build -ilibraries/ghc-boot/dist-install/build/./autogen -Ilibraries/ghc-boot/dist-install/build/./autogen -Ilibraries/ghc-boot/.    -optP-include -optPlibraries/ghc-boot/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id binary-0.8.4.1 -package-id bytestring-0.10.8.2 -package-id directory-1.3.0.2 -package-id filepath-1.4.1.1 -package-id ghc-boot-th-8.3 -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/ghc-boot/dist-install/build -hidir libraries/ghc-boot/dist-install/build -stubdir libraries/ghc-boot/dist-install/build -dep-makefile libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/ghc-boot/./GHC/LanguageExtensions.hs  libraries/ghc-boot/./GHC/PackageDb.hs  libraries/ghc-boot/./GHC/Serialized.hs  libraries/ghc-boot/./GHC/ForeignSrcLang.hs
echo "libraries/ghc-boot_dist-install_depfile_haskell_EXISTS = YES" >> libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/ghc-boot/dist-install/build/GHC/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/ghc-boot/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/ghc-boot-th_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id ghc-boot-th-8.3 -hide-all-packages -i -ilibraries/ghc-boot-th/. -ilibraries/ghc-boot-th/dist-install/build -Ilibraries/ghc-boot-th/dist-install/build -ilibraries/ghc-boot-th/dist-install/build/./autogen -Ilibraries/ghc-boot-th/dist-install/build/./autogen -Ilibraries/ghc-boot-th/.    -optP-include -optPlibraries/ghc-boot-th/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/ghc-boot-th/dist-install/build -hidir libraries/ghc-boot-th/dist-install/build -stubdir libraries/ghc-boot-th/dist-install/build -dep-makefile libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/ghc-boot-th/./GHC/LanguageExtensions/Type.hs  libraries/ghc-boot-th/./GHC/ForeignSrcLang/Type.hs  libraries/ghc-boot-th/./GHC/Lexeme.hs
echo "libraries/ghc-boot-th_dist-install_depfile_haskell_EXISTS = YES" >> libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/ghc-boot-th/dist-install/build/GHC/ libraries/ghc-boot-th/dist-install/build/GHC/ForeignSrcLang/ libraries/ghc-boot-th/dist-install/build/GHC/LanguageExtensions/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/ghc-boot-th/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/Cabal/Cabal_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id Cabal-2.0.0.0 -hide-all-packages -i -ilibraries/Cabal/Cabal/. -ilibraries/Cabal/Cabal/dist-install/build -Ilibraries/Cabal/Cabal/dist-install/build -ilibraries/Cabal/Cabal/dist-install/build/./autogen -Ilibraries/Cabal/Cabal/dist-install/build/./autogen -Ilibraries/Cabal/Cabal/.    -optP-include -optPlibraries/Cabal/Cabal/dist-install/build/./autogen/cabal_macros.h -package-id array-0.5.1.2 -package-id base-4.10.0.0 -package-id bytestring-0.10.8.2 -package-id containers-0.5.10.2 -package-id deepseq-1.4.3.0 -package-id filepath-1.4.1.1 -package-id pretty-1.1.3.3 -package-id process-1.4.3.0 -package-id time-1.8.0.1 -package-id directory-1.3.0.2 -package-id binary-0.8.4.1 -package-id unix-2.7.2.1 -Wall -fno-ignore-asserts -fwarn-tabs -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/Cabal/Cabal/dist-install/build -hidir libraries/Cabal/Cabal/dist-install/build -stubdir libraries/Cabal/Cabal/dist-install/build -dep-makefile libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/Cabal/Cabal/./Distribution/Backpack.hs  libraries/Cabal/Cabal/./Distribution/Backpack/Configure.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ComponentsGraph.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ConfiguredComponent.hs  libraries/Cabal/Cabal/./Distribution/Backpack/DescribeUnitId.hs  libraries/Cabal/Cabal/./Distribution/Backpack/FullUnitId.hs  libraries/Cabal/Cabal/./Distribution/Backpack/LinkedComponent.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ModSubst.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ModuleShape.hs  libraries/Cabal/Cabal/./Distribution/Utils/LogProgress.hs  libraries/Cabal/Cabal/./Distribution/Utils/MapAccum.hs  libraries/Cabal/Cabal/./Distribution/Compat/CreatePipe.hs  libraries/Cabal/Cabal/./Distribution/Compat/Environment.hs  libraries/Cabal/Cabal/./Distribution/Compat/Exception.hs  libraries/Cabal/Cabal/./Distribution/Compat/Graph.hs  libraries/Cabal/Cabal/./Distribution/Compat/Internal/TempFile.hs  libraries/Cabal/Cabal/./Distribution/Compat/Map/Strict.hs  libraries/Cabal/Cabal/./Distribution/Compat/Prelude/Internal.hs  libraries/Cabal/Cabal/./Distribution/Compat/ReadP.hs  libraries/Cabal/Cabal/./Distribution/Compat/Semigroup.hs  libraries/Cabal/Cabal/./Distribution/Compat/Stack.hs  libraries/Cabal/Cabal/./Distribution/Compat/Time.hs  libraries/Cabal/Cabal/./Distribution/Compat/DList.hs  libraries/Cabal/Cabal/./Distribution/Compiler.hs  libraries/Cabal/Cabal/./Distribution/InstalledPackageInfo.hs  libraries/Cabal/Cabal/./Distribution/License.hs  libraries/Cabal/Cabal/./Distribution/Make.hs  libraries/Cabal/Cabal/./Distribution/ModuleName.hs  libraries/Cabal/Cabal/./Distribution/Package.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription/Check.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription/Configuration.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription/Parse.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription/PrettyPrint.hs  libraries/Cabal/Cabal/./Distribution/PackageDescription/Utils.hs  libraries/Cabal/Cabal/./Distribution/ParseUtils.hs  libraries/Cabal/Cabal/./Distribution/PrettyUtils.hs  libraries/Cabal/Cabal/./Distribution/ReadE.hs  libraries/Cabal/Cabal/./Distribution/Simple.hs  libraries/Cabal/Cabal/./Distribution/Simple/Bench.hs  libraries/Cabal/Cabal/./Distribution/Simple/Build.hs  libraries/Cabal/Cabal/./Distribution/Simple/Build/Macros.hs  libraries/Cabal/Cabal/./Distribution/Simple/Build/PathsModule.hs  libraries/Cabal/Cabal/./Distribution/Simple/BuildPaths.hs  libraries/Cabal/Cabal/./Distribution/Simple/BuildTarget.hs  libraries/Cabal/Cabal/./Distribution/Simple/BuildToolDepends.hs  libraries/Cabal/Cabal/./Distribution/Simple/CCompiler.hs  libraries/Cabal/Cabal/./Distribution/Simple/Command.hs  libraries/Cabal/Cabal/./Distribution/Simple/Compiler.hs  libraries/Cabal/Cabal/./Distribution/Simple/Configure.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHC.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHCJS.hs  libraries/Cabal/Cabal/./Distribution/Simple/Haddock.hs  libraries/Cabal/Cabal/./Distribution/Simple/HaskellSuite.hs  libraries/Cabal/Cabal/./Distribution/Simple/Hpc.hs  libraries/Cabal/Cabal/./Distribution/Simple/Install.hs  libraries/Cabal/Cabal/./Distribution/Simple/InstallDirs.hs  libraries/Cabal/Cabal/./Distribution/Simple/JHC.hs  libraries/Cabal/Cabal/./Distribution/Simple/LHC.hs  libraries/Cabal/Cabal/./Distribution/Simple/LocalBuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Simple/PackageIndex.hs  libraries/Cabal/Cabal/./Distribution/Simple/PreProcess.hs  libraries/Cabal/Cabal/./Distribution/Simple/PreProcess/Unlit.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Ar.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Builtin.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Db.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Find.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/GHC.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/HcPkg.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Hpc.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Internal.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Ld.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Run.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Script.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Strip.hs  libraries/Cabal/Cabal/./Distribution/Simple/Program/Types.hs  libraries/Cabal/Cabal/./Distribution/Simple/Register.hs  libraries/Cabal/Cabal/./Distribution/Simple/Setup.hs  libraries/Cabal/Cabal/./Distribution/Simple/SrcDist.hs  libraries/Cabal/Cabal/./Distribution/Simple/Test.hs  libraries/Cabal/Cabal/./Distribution/Simple/Test/ExeV10.hs  libraries/Cabal/Cabal/./Distribution/Simple/Test/LibV09.hs  libraries/Cabal/Cabal/./Distribution/Simple/Test/Log.hs  libraries/Cabal/Cabal/./Distribution/Simple/UHC.hs  libraries/Cabal/Cabal/./Distribution/Simple/UserHooks.hs  libraries/Cabal/Cabal/./Distribution/Simple/Utils.hs  libraries/Cabal/Cabal/./Distribution/System.hs  libraries/Cabal/Cabal/./Distribution/TestSuite.hs  libraries/Cabal/Cabal/./Distribution/Text.hs  libraries/Cabal/Cabal/./Distribution/Types/Benchmark.hs  libraries/Cabal/Cabal/./Distribution/Types/BenchmarkInterface.hs  libraries/Cabal/Cabal/./Distribution/Types/BenchmarkType.hs  libraries/Cabal/Cabal/./Distribution/Types/BuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/BuildType.hs  libraries/Cabal/Cabal/./Distribution/Types/ComponentInclude.hs  libraries/Cabal/Cabal/./Distribution/Types/Dependency.hs  libraries/Cabal/Cabal/./Distribution/Types/ExeDependency.hs  libraries/Cabal/Cabal/./Distribution/Types/DependencyMap.hs  libraries/Cabal/Cabal/./Distribution/Types/LegacyExeDependency.hs  libraries/Cabal/Cabal/./Distribution/Types/PkgconfigDependency.hs  libraries/Cabal/Cabal/./Distribution/Types/Executable.hs  libraries/Cabal/Cabal/./Distribution/Types/Library.hs  libraries/Cabal/Cabal/./Distribution/Types/ForeignLib.hs  libraries/Cabal/Cabal/./Distribution/Types/ForeignLibType.hs  libraries/Cabal/Cabal/./Distribution/Types/ForeignLibOption.hs  libraries/Cabal/Cabal/./Distribution/Types/ModuleReexport.hs  libraries/Cabal/Cabal/./Distribution/Types/ModuleRenaming.hs  libraries/Cabal/Cabal/./Distribution/Types/IncludeRenaming.hs  libraries/Cabal/Cabal/./Distribution/Types/Mixin.hs  libraries/Cabal/Cabal/./Distribution/Types/SetupBuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/TestSuite.hs  libraries/Cabal/Cabal/./Distribution/Types/TestSuiteInterface.hs  libraries/Cabal/Cabal/./Distribution/Types/TestType.hs  libraries/Cabal/Cabal/./Distribution/Types/ComponentName.hs  libraries/Cabal/Cabal/./Distribution/Types/GenericPackageDescription.hs  libraries/Cabal/Cabal/./Distribution/Types/Condition.hs  libraries/Cabal/Cabal/./Distribution/Types/CondTree.hs  libraries/Cabal/Cabal/./Distribution/Types/HookedBuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/PackageDescription.hs  libraries/Cabal/Cabal/./Distribution/Types/SourceRepo.hs  libraries/Cabal/Cabal/./Distribution/Types/Component.hs  libraries/Cabal/Cabal/./Distribution/Types/ComponentLocalBuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/LocalBuildInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/ComponentRequestedSpec.hs  libraries/Cabal/Cabal/./Distribution/Types/TargetInfo.hs  libraries/Cabal/Cabal/./Distribution/Types/UnqualComponentName.hs  libraries/Cabal/Cabal/./Distribution/Utils/Generic.hs  libraries/Cabal/Cabal/./Distribution/Utils/NubList.hs  libraries/Cabal/Cabal/./Distribution/Utils/ShortText.hs  libraries/Cabal/Cabal/./Distribution/Utils/Progress.hs  libraries/Cabal/Cabal/./Distribution/Verbosity.hs  libraries/Cabal/Cabal/./Distribution/Version.hs  libraries/Cabal/Cabal/./Language/Haskell/Extension.hs  libraries/Cabal/Cabal/./Distribution/Compat/Binary.hs  libraries/Cabal/Cabal/./Distribution/Backpack/PreExistingComponent.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ReadyComponent.hs  libraries/Cabal/Cabal/./Distribution/Backpack/MixLink.hs  libraries/Cabal/Cabal/./Distribution/Backpack/ModuleScope.hs  libraries/Cabal/Cabal/./Distribution/Backpack/UnifyM.hs  libraries/Cabal/Cabal/./Distribution/Backpack/Id.hs  libraries/Cabal/Cabal/./Distribution/Utils/UnionFind.hs  libraries/Cabal/Cabal/./Distribution/Utils/Base62.hs  libraries/Cabal/Cabal/./Distribution/Compat/CopyFile.hs  libraries/Cabal/Cabal/./Distribution/Compat/GetShortPathName.hs  libraries/Cabal/Cabal/./Distribution/Compat/MonadFail.hs  libraries/Cabal/Cabal/./Distribution/Compat/Prelude.hs  libraries/Cabal/Cabal/./Distribution/Compat/SnocList.hs  libraries/Cabal/Cabal/./Distribution/GetOpt.hs  libraries/Cabal/Cabal/./Distribution/Lex.hs  libraries/Cabal/Cabal/./Distribution/Utils/String.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHC/Internal.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPI642.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHC/IPIConvert.hs  libraries/Cabal/Cabal/./Distribution/Simple/GHC/ImplInfo.hs  libraries/Cabal/Cabal/dist-install/build/./autogen/Paths_Cabal.hs
echo "libraries/Cabal/Cabal_dist-install_depfile_haskell_EXISTS = YES" >> libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/Cabal/Cabal/dist-install/build/./ libraries/Cabal/Cabal/dist-install/build/Distribution/ libraries/Cabal/Cabal/dist-install/build/Distribution/Backpack/ libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/ libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Internal/ libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Map/ libraries/Cabal/Cabal/dist-install/build/Distribution/Compat/Prelude/ libraries/Cabal/Cabal/dist-install/build/Distribution/PackageDescription/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Build/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/GHC/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/PreProcess/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Program/ libraries/Cabal/Cabal/dist-install/build/Distribution/Simple/Test/ libraries/Cabal/Cabal/dist-install/build/Distribution/Types/ libraries/Cabal/Cabal/dist-install/build/Distribution/Utils/ libraries/Cabal/Cabal/dist-install/build/Language/Haskell/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/Cabal/Cabal/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/binary/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/binary/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/binary_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/binary/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/binary/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/binary/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id binary-0.8.4.1 -hide-all-packages -i -ilibraries/binary/src -ilibraries/binary/dist-install/build -Ilibraries/binary/dist-install/build -ilibraries/binary/dist-install/build/./autogen -Ilibraries/binary/dist-install/build/./autogen -Ilibraries/binary/.    -optP-include -optPlibraries/binary/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id bytestring-0.10.8.2 -package-id containers-0.5.10.2 -package-id array-0.5.1.2 -O2 -Wall -fliberate-case-threshold=1000 -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -XHaskell98 -O2  -no-user-package-db -rtsopts -Wno-deprecations -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/binary/dist-install/build -hidir libraries/binary/dist-install/build -stubdir libraries/binary/dist-install/build -dep-makefile libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/binary/src/Data/Binary.hs  libraries/binary/src/Data/Binary/Put.hs  libraries/binary/src/Data/Binary/Get.hs  libraries/binary/src/Data/Binary/Get/Internal.hs  libraries/binary/src/Data/Binary/Builder.hs  libraries/binary/src/Data/Binary/Class.hs  libraries/binary/src/Data/Binary/Internal.hs  libraries/binary/src/Data/Binary/Generic.hs  libraries/binary/src/Data/Binary/FloatCast.hs
echo "libraries/binary_dist-install_depfile_haskell_EXISTS = YES" >> libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/binary/dist-install/build/Data/ libraries/binary/dist-install/build/Data/Binary/ libraries/binary/dist-install/build/Data/Binary/Get/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/binary/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/binary/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/pretty_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/pretty/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id pretty-1.1.3.3 -hide-all-packages -i -ilibraries/pretty/src -ilibraries/pretty/dist-install/build -Ilibraries/pretty/dist-install/build -ilibraries/pretty/dist-install/build/./autogen -Ilibraries/pretty/dist-install/build/./autogen -Ilibraries/pretty/.    -optP-include -optPlibraries/pretty/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id deepseq-1.4.3.0 -package-id ghc-prim-0.5.0.0 -Wall -fwarn-tabs -XHaskell98 -XCPP -XBangPatterns -XDeriveGeneric -O2  -no-user-package-db -rtsopts -Wno-unused-imports -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/pretty/dist-install/build -hidir libraries/pretty/dist-install/build -stubdir libraries/pretty/dist-install/build -dep-makefile libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/pretty/src/Text/PrettyPrint.hs  libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs  libraries/pretty/src/Text/PrettyPrint/HughesPJClass.hs  libraries/pretty/src/Text/PrettyPrint/Annotated.hs  libraries/pretty/src/Text/PrettyPrint/Annotated/HughesPJ.hs  libraries/pretty/src/Text/PrettyPrint/Annotated/HughesPJClass.hs
echo "libraries/pretty_dist-install_depfile_haskell_EXISTS = YES" >> libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/pretty/dist-install/build/Text/ libraries/pretty/dist-install/build/Text/PrettyPrint/ libraries/pretty/dist-install/build/Text/PrettyPrint/Annotated/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/pretty/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/hpc_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/hpc/dist-install/build/.depend-v-p-dyn.c_asm
"inplace/bin/mkdirhier" libraries/hpc/dist-install/build/Trace/Hpc//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/hpc/dist-install/build/./autogen' '--cflag=-Ilibraries/hpc/.' '--cflag=-I/home/asteen/devl/ghc/libraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/containers/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/hpc/dist-install/build/./autogen --cflag=-include --cflag=libraries/hpc/dist-install/build/./autogen/cabal_macros.h   libraries/hpc/./Trace/Hpc/Reflect.hsc -o libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs
"rm" -f libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id hpc-0.6.0.3 -hide-all-packages -i -ilibraries/hpc/. -ilibraries/hpc/dist-install/build -Ilibraries/hpc/dist-install/build -ilibraries/hpc/dist-install/build/./autogen -Ilibraries/hpc/dist-install/build/./autogen -Ilibraries/hpc/.    -optP-include -optPlibraries/hpc/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id containers-0.5.10.2 -package-id directory-1.3.0.2 -package-id filepath-1.4.1.1 -package-id time-1.8.0.1 -Wall -XHaskell98 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/hpc/dist-install/build -hidir libraries/hpc/dist-install/build -stubdir libraries/hpc/dist-install/build -dep-makefile libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/hpc/./Trace/Hpc/Util.hs  libraries/hpc/./Trace/Hpc/Mix.hs  libraries/hpc/./Trace/Hpc/Tix.hs  libraries/hpc/dist-install/build/Trace/Hpc/Reflect.hs
echo "libraries/hpc_dist-install_depfile_haskell_EXISTS = YES" >> libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/hpc/dist-install/build/Trace/Hpc/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/hpc/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/process/dist-install/build/./autogen -Ilibraries/process/include     -I'/home/asteen/devl/ghc/libraries/directory/.' -I'/home/asteen/devl/ghc/libraries/unix/include' -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/process/cbits/runProcess.c -MF libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/process/cbits/|" -e "1s|libraries/process/|libraries/process/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/process/cbits/|" -e "1s|libraries/process/|libraries/process/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/process/cbits/|" -e "1s|libraries/process/|libraries/process/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true
"rm" -f libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/process_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/process/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/process/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id process-1.4.3.0 -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/./autogen -Ilibraries/process/dist-install/build/./autogen -Ilibraries/process/include    -optP-include -optPlibraries/process/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id directory-1.3.0.2 -package-id filepath-1.4.1.1 -package-id deepseq-1.4.3.0 -package-id unix-2.7.2.1 -Wall -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -dep-makefile libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/process/./System/Cmd.hs  libraries/process/./System/Process.hs  libraries/process/./System/Process/Internals.hs  libraries/process/./System/Process/Common.hs  libraries/process/./System/Process/Posix.hs
echo "libraries/process_dist-install_depfile_haskell_EXISTS = YES" >> libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/process/dist-install/build/System/ libraries/process/dist-install/build/System/Process/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/process/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/process/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/directory_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/directory/dist-install/build/.depend-v-p-dyn.c_asm
"inplace/bin/mkdirhier" libraries/directory/dist-install/build/System/Directory/Internal//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/directory/dist-install/build/./autogen' '--cflag=-Ilibraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/directory/dist-install/build/./autogen --cflag=-include --cflag=libraries/directory/dist-install/build/./autogen/cabal_macros.h   libraries/directory/./System/Directory/Internal/C_utimensat.hsc -o libraries/directory/dist-install/build/System/Directory/Internal/C_utimensat.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/directory/dist-install/build/./autogen' '--cflag=-Ilibraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/directory/dist-install/build/./autogen --cflag=-include --cflag=libraries/directory/dist-install/build/./autogen/cabal_macros.h   libraries/directory/./System/Directory/Internal/Posix.hsc -o libraries/directory/dist-install/build/System/Directory/Internal/Posix.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/directory/dist-install/build/./autogen' '--cflag=-Ilibraries/directory/.' '--cflag=-I/home/asteen/devl/ghc/libraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/directory/dist-install/build/./autogen --cflag=-include --cflag=libraries/directory/dist-install/build/./autogen/cabal_macros.h   libraries/directory/./System/Directory/Internal/Windows.hsc -o libraries/directory/dist-install/build/System/Directory/Internal/Windows.hs
"rm" -f libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id directory-1.3.0.2 -hide-all-packages -i -ilibraries/directory/. -ilibraries/directory/dist-install/build -Ilibraries/directory/dist-install/build -ilibraries/directory/dist-install/build/./autogen -Ilibraries/directory/dist-install/build/./autogen -Ilibraries/directory/.    -optP-include -optPlibraries/directory/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id time-1.8.0.1 -package-id filepath-1.4.1.1 -package-id unix-2.7.2.1 -Wall -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-unused-imports -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/directory/dist-install/build -hidir libraries/directory/dist-install/build -stubdir libraries/directory/dist-install/build -dep-makefile libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/directory/./System/Directory.hs  libraries/directory/./System/Directory/Internal.hs  libraries/directory/./System/Directory/Internal/Prelude.hs  libraries/directory/./System/Directory/Internal/Config.hs  libraries/directory/dist-install/build/System/Directory/Internal/C_utimensat.hs  libraries/directory/dist-install/build/System/Directory/Internal/Posix.hs  libraries/directory/dist-install/build/System/Directory/Internal/Windows.hs
echo "libraries/directory_dist-install_depfile_haskell_EXISTS = YES" >> libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/directory/dist-install/build/System/ libraries/directory/dist-install/build/System/Directory/ libraries/directory/dist-install/build/System/Directory/Internal/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/directory/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/directory/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/unix/dist-install/build/./autogen -Ilibraries/unix/include     -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/unix/cbits/HsUnix.c -MF libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/unix/dist-install/build/./autogen -Ilibraries/unix/include     -I'/home/asteen/devl/ghc/libraries/time/lib/include' -I'/home/asteen/devl/ghc/libraries/bytestring/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/unix/cbits/execvpe.c -MF libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/unix/cbits/|" -e "1s|libraries/unix/|libraries/unix/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true
"rm" -f libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/unix_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/unix/dist-install/build/.depend-v-p-dyn.c_asm
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Resource.hsc -o libraries/unix/dist-install/build/System/Posix/Resource.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Unistd.hsc -o libraries/unix/dist-install/build/System/Posix/Unistd.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/User.hsc -o libraries/unix/dist-install/build/System/Posix/User.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Signals.hsc -o libraries/unix/dist-install/build/System/Posix/Signals.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Signals//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Signals/Exts.hsc -o libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Semaphore.hsc -o libraries/unix/dist-install/build/System/Posix/Semaphore.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/SharedMem.hsc -o libraries/unix/dist-install/build/System/Posix/SharedMem.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/ByteString//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/ByteString/FilePath.hsc -o libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Directory.hsc -o libraries/unix/dist-install/build/System/Posix/Directory.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Directory//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Directory/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Directory/ByteString.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/DynamicLinker//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/DynamicLinker/Module.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/DynamicLinker/Module/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/DynamicLinker/Prim.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/DynamicLinker/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/DynamicLinker.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Files.hsc -o libraries/unix/dist-install/build/System/Posix/Files.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Files//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Files/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Files/ByteString.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/IO.hsc -o libraries/unix/dist-install/build/System/Posix/IO.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/IO//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/IO/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/IO/ByteString.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Env.hsc -o libraries/unix/dist-install/build/System/Posix/Env.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Env//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Env/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Env/ByteString.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Fcntl.hsc -o libraries/unix/dist-install/build/System/Posix/Fcntl.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Process.hsc -o libraries/unix/dist-install/build/System/Posix/Process.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Process//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Process/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Process/ByteString.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Temp.hsc -o libraries/unix/dist-install/build/System/Posix/Temp.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Temp//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Temp/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Temp/ByteString.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Terminal.hsc -o libraries/unix/dist-install/build/System/Posix/Terminal.hs
"inplace/bin/mkdirhier" libraries/unix/dist-install/build/System/Posix/Terminal//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Terminal/ByteString.hsc -o libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Directory/Common.hsc -o libraries/unix/dist-install/build/System/Posix/Directory/Common.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/DynamicLinker/Common.hsc -o libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Files/Common.hsc -o libraries/unix/dist-install/build/System/Posix/Files/Common.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/IO/Common.hsc -o libraries/unix/dist-install/build/System/Posix/IO/Common.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Process/Common.hsc -o libraries/unix/dist-install/build/System/Posix/Process/Common.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/unix/dist-install/build/./autogen' '--cflag=-Ilibraries/unix/include' '--cflag=-I/home/asteen/devl/ghc/libraries/time/lib/include' '--cflag=-I/home/asteen/devl/ghc/libraries/bytestring/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/unix/dist-install/build/./autogen --cflag=-include --cflag=libraries/unix/dist-install/build/./autogen/cabal_macros.h   libraries/unix/./System/Posix/Terminal/Common.hsc -o libraries/unix/dist-install/build/System/Posix/Terminal/Common.hs
"rm" -f libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id unix-2.7.2.1 -hide-all-packages -i -ilibraries/unix/. -ilibraries/unix/dist-install/build -Ilibraries/unix/dist-install/build -ilibraries/unix/dist-install/build/./autogen -Ilibraries/unix/dist-install/build/./autogen -Ilibraries/unix/include    -optP-include -optPlibraries/unix/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id bytestring-0.10.8.2 -package-id time-1.8.0.1 -Wall -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/unix/dist-install/build -hidir libraries/unix/dist-install/build -stubdir libraries/unix/dist-install/build -dep-makefile libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/unix/./System/Posix.hs  libraries/unix/./System/Posix/ByteString.hs  libraries/unix/./System/Posix/Error.hs  libraries/unix/dist-install/build/System/Posix/Resource.hs  libraries/unix/./System/Posix/Time.hs  libraries/unix/dist-install/build/System/Posix/Unistd.hs  libraries/unix/dist-install/build/System/Posix/User.hs  libraries/unix/dist-install/build/System/Posix/Signals.hs  libraries/unix/dist-install/build/System/Posix/Signals/Exts.hs  libraries/unix/dist-install/build/System/Posix/Semaphore.hs  libraries/unix/dist-install/build/System/Posix/SharedMem.hs  libraries/unix/dist-install/build/System/Posix/ByteString/FilePath.hs  libraries/unix/dist-install/build/System/Posix/Directory.hs  libraries/unix/dist-install/build/System/Posix/Directory/ByteString.hs  libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module.hs  libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ByteString.hs  libraries/unix/dist-install/build/System/Posix/DynamicLinker/Prim.hs  libraries/unix/dist-install/build/System/Posix/DynamicLinker/ByteString.hs  libraries/unix/dist-install/build/System/Posix/DynamicLinker.hs  libraries/unix/dist-install/build/System/Posix/Files.hs  libraries/unix/dist-install/build/System/Posix/Files/ByteString.hs  libraries/unix/dist-install/build/System/Posix/IO.hs  libraries/unix/dist-install/build/System/Posix/IO/ByteString.hs  libraries/unix/dist-install/build/System/Posix/Env.hs  libraries/unix/dist-install/build/System/Posix/Env/ByteString.hs  libraries/unix/dist-install/build/System/Posix/Fcntl.hs  libraries/unix/dist-install/build/System/Posix/Process.hs  libraries/unix/./System/Posix/Process/Internals.hs  libraries/unix/dist-install/build/System/Posix/Process/ByteString.hs  libraries/unix/dist-install/build/System/Posix/Temp.hs  libraries/unix/dist-install/build/System/Posix/Temp/ByteString.hs  libraries/unix/dist-install/build/System/Posix/Terminal.hs  libraries/unix/dist-install/build/System/Posix/Terminal/ByteString.hs  libraries/unix/dist-install/build/System/Posix/Directory/Common.hs  libraries/unix/dist-install/build/System/Posix/DynamicLinker/Common.hs  libraries/unix/dist-install/build/System/Posix/Files/Common.hs  libraries/unix/dist-install/build/System/Posix/IO/Common.hs  libraries/unix/dist-install/build/System/Posix/Process/Common.hs  libraries/unix/dist-install/build/System/Posix/Terminal/Common.hs
echo "libraries/unix_dist-install_depfile_haskell_EXISTS = YES" >> libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/unix/dist-install/build/System/ libraries/unix/dist-install/build/System/Posix/ libraries/unix/dist-install/build/System/Posix/ByteString/ libraries/unix/dist-install/build/System/Posix/Directory/ libraries/unix/dist-install/build/System/Posix/DynamicLinker/ libraries/unix/dist-install/build/System/Posix/DynamicLinker/Module/ libraries/unix/dist-install/build/System/Posix/Env/ libraries/unix/dist-install/build/System/Posix/Files/ libraries/unix/dist-install/build/System/Posix/IO/ libraries/unix/dist-install/build/System/Posix/Process/ libraries/unix/dist-install/build/System/Posix/Signals/ libraries/unix/dist-install/build/System/Posix/Temp/ libraries/unix/dist-install/build/System/Posix/Terminal/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/unix/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/unix/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/time/dist-install/build/./autogen -Ilibraries/time/lib/include   -DLANGUAGE_Rank2Types -DLANGUAGE_DeriveDataTypeable -DLANGUAGE_StandaloneDeriving  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/time/lib/cbits/HsTime.c -MF libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/time/lib/cbits/|" -e "1s|libraries/time/|libraries/time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/time/lib/cbits/|" -e "1s|libraries/time/|libraries/time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/time/lib/cbits/|" -e "1s|libraries/time/|libraries/time/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true
"rm" -f libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/time_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/time/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/time/dist-install/build/.depend-v-p-dyn.c_asm
"inplace/bin/mkdirhier" libraries/time/dist-install/build/Data/Time/Clock/Internal//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/time/dist-install/build/./autogen' '--cflag=-Ilibraries/time/lib/include' '--cflag=-DLANGUAGE_Rank2Types' '--cflag=-DLANGUAGE_DeriveDataTypeable' '--cflag=-DLANGUAGE_StandaloneDeriving' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/time/dist-install/build/./autogen --cflag=-include --cflag=libraries/time/dist-install/build/./autogen/cabal_macros.h   libraries/time/lib/Data/Time/Clock/Internal/CTimespec.hsc -o libraries/time/dist-install/build/Data/Time/Clock/Internal/CTimespec.hs
"rm" -f libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id time-1.8.0.1 -hide-all-packages -i -ilibraries/time/lib -ilibraries/time/dist-install/build -Ilibraries/time/dist-install/build -ilibraries/time/dist-install/build/./autogen -Ilibraries/time/dist-install/build/./autogen -Ilibraries/time/lib/include   -optP-DLANGUAGE_Rank2Types -optP-DLANGUAGE_DeriveDataTypeable -optP-DLANGUAGE_StandaloneDeriving -optP-include -optPlibraries/time/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id deepseq-1.4.3.0 -Wall -fwarn-tabs -XHaskell2010 -XCPP -XRank2Types -XDeriveDataTypeable -XStandaloneDeriving -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/time/dist-install/build -hidir libraries/time/dist-install/build -stubdir libraries/time/dist-install/build -dep-makefile libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/time/lib/Data/Time/Calendar.hs  libraries/time/lib/Data/Time/Calendar/MonthDay.hs  libraries/time/lib/Data/Time/Calendar/OrdinalDate.hs  libraries/time/lib/Data/Time/Calendar/WeekDate.hs  libraries/time/lib/Data/Time/Calendar/Julian.hs  libraries/time/lib/Data/Time/Calendar/Easter.hs  libraries/time/lib/Data/Time/Clock.hs  libraries/time/lib/Data/Time/Clock/System.hs  libraries/time/lib/Data/Time/Clock/POSIX.hs  libraries/time/lib/Data/Time/Clock/TAI.hs  libraries/time/lib/Data/Time/LocalTime.hs  libraries/time/lib/Data/Time/Format.hs  libraries/time/lib/Data/Time.hs  libraries/time/lib/Data/Time/Calendar/Private.hs  libraries/time/lib/Data/Time/Calendar/Days.hs  libraries/time/lib/Data/Time/Calendar/Gregorian.hs  libraries/time/lib/Data/Time/Calendar/JulianYearDay.hs  libraries/time/lib/Data/Time/Clock/Internal/DiffTime.hs  libraries/time/lib/Data/Time/Clock/Internal/AbsoluteTime.hs  libraries/time/lib/Data/Time/Clock/Internal/NominalDiffTime.hs  libraries/time/lib/Data/Time/Clock/Internal/POSIXTime.hs  libraries/time/lib/Data/Time/Clock/Internal/UniversalTime.hs  libraries/time/lib/Data/Time/Clock/Internal/SystemTime.hs  libraries/time/lib/Data/Time/Clock/Internal/UTCTime.hs  libraries/time/lib/Data/Time/Clock/Internal/CTimeval.hs  libraries/time/dist-install/build/Data/Time/Clock/Internal/CTimespec.hs  libraries/time/lib/Data/Time/Clock/Internal/UTCDiff.hs  libraries/time/lib/Data/Time/LocalTime/Internal/TimeZone.hs  libraries/time/lib/Data/Time/LocalTime/Internal/TimeOfDay.hs  libraries/time/lib/Data/Time/LocalTime/Internal/LocalTime.hs  libraries/time/lib/Data/Time/LocalTime/Internal/ZonedTime.hs  libraries/time/lib/Data/Time/Format/Parse.hs  libraries/time/lib/Data/Time/Format/Locale.hs
echo "libraries/time_dist-install_depfile_haskell_EXISTS = YES" >> libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/time/dist-install/build/Data/ libraries/time/dist-install/build/Data/Time/ libraries/time/dist-install/build/Data/Time/Calendar/ libraries/time/dist-install/build/Data/Time/Clock/ libraries/time/dist-install/build/Data/Time/Clock/Internal/ libraries/time/dist-install/build/Data/Time/Format/ libraries/time/dist-install/build/Data/Time/LocalTime/Internal/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/time/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/time/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/containers_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/containers/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id containers-0.5.10.2 -hide-all-packages -i -ilibraries/containers/. -ilibraries/containers/dist-install/build -Ilibraries/containers/dist-install/build -ilibraries/containers/dist-install/build/./autogen -Ilibraries/containers/dist-install/build/./autogen -Ilibraries/containers/include    -optP-include -optPlibraries/containers/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id array-0.5.1.2 -package-id deepseq-1.4.3.0 -package-id ghc-prim-0.5.0.0 -O2 -Wall -XHaskell98 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/containers/dist-install/build -hidir libraries/containers/dist-install/build -stubdir libraries/containers/dist-install/build -dep-makefile libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/containers/./Data/IntMap.hs  libraries/containers/./Data/IntMap/Lazy.hs  libraries/containers/./Data/IntMap/Strict.hs  libraries/containers/./Data/IntMap/Internal.hs  libraries/containers/./Data/IntMap/Internal/Debug.hs  libraries/containers/./Data/IntMap/Merge/Lazy.hs  libraries/containers/./Data/IntMap/Merge/Strict.hs  libraries/containers/./Data/IntSet/Internal.hs  libraries/containers/./Data/IntSet.hs  libraries/containers/./Data/Map.hs  libraries/containers/./Data/Map/Lazy.hs  libraries/containers/./Data/Map/Lazy/Merge.hs  libraries/containers/./Data/Map/Merge/Lazy.hs  libraries/containers/./Data/Map/Strict/Internal.hs  libraries/containers/./Data/Map/Strict.hs  libraries/containers/./Data/Map/Strict/Merge.hs  libraries/containers/./Data/Map/Merge/Strict.hs  libraries/containers/./Data/Map/Internal.hs  libraries/containers/./Data/Map/Internal/Debug.hs  libraries/containers/./Data/Set/Internal.hs  libraries/containers/./Data/Set.hs  libraries/containers/./Data/Graph.hs  libraries/containers/./Data/Sequence.hs  libraries/containers/./Data/Sequence/Internal.hs  libraries/containers/./Data/Tree.hs  libraries/containers/./Utils/Containers/Internal/BitUtil.hs  libraries/containers/./Utils/Containers/Internal/BitQueue.hs  libraries/containers/./Utils/Containers/Internal/StrictPair.hs  libraries/containers/./Utils/Containers/Internal/StrictFold.hs  libraries/containers/./Utils/Containers/Internal/StrictMaybe.hs  libraries/containers/./Utils/Containers/Internal/PtrEquality.hs  libraries/containers/./Data/Map/Internal/DeprecatedShowTree.hs  libraries/containers/./Data/IntMap/Internal/DeprecatedDebug.hs
echo "libraries/containers_dist-install_depfile_haskell_EXISTS = YES" >> libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/containers/dist-install/build/Data/ libraries/containers/dist-install/build/Data/IntMap/ libraries/containers/dist-install/build/Data/IntMap/Internal/ libraries/containers/dist-install/build/Data/IntMap/Merge/ libraries/containers/dist-install/build/Data/IntSet/ libraries/containers/dist-install/build/Data/Map/ libraries/containers/dist-install/build/Data/Map/Internal/ libraries/containers/dist-install/build/Data/Map/Lazy/ libraries/containers/dist-install/build/Data/Map/Merge/ libraries/containers/dist-install/build/Data/Map/Strict/ libraries/containers/dist-install/build/Data/Sequence/ libraries/containers/dist-install/build/Data/Set/ libraries/containers/dist-install/build/Utils/Containers/Internal/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/containers/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/containers/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/bytestring/dist-install/build/./autogen -Ilibraries/bytestring/include   -DINTEGER_GMP  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/bytestring/cbits/fpstring.c -MF libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/bytestring/dist-install/build/./autogen -Ilibraries/bytestring/include   -DINTEGER_GMP  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/base/include' -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/bytestring/cbits/itoa.c -MF libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/bytestring/cbits/|" -e "1s|libraries/bytestring/|libraries/bytestring/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true
"rm" -f libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/bytestring_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/bytestring/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id bytestring-0.10.8.2 -hide-all-packages -i -ilibraries/bytestring/. -ilibraries/bytestring/dist-install/build -Ilibraries/bytestring/dist-install/build -ilibraries/bytestring/dist-install/build/./autogen -Ilibraries/bytestring/dist-install/build/./autogen -Ilibraries/bytestring/include   -optP-DINTEGER_GMP -optP-include -optPlibraries/bytestring/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id ghc-prim-0.5.0.0 -package-id deepseq-1.4.3.0 -package-id integer-gmp-1.0.0.1 -Wall -fwarn-tabs -O2 -fmax-simplifier-iterations=10 -fdicts-cheap -fspec-constr-count=6 -XHaskell98 -O2  -no-user-package-db -rtsopts -Wno-inline-rule-shadowing -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/bytestring/dist-install/build -hidir libraries/bytestring/dist-install/build -stubdir libraries/bytestring/dist-install/build -dep-makefile libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/bytestring/./Data/ByteString.hs  libraries/bytestring/./Data/ByteString/Char8.hs  libraries/bytestring/./Data/ByteString/Unsafe.hs  libraries/bytestring/./Data/ByteString/Internal.hs  libraries/bytestring/./Data/ByteString/Lazy.hs  libraries/bytestring/./Data/ByteString/Lazy/Char8.hs  libraries/bytestring/./Data/ByteString/Lazy/Internal.hs  libraries/bytestring/./Data/ByteString/Short.hs  libraries/bytestring/./Data/ByteString/Short/Internal.hs  libraries/bytestring/./Data/ByteString/Builder.hs  libraries/bytestring/./Data/ByteString/Builder/Extra.hs  libraries/bytestring/./Data/ByteString/Builder/Prim.hs  libraries/bytestring/./Data/ByteString/Builder/Internal.hs  libraries/bytestring/./Data/ByteString/Builder/Prim/Internal.hs  libraries/bytestring/./Data/ByteString/Lazy/Builder.hs  libraries/bytestring/./Data/ByteString/Lazy/Builder/Extras.hs  libraries/bytestring/./Data/ByteString/Lazy/Builder/ASCII.hs  libraries/bytestring/./Data/ByteString/Builder/ASCII.hs  libraries/bytestring/./Data/ByteString/Builder/Prim/Binary.hs  libraries/bytestring/./Data/ByteString/Builder/Prim/ASCII.hs  libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/Floating.hs  libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/UncheckedShifts.hs  libraries/bytestring/./Data/ByteString/Builder/Prim/Internal/Base16.hs
echo "libraries/bytestring_dist-install_depfile_haskell_EXISTS = YES" >> libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/bytestring/dist-install/build/Data/ libraries/bytestring/dist-install/build/Data/ByteString/ libraries/bytestring/dist-install/build/Data/ByteString/Builder/ libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/ libraries/bytestring/dist-install/build/Data/ByteString/Builder/Prim/Internal/ libraries/bytestring/dist-install/build/Data/ByteString/Lazy/ libraries/bytestring/dist-install/build/Data/ByteString/Lazy/Builder/ libraries/bytestring/dist-install/build/Data/ByteString/Short/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/bytestring/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/deepseq/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/deepseq/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/deepseq_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/deepseq/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/deepseq/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/deepseq/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id deepseq-1.4.3.0 -hide-all-packages -i -ilibraries/deepseq/. -ilibraries/deepseq/dist-install/build -Ilibraries/deepseq/dist-install/build -ilibraries/deepseq/dist-install/build/./autogen -Ilibraries/deepseq/dist-install/build/./autogen -Ilibraries/deepseq/.    -optP-include -optPlibraries/deepseq/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -package-id array-0.5.1.2 -Wall -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/deepseq/dist-install/build -hidir libraries/deepseq/dist-install/build -stubdir libraries/deepseq/dist-install/build -dep-makefile libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/deepseq/./Control/DeepSeq.hs
echo "libraries/deepseq_dist-install_depfile_haskell_EXISTS = YES" >> libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/deepseq/dist-install/build/Control/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/deepseq/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/array_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/array/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/array/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id array-0.5.1.2 -hide-all-packages -i -ilibraries/array/. -ilibraries/array/dist-install/build -Ilibraries/array/dist-install/build -ilibraries/array/dist-install/build/./autogen -Ilibraries/array/dist-install/build/./autogen -Ilibraries/array/.    -optP-include -optPlibraries/array/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -Wall -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/array/dist-install/build -hidir libraries/array/dist-install/build -stubdir libraries/array/dist-install/build -dep-makefile libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/array/./Data/Array.hs  libraries/array/./Data/Array/Base.hs  libraries/array/./Data/Array/IArray.hs  libraries/array/./Data/Array/IO.hs  libraries/array/./Data/Array/IO/Safe.hs  libraries/array/./Data/Array/IO/Internals.hs  libraries/array/./Data/Array/MArray.hs  libraries/array/./Data/Array/MArray/Safe.hs  libraries/array/./Data/Array/ST.hs  libraries/array/./Data/Array/ST/Safe.hs  libraries/array/./Data/Array/Storable.hs  libraries/array/./Data/Array/Storable/Safe.hs  libraries/array/./Data/Array/Storable/Internals.hs  libraries/array/./Data/Array/Unboxed.hs  libraries/array/./Data/Array/Unsafe.hs
echo "libraries/array_dist-install_depfile_haskell_EXISTS = YES" >> libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/array/dist-install/build/Data/ libraries/array/dist-install/build/Data/Array/ libraries/array/dist-install/build/Data/Array/IO/ libraries/array/dist-install/build/Data/Array/MArray/ libraries/array/dist-install/build/Data/Array/ST/ libraries/array/dist-install/build/Data/Array/Storable/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/array/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/array/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
"rm" -f libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/filepath_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/filepath/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id filepath-1.4.1.1 -hide-all-packages -i -ilibraries/filepath/. -ilibraries/filepath/dist-install/build -Ilibraries/filepath/dist-install/build -ilibraries/filepath/dist-install/build/./autogen -Ilibraries/filepath/dist-install/build/./autogen -Ilibraries/filepath/.    -optP-include -optPlibraries/filepath/dist-install/build/./autogen/cabal_macros.h -package-id base-4.10.0.0 -Wall -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/filepath/dist-install/build -hidir libraries/filepath/dist-install/build -stubdir libraries/filepath/dist-install/build -dep-makefile libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/filepath/./System/FilePath.hs  libraries/filepath/./System/FilePath/Posix.hs  libraries/filepath/./System/FilePath/Windows.hs
echo "libraries/filepath_dist-install_depfile_haskell_EXISTS = YES" >> libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/filepath/dist-install/build/System/ libraries/filepath/dist-install/build/System/FilePath/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/filepath/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/DarwinUtils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/PrelIOUtils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/SetEnv.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/WCsubst.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/Win32Utils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/consUtils.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/iconv.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/inputReady.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/md5.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/primFloat.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -DOPTIMISE_INTEGER_GCD_LCM  -I'/usr/local/include' -I'/home/asteen/devl/ghc/libraries/integer-gmp/include' -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/base/cbits/sysconf.c -MF libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/base/cbits/|" -e "1s|libraries/base/|libraries/base/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true
"rm" -f libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/base_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/base/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/base/dist-install/build/.depend-v-p-dyn.c_asm
"inplace/bin/mkdirhier" libraries/base/dist-install/build/GHC/ExecutionStack//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./GHC/ExecutionStack/Internal.hsc -o libraries/base/dist-install/build/GHC/ExecutionStack/Internal.hs
"inplace/bin/mkdirhier" libraries/base/dist-install/build/GHC/IO/Handle//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./GHC/IO/Handle/Lock.hsc -o libraries/base/dist-install/build/GHC/IO/Handle/Lock.hs
"inplace/bin/mkdirhier" libraries/base/dist-install/build/GHC/RTS//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./GHC/RTS/Flags.hsc -o libraries/base/dist-install/build/GHC/RTS/Flags.hs
"inplace/bin/mkdirhier" libraries/base/dist-install/build/GHC/Stack//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./GHC/Stack/CCS.hsc -o libraries/base/dist-install/build/GHC/Stack/CCS.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./GHC/Stats.hsc -o libraries/base/dist-install/build/GHC/Stats.hs
"inplace/bin/mkdirhier" libraries/base/dist-install/build/System//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./System/CPUTime.hsc -o libraries/base/dist-install/build/System/CPUTime.hs
"inplace/bin/mkdirhier" libraries/base/dist-install/build/System/Environment//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./System/Environment/ExecutablePath.hsc -o libraries/base/dist-install/build/System/Environment/ExecutablePath.hs
"inplace/bin/mkdirhier" libraries/base/dist-install/build/GHC/Event//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./GHC/Event/Clock.hsc -o libraries/base/dist-install/build/GHC/Event/Clock.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./GHC/Event/EPoll.hsc -o libraries/base/dist-install/build/GHC/Event/EPoll.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./GHC/Event/KQueue.hsc -o libraries/base/dist-install/build/GHC/Event/KQueue.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./GHC/Event/Poll.hsc -o libraries/base/dist-install/build/GHC/Event/Poll.hs
"inplace/bin/mkdirhier" libraries/base/dist-install/build/System/CPUTime/Posix//.
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./System/CPUTime/Posix/ClockGetTime.hsc -o libraries/base/dist-install/build/System/CPUTime/Posix/ClockGetTime.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./System/CPUTime/Posix/Times.hsc -o libraries/base/dist-install/build/System/CPUTime/Posix/Times.hs
"inplace/bin/hsc2hs" '--cc=gcc' '--ld=gcc'  --cross-safe -I/usr/local/include --cflag=-Wall --cflag=-std=gnu99 --cflag=-fno-stack-protector --cflag=-std=gnu99 --lflag=-Wl,-z,wxneeded --cflag=-Dx86_64_HOST_ARCH --cflag=-Dopenbsd_HOST_OS --cflag=-D__GLASGOW_HASKELL__=803 '--cflag=-std=gnu99' '--cflag=-fno-stack-protector' '--cflag=-Wall' '--cflag=-Ilibraries/base/dist-install/build/./autogen' '--cflag=-Ilibraries/base/include' '--cflag=-I/usr/local/include' '--cflag=-DOPTIMISE_INTEGER_GCD_LCM' '--cflag=-I/usr/local/include' '--cflag=-I/home/asteen/devl/ghc/libraries/integer-gmp/include' '--cflag=-I/home/asteen/devl/ghc/rts/dist/build' '--cflag=-I/home/asteen/devl/ghc/includes' '--cflag=-I/home/asteen/devl/ghc/includes/dist-derivedconstants/header' '--cflag=-I/usr/local/include'  --cflag=-Ilibraries/base/dist-install/build/./autogen --cflag=-include --cflag=libraries/base/dist-install/build/./autogen/cabal_macros.h   libraries/base/./System/CPUTime/Posix/RUsage.hsc -o libraries/base/dist-install/build/System/CPUTime/Posix/RUsage.hs
"cp" libraries/base/./GHC/Stack/CCS.hs-boot libraries/base/dist-install/build/GHC/Stack/CCS.hs-boot
"rm" -f libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id base-4.10.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/./autogen -Ilibraries/base/dist-install/build/./autogen -Ilibraries/base/include -I/usr/local/include  -optP-DOPTIMISE_INTEGER_GCD_LCM -optP-include -optPlibraries/base/dist-install/build/./autogen/cabal_macros.h -package-id rts -package-id ghc-prim-0.5.0.0 -package-id integer-gmp-1.0.0.1 -this-unit-id base -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-trustworthy-safe -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/base/dist-install/build -hidir libraries/base/dist-install/build -stubdir libraries/base/dist-install/build -dep-makefile libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/base/./Control/Applicative.hs  libraries/base/./Control/Arrow.hs  libraries/base/./Control/Category.hs  libraries/base/./Control/Concurrent.hs  libraries/base/./Control/Concurrent/Chan.hs  libraries/base/./Control/Concurrent/MVar.hs  libraries/base/./Control/Concurrent/QSem.hs  libraries/base/./Control/Concurrent/QSemN.hs  libraries/base/./Control/Exception.hs  libraries/base/./Control/Exception/Base.hs  libraries/base/./Control/Monad.hs  libraries/base/./Control/Monad/Fail.hs  libraries/base/./Control/Monad/Fix.hs  libraries/base/./Control/Monad/Instances.hs  libraries/base/./Control/Monad/IO/Class.hs  libraries/base/./Control/Monad/ST.hs  libraries/base/./Control/Monad/ST/Lazy.hs  libraries/base/./Control/Monad/ST/Lazy/Safe.hs  libraries/base/./Control/Monad/ST/Lazy/Unsafe.hs  libraries/base/./Control/Monad/ST/Safe.hs  libraries/base/./Control/Monad/ST/Strict.hs  libraries/base/./Control/Monad/ST/Unsafe.hs  libraries/base/./Control/Monad/Zip.hs  libraries/base/./Data/Bifoldable.hs  libraries/base/./Data/Bifunctor.hs  libraries/base/./Data/Bitraversable.hs  libraries/base/./Data/Bits.hs  libraries/base/./Data/Bool.hs  libraries/base/./Data/Char.hs  libraries/base/./Data/Coerce.hs  libraries/base/./Data/Complex.hs  libraries/base/./Data/Data.hs  libraries/base/./Data/Dynamic.hs  libraries/base/./Data/Either.hs  libraries/base/./Data/Eq.hs  libraries/base/./Data/Fixed.hs  libraries/base/./Data/Foldable.hs  libraries/base/./Data/Function.hs  libraries/base/./Data/Functor.hs  libraries/base/./Data/Functor/Classes.hs  libraries/base/./Data/Functor/Compose.hs  libraries/base/./Data/Functor/Const.hs  libraries/base/./Data/Functor/Identity.hs  libraries/base/./Data/Functor/Product.hs  libraries/base/./Data/Functor/Sum.hs  libraries/base/./Data/IORef.hs  libraries/base/./Data/Int.hs  libraries/base/./Data/Ix.hs  libraries/base/./Data/Kind.hs  libraries/base/./Data/List.hs  libraries/base/./Data/List/NonEmpty.hs  libraries/base/./Data/Maybe.hs  libraries/base/./Data/Monoid.hs  libraries/base/./Data/Ord.hs  libraries/base/./Data/Proxy.hs  libraries/base/./Data/Ratio.hs  libraries/base/./Data/Semigroup.hs  libraries/base/./Data/STRef.hs  libraries/base/./Data/STRef/Lazy.hs  libraries/base/./Data/STRef/Strict.hs  libraries/base/./Data/String.hs  libraries/base/./Data/Traversable.hs  libraries/base/./Data/Tuple.hs  libraries/base/./Data/Type/Bool.hs  libraries/base/./Data/Type/Coercion.hs  libraries/base/./Data/Type/Equality.hs  libraries/base/./Data/Typeable.hs  libraries/base/./Data/Unique.hs  libraries/base/./Data/Version.hs  libraries/base/./Data/Void.hs  libraries/base/./Data/Word.hs  libraries/base/./Debug/Trace.hs  libraries/base/./Foreign.hs  libraries/base/./Foreign/C.hs  libraries/base/./Foreign/C/Error.hs  libraries/base/./Foreign/C/String.hs  libraries/base/./Foreign/C/Types.hs  libraries/base/./Foreign/Concurrent.hs  libraries/base/./Foreign/ForeignPtr.hs  libraries/base/./Foreign/ForeignPtr/Safe.hs  libraries/base/./Foreign/ForeignPtr/Unsafe.hs  libraries/base/./Foreign/Marshal.hs  libraries/base/./Foreign/Marshal/Alloc.hs  libraries/base/./Foreign/Marshal/Array.hs  libraries/base/./Foreign/Marshal/Error.hs  libraries/base/./Foreign/Marshal/Pool.hs  libraries/base/./Foreign/Marshal/Safe.hs  libraries/base/./Foreign/Marshal/Unsafe.hs  libraries/base/./Foreign/Marshal/Utils.hs  libraries/base/./Foreign/Ptr.hs  libraries/base/./Foreign/Safe.hs  libraries/base/./Foreign/StablePtr.hs  libraries/base/./Foreign/Storable.hs  libraries/base/./GHC/Arr.hs  libraries/base/./GHC/Base.hs  libraries/base/./GHC/Char.hs  libraries/base/./GHC/Conc.hs  libraries/base/./GHC/Conc/IO.hs  libraries/base/./GHC/Conc/Signal.hs  libraries/base/./GHC/Conc/Sync.hs  libraries/base/./GHC/ConsoleHandler.hs  libraries/base/./GHC/Constants.hs  libraries/base/./GHC/Desugar.hs  libraries/base/./GHC/Enum.hs  libraries/base/./GHC/Environment.hs  libraries/base/./GHC/Err.hs  libraries/base/./GHC/Exception.hs  libraries/base/./GHC/ExecutionStack.hs  libraries/base/dist-install/build/GHC/ExecutionStack/Internal.hs  libraries/base/./GHC/Exts.hs  libraries/base/./GHC/Fingerprint.hs  libraries/base/./GHC/Fingerprint/Type.hs  libraries/base/./GHC/Float.hs  libraries/base/./GHC/Float/ConversionUtils.hs  libraries/base/./GHC/Float/RealFracMethods.hs  libraries/base/./GHC/Foreign.hs  libraries/base/./GHC/ForeignPtr.hs  libraries/base/./GHC/GHCi.hs  libraries/base/./GHC/Generics.hs  libraries/base/./GHC/IO.hs  libraries/base/./GHC/IO/Buffer.hs  libraries/base/./GHC/IO/BufferedIO.hs  libraries/base/./GHC/IO/Device.hs  libraries/base/./GHC/IO/Encoding.hs  libraries/base/./GHC/IO/Encoding/CodePage.hs  libraries/base/./GHC/IO/Encoding/Failure.hs  libraries/base/./GHC/IO/Encoding/Iconv.hs  libraries/base/./GHC/IO/Encoding/Latin1.hs  libraries/base/./GHC/IO/Encoding/Types.hs  libraries/base/./GHC/IO/Encoding/UTF16.hs  libraries/base/./GHC/IO/Encoding/UTF32.hs  libraries/base/./GHC/IO/Encoding/UTF8.hs  libraries/base/./GHC/IO/Exception.hs  libraries/base/./GHC/IO/FD.hs  libraries/base/./GHC/IO/Handle.hs  libraries/base/./GHC/IO/Handle/FD.hs  libraries/base/./GHC/IO/Handle/Internals.hs  libraries/base/dist-install/build/GHC/IO/Handle/Lock.hs  libraries/base/./GHC/IO/Handle/Text.hs  libraries/base/./GHC/IO/Handle/Types.hs  libraries/base/./GHC/IO/IOMode.hs  libraries/base/./GHC/IO/Unsafe.hs  libraries/base/./GHC/IOArray.hs  libraries/base/./GHC/IORef.hs  libraries/base/./GHC/Int.hs  libraries/base/./GHC/List.hs  libraries/base/./GHC/MVar.hs  libraries/base/./GHC/Natural.hs  libraries/base/./GHC/Num.hs  libraries/base/./GHC/OldList.hs  libraries/base/./GHC/OverloadedLabels.hs  libraries/base/./GHC/PArr.hs  libraries/base/./GHC/Pack.hs  libraries/base/./GHC/Profiling.hs  libraries/base/./GHC/Ptr.hs  libraries/base/./GHC/Read.hs  libraries/base/./GHC/Real.hs  libraries/base/./GHC/Records.hs  libraries/base/dist-install/build/GHC/RTS/Flags.hs  libraries/base/./GHC/ST.hs  libraries/base/./GHC/StaticPtr.hs  libraries/base/./GHC/STRef.hs  libraries/base/./GHC/Show.hs  libraries/base/./GHC/Stable.hs  libraries/base/./GHC/Stack.hs  libraries/base/dist-install/build/GHC/Stack/CCS.hs  libraries/base/./GHC/Stack/Types.hs  libraries/base/dist-install/build/GHC/Stats.hs  libraries/base/./GHC/Storable.hs  libraries/base/./GHC/TopHandler.hs  libraries/base/./GHC/TypeLits.hs  libraries/base/./GHC/TypeNats.hs  libraries/base/./GHC/Unicode.hs  libraries/base/./GHC/Weak.hs  libraries/base/./GHC/Word.hs  libraries/base/./Numeric.hs  libraries/base/./Numeric/Natural.hs  libraries/base/./Prelude.hs  libraries/base/dist-install/build/System/CPUTime.hs  libraries/base/./System/Console/GetOpt.hs  libraries/base/./System/Environment.hs  libraries/base/./System/Exit.hs  libraries/base/./System/IO.hs  libraries/base/./System/IO/Error.hs  libraries/base/./System/IO/Unsafe.hs  libraries/base/./System/Info.hs  libraries/base/./System/Mem.hs  libraries/base/./System/Mem/StableName.hs  libraries/base/./System/Mem/Weak.hs  libraries/base/./System/Posix/Internals.hs  libraries/base/./System/Posix/Types.hs  libraries/base/./System/Timeout.hs  libraries/base/./Text/ParserCombinators/ReadP.hs  libraries/base/./Text/ParserCombinators/ReadPrec.hs  libraries/base/./Text/Printf.hs  libraries/base/./Text/Read.hs  libraries/base/./Text/Read/Lex.hs  libraries/base/./Text/Show.hs  libraries/base/./Text/Show/Functions.hs  libraries/base/./Type/Reflection.hs  libraries/base/./Type/Reflection/Unsafe.hs  libraries/base/./Unsafe/Coerce.hs  libraries/base/./GHC/Event.hs  libraries/base/./Control/Monad/ST/Imp.hs  libraries/base/./Control/Monad/ST/Lazy/Imp.hs  libraries/base/./Data/Functor/Utils.hs  libraries/base/./Data/OldList.hs  libraries/base/./Data/Typeable/Internal.hs  libraries/base/./Foreign/ForeignPtr/Imp.hs  libraries/base/./GHC/StaticPtr/Internal.hs  libraries/base/dist-install/build/System/Environment/ExecutablePath.hs  libraries/base/./System/CPUTime/Utils.hs  libraries/base/./GHC/Event/Arr.hs  libraries/base/./GHC/Event/Array.hs  libraries/base/dist-install/build/GHC/Event/Clock.hs  libraries/base/./GHC/Event/Control.hs  libraries/base/dist-install/build/GHC/Event/EPoll.hs  libraries/base/./GHC/Event/IntTable.hs  libraries/base/./GHC/Event/Internal.hs  libraries/base/dist-install/build/GHC/Event/KQueue.hs  libraries/base/./GHC/Event/Manager.hs  libraries/base/./GHC/Event/PSQ.hs  libraries/base/dist-install/build/GHC/Event/Poll.hs  libraries/base/./GHC/Event/Thread.hs  libraries/base/./GHC/Event/TimerManager.hs  libraries/base/./GHC/Event/Unique.hs  libraries/base/dist-install/build/System/CPUTime/Posix/ClockGetTime.hs  libraries/base/dist-install/build/System/CPUTime/Posix/Times.hs  libraries/base/dist-install/build/System/CPUTime/Posix/RUsage.hs  libraries/base/./System/CPUTime/Unsupported.hs
echo "libraries/base_dist-install_depfile_haskell_EXISTS = YES" >> libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/base/dist-install/build/./ libraries/base/dist-install/build/Control/ libraries/base/dist-install/build/Control/Concurrent/ libraries/base/dist-install/build/Control/Exception/ libraries/base/dist-install/build/Control/Monad/ libraries/base/dist-install/build/Control/Monad/IO/ libraries/base/dist-install/build/Control/Monad/ST/ libraries/base/dist-install/build/Control/Monad/ST/Lazy/ libraries/base/dist-install/build/Data/ libraries/base/dist-install/build/Data/Functor/ libraries/base/dist-install/build/Data/List/ libraries/base/dist-install/build/Data/STRef/ libraries/base/dist-install/build/Data/Type/ libraries/base/dist-install/build/Data/Typeable/ libraries/base/dist-install/build/Debug/ libraries/base/dist-install/build/Foreign/ libraries/base/dist-install/build/Foreign/C/ libraries/base/dist-install/build/Foreign/ForeignPtr/ libraries/base/dist-install/build/Foreign/Marshal/ libraries/base/dist-install/build/GHC/ libraries/base/dist-install/build/GHC/Conc/ libraries/base/dist-install/build/GHC/Event/ libraries/base/dist-install/build/GHC/ExecutionStack/ libraries/base/dist-install/build/GHC/Fingerprint/ libraries/base/dist-install/build/GHC/Float/ libraries/base/dist-install/build/GHC/IO/ libraries/base/dist-install/build/GHC/IO/Encoding/ libraries/base/dist-install/build/GHC/IO/Handle/ libraries/base/dist-install/build/GHC/RTS/ libraries/base/dist-install/build/GHC/Stack/ libraries/base/dist-install/build/GHC/StaticPtr/ libraries/base/dist-install/build/Numeric/ libraries/base/dist-install/build/System/ libraries/base/dist-install/build/System/CPUTime/ libraries/base/dist-install/build/System/CPUTime/Posix/ libraries/base/dist-install/build/System/Console/ libraries/base/dist-install/build/System/Environment/ libraries/base/dist-install/build/System/IO/ libraries/base/dist-install/build/System/Mem/ libraries/base/dist-install/build/System/Posix/ libraries/base/dist-install/build/Text/ libraries/base/dist-install/build/Text/ParserCombinators/ libraries/base/dist-install/build/Text/Read/ libraries/base/dist-install/build/Text/Show/ libraries/base/dist-install/build/Type/ libraries/base/dist-install/build/Type/Reflection/ libraries/base/dist-install/build/Unsafe/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/base/dist-install/build/.depend-v-p-dyn.haskell
cp libraries/integer-gmp/gmp/ghc-gmp.h libraries/integer-gmp/include/ghc-gmp.h
"rm" -f libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/integer-gmp/dist-install/build/./autogen -Ilibraries/integer-gmp/include -I/usr/local/include -std=c99 -Wall   -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'     -I/usr/local/include -L/usr/local/lib  -ffunction-sections -fdata-sections  -MM -x c libraries/integer-gmp/cbits/wrappers.c -MF libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/integer-gmp/cbits/|" -e "1s|libraries/integer-gmp/|libraries/integer-gmp/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/integer-gmp/cbits/|" -e "1s|libraries/integer-gmp/|libraries/integer-gmp/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/integer-gmp/cbits/|" -e "1s|libraries/integer-gmp/|libraries/integer-gmp/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true
"rm" -f libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/integer-gmp_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.c_asm
"rm" -f libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id integer-gmp-1.0.0.1 -hide-all-packages -i -ilibraries/integer-gmp/src/ -ilibraries/integer-gmp/dist-install/build -Ilibraries/integer-gmp/dist-install/build -ilibraries/integer-gmp/dist-install/build/./autogen -Ilibraries/integer-gmp/dist-install/build/./autogen -Ilibraries/integer-gmp/include -I/usr/local/include   -optP-include -optPlibraries/integer-gmp/dist-install/build/./autogen/cabal_macros.h -package-id ghc-prim-0.5.0.0 -this-unit-id integer-gmp -Wall -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/integer-gmp/dist-install/build -hidir libraries/integer-gmp/dist-install/build -stubdir libraries/integer-gmp/dist-install/build -dep-makefile libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/integer-gmp/src//GHC/Integer.hs  libraries/integer-gmp/src//GHC/Integer/Logarithms.hs  libraries/integer-gmp/src//GHC/Integer/Logarithms/Internals.hs  libraries/integer-gmp/src//GHC/Integer/GMP/Internals.hs  libraries/integer-gmp/src//GHC/Integer/Type.hs
echo "libraries/integer-gmp_dist-install_depfile_haskell_EXISTS = YES" >> libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/integer-gmp/dist-install/build/GHC/ libraries/integer-gmp/dist-install/build/GHC/Integer/ libraries/integer-gmp/dist-install/build/GHC/Integer/GMP/ libraries/integer-gmp/dist-install/build/GHC/Integer/Logarithms/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/integer-gmp/dist-install/build/.depend-v-p-dyn.haskell
"rm" -f libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/ghc-prim/dist-install/build/./autogen -Ilibraries/ghc-prim/.     -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/ghc-prim/cbits/atomic.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/ghc-prim/dist-install/build/./autogen -Ilibraries/ghc-prim/.     -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/ghc-prim/cbits/bswap.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/ghc-prim/dist-install/build/./autogen -Ilibraries/ghc-prim/.     -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/ghc-prim/cbits/clz.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/ghc-prim/dist-install/build/./autogen -Ilibraries/ghc-prim/.     -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/ghc-prim/cbits/ctz.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/ghc-prim/dist-install/build/./autogen -Ilibraries/ghc-prim/.     -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/ghc-prim/cbits/debug.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/ghc-prim/dist-install/build/./autogen -Ilibraries/ghc-prim/.     -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/ghc-prim/cbits/longlong.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/ghc-prim/dist-install/build/./autogen -Ilibraries/ghc-prim/.     -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/ghc-prim/cbits/popcnt.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true  
gcc -E    -std=gnu99 -fno-stack-protector -Wall   -Ilibraries/ghc-prim/dist-install/build/./autogen -Ilibraries/ghc-prim/.     -I'/home/asteen/devl/ghc/rts/dist/build' -I'/home/asteen/devl/ghc/includes' -I'/home/asteen/devl/ghc/includes/dist-derivedconstants/header' -I'/usr/local/include'       -ffunction-sections -fdata-sections  -MM -x c libraries/ghc-prim/cbits/word2float.c -MF libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|libraries/ghc-prim/cbits/|" -e "1s|libraries/ghc-prim/|libraries/ghc-prim/dist-install/build/|" -e "1s|dist-install/build/dist-install/build|dist-install/build|g" -e "s|^/home/asteen/devl/ghc/||g" libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp && true
"rm" -f libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.bit  
echo "libraries/ghc-prim_dist-install_depfile_c_asm_EXISTS = YES" >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp
mv libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm.tmp libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.c_asm
"inplace/bin/mkdirhier" libraries/ghc-prim/dist-install/build/GHC//.
"inplace/bin/genprimopcode" --make-haskell-wrappers < compiler/stage1/build/primops.txt >libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs
"rm" -f libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp  
"inplace/bin/ghc-stage1" -M -static  -H32m -O -Wall      -this-unit-id ghc-prim-0.5.0.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/./autogen -Ilibraries/ghc-prim/dist-install/build/./autogen -Ilibraries/ghc-prim/.    -optP-include -optPlibraries/ghc-prim/dist-install/build/./autogen/cabal_macros.h -package-id rts -this-unit-id ghc-prim -XHaskell2010 -O2  -no-user-package-db -rtsopts -Wno-trustworthy-safe -Wno-deprecated-flags     -Wnoncanonical-monad-instances  -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -dep-makefile libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp -dep-suffix "" -dep-suffix "p_" -dep-suffix "dyn_" -include-pkg-deps   libraries/ghc-prim/./GHC/CString.hs  libraries/ghc-prim/./GHC/Classes.hs  libraries/ghc-prim/./GHC/Debug.hs  libraries/ghc-prim/./GHC/IntWord64.hs  libraries/ghc-prim/./GHC/Magic.hs  libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.hs  libraries/ghc-prim/./GHC/Tuple.hs  libraries/ghc-prim/./GHC/Types.hs
echo "libraries/ghc-prim_dist-install_depfile_haskell_EXISTS = YES" >> libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp
for dir in libraries/ghc-prim/dist-install/build/GHC/; do if test ! -d $dir; then mkdir -p $dir; fi done
grep -v ' : [a-zA-Z]:/' libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp > libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp2
sed -e '/hs$/ p' -e '/hs$/ s/o /hi /g' -e '/hs$/ s/:/ : %hi: %o /' -e '/hs$/ s/^/$(eval $(call hi-rule,/' -e '/hs$/ s/$/))/' -e '/hs-boot$/ p' -e '/hs-boot$/ s/o-boot /hi-boot /g' -e '/hs-boot$/ s/:/ : %hi-boot: %o-boot /' -e '/hs-boot$/ s/^/$(eval $(call hi-rule,/' -e '/hs-boot$/ s/$/))/' libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell.tmp2 > libraries/ghc-prim/dist-install/build/.depend-v-p-dyn.haskell
"inplace/bin/mkdirhier" rts/dist/build//.
"rm" -f rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/STM.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Timer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/ThreadPaused.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/LibdwPool.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Ticky.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/CheckUnload.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/RtsMain.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/ProfilerReport.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/PathUtils.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/RtsSymbols.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/ThreadLabels.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/OldARMAtomic.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/HsFFI.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/RtsDllMain.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/RtsSymbolInfo.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/RaiseAsync.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Proftimer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Schedule.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Hash.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -DProjectVersion=\"8.3.20170324\" -MM -x c rts/Trace.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Sparks.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Weak.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -DProjectVersion=\"8.3.20170324\" -DHostPlatform=\"x86_64-unknown-openbsd\" -DHostArch=\"x86_64\" -DHostOS=\"openbsd\" -DHostVendor=\"unknown\" -DBuildPlatform=\"x86_64-unknown-openbsd\" -DBuildArch=\"x86_64\" -DBuildOS=\"openbsd\" -DBuildVendor=\"unknown\" -DTargetPlatform=\"x86_64-unknown-openbsd\" -DTargetArch=\"x86_64\" -DTargetOS=\"openbsd\" -DTargetVendor=\"unknown\" -DGhcUnregisterised=\"NO\" -DGhcEnableTablesNextToCode=\"YES\" -MM -x c rts/RtsUtils.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/ProfilerReportJson.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Task.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -w -MM -x c rts/StgCRun.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/LdvProfile.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/ClosureFlags.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -w -MM -x c rts/RetainerProfile.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Libdw.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Stats.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -Wno-strict-prototypes -I/usr/local/include -MM -x c rts/Interpreter.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Messages.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Threads.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Capability.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Printer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Globals.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -Wno-strict-prototypes -I/usr/local/include -MM -x c rts/Adjustor.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/RtsAPI.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Inlines.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Linker.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Disassembler.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/WSDeque.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/FileLock.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/StaticPtrTable.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Pool.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/StgPrimFloat.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Profiling.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/RtsStartup.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -Wno-format -MM -x c rts/RetainerSet.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -DProjectVersion=\"8.3.20170324\" -MM -x c rts/RtsMessages.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/RtsFlags.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Stable.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Arena.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Hpc.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/TopHandler.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/ProfHeap.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/hooks/StackOverflow.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/hooks/OnExit.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/hooks/FlagDefaults.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/hooks/MallocFail.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/hooks/OutOfHeap.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/hooks/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/Scav_thr.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -Wno-strict-prototypes -I/usr/local/include -MM -x c rts/sm/Storage.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -funroll-loops -MM -x c rts/sm/Evac.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/Sanity.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/GC.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/MarkWeak.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/Evac_thr.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/BlockAlloc.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/GCUtils.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/Sweep.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/GCAux.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections -Wno-inline -finline-limit=2500 -MM -x c rts/sm/Compact.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/CNF.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/Scav.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/sm/MBlock.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/sm/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/eventlog/EventLog.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/eventlog/EventLogWriter.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/eventlog/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/linker/PEi386.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/linker/LoadArchive.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/linker/SymbolExtras.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/linker/CacheFlush.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/linker/Elf.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/linker/M32Alloc.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/linker/MachO.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/linker/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/posix/GetEnv.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/posix/Select.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/posix/Signals.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/posix/TTY.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/posix/Itimer.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/posix/OSThreads.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/posix/GetTime.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/posix/OSMem.c -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/posix/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Updates.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/PrimOps.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Compact.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/StgStdThunks.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Exception.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/Apply.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/StgMiscClosures.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/HeapStackCheck.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true  
gcc -E  -DPROFILING -DTHREADED_RTS -DDEBUG  -std=gnu99 -fno-stack-protector -Wall  -Wall -Wextra -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -Wpointer-arith -Wmissing-noreturn -Wnested-externs -Wredundant-decls  -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -fno-strict-aliasing -fno-common -Irts/dist/build/./autogen        -O2 -fomit-frame-pointer -g -DRtsWay=\"rts_v\"    -ffunction-sections -fdata-sections  -MM -x c rts/StgStartup.cmm -MF rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit
sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_p_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_debug_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.thr_l_dyn_o|" -e "1s|^|rts/|" -e "1s|rts/|rts/dist/build/|" -e "1s|dist/build/dist/build|dist/build|g" -e "s|^/home/asteen/devl/ghc/||g" rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp && true
"rm" -f rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.bit  
echo "rts_dist_depfile_c_asm_EXISTS = YES" >> rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp
mv rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm.tmp rts/dist/build/.depend-v-p-dyn-l-debug-thr-thr_debug-thr_l-thr_p-debug_dyn-thr_dyn-thr_debug_dyn-l_dyn-thr_l_dyn.c_asm
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/AreaBelow.c -o utils/hp2ps/dist/build/AreaBelow.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Curves.c -o utils/hp2ps/dist/build/Curves.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Error.c -o utils/hp2ps/dist/build/Error.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Main.c -o utils/hp2ps/dist/build/Main.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Reorder.c -o utils/hp2ps/dist/build/Reorder.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/TopTwenty.c -o utils/hp2ps/dist/build/TopTwenty.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/AuxFile.c -o utils/hp2ps/dist/build/AuxFile.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Deviation.c -o utils/hp2ps/dist/build/Deviation.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/HpFile.c -o utils/hp2ps/dist/build/HpFile.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Marks.c -o utils/hp2ps/dist/build/Marks.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Scale.c -o utils/hp2ps/dist/build/Scale.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/TraceElement.c -o utils/hp2ps/dist/build/TraceElement.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Axes.c -o utils/hp2ps/dist/build/Axes.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Dimensions.c -o utils/hp2ps/dist/build/Dimensions.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Key.c -o utils/hp2ps/dist/build/Key.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/PsFile.c -o utils/hp2ps/dist/build/PsFile.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Shade.c -o utils/hp2ps/dist/build/Shade.o
"/usr/local/bin/ghc" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Iutils/hp2ps/dist/build/hp2ps/autogen -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -c utils/hp2ps/Utilities.c -o utils/hp2ps/dist/build/Utilities.o
"inplace/bin/mkdirhier" utils/hp2ps/dist/build/tmp//.
"/usr/local/bin/ghc" -o utils/hp2ps/dist/build/tmp/hp2ps -hisuf hi -osuf  o -hcsuf hc -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -odir utils/hp2ps/dist/build -hidir utils/hp2ps/dist/build -stubdir utils/hp2ps/dist/build    -optl-optl-Wl,-z -optl-optl-Wl,wxneeded -static  -H32m -O -Wall   -package-db libraries/bootstrapping.conf   -i -iutils/hp2ps/. -iutils/hp2ps/dist/build -Iutils/hp2ps/dist/build -iutils/hp2ps/dist/build/hp2ps/autogen -Iutils/hp2ps/dist/build/hp2ps/autogen         -no-user-package-db -rtsopts       -no-auto-link-packages -no-hs-main  utils/hp2ps/dist/build/AreaBelow.o utils/hp2ps/dist/build/Curves.o utils/hp2ps/dist/build/Error.o utils/hp2ps/dist/build/Main.o utils/hp2ps/dist/build/Reorder.o utils/hp2ps/dist/build/TopTwenty.o utils/hp2ps/dist/build/AuxFile.o utils/hp2ps/dist/build/Deviation.o utils/hp2ps/dist/build/HpFile.o utils/hp2ps/dist/build/Marks.o utils/hp2ps/dist/build/Scale.o utils/hp2ps/dist/build/TraceElement.o utils/hp2ps/dist/build/Axes.o utils/hp2ps/dist/build/Dimensions.o utils/hp2ps/dist/build/Key.o utils/hp2ps/dist/build/PsFile.o utils/hp2ps/dist/build/Shade.o utils/hp2ps/dist/build/Utilities.o   -lm
Warning: -rtsopts and -with-rtsopts have no effect with -no-hs-main.
    Call hs_init_ghc() from your main() function to set these options.
utils/hp2ps/dist/build/Utilities.o: In function `copystring2':
Utilities.c:(.text+0xdd): warning: warning: strcpy() is almost always misused, please use strlcpy()
Utilities.c:(.text+0xe8): warning: warning: strcat() is almost always misused, please use strlcat()
/usr/bin/install -c -m 755 utils/hp2ps/dist/build/tmp/hp2ps inplace/lib/bin/hp2ps
"rm" -f                                                     inplace/bin/hp2ps  
echo '#!/bin/sh'                                                   >> inplace/bin/hp2ps
echo 'executablename="/home/asteen/devl/ghc/inplace/lib/bin/hp2ps"'                                  >> inplace/bin/hp2ps
echo 'datadir="/home/asteen/devl/ghc/inplace/lib"'                             >> inplace/bin/hp2ps
echo 'bindir="/home/asteen/devl/ghc/inplace/bin"'                              >> inplace/bin/hp2ps
echo 'topdir="/home/asteen/devl/ghc/inplace/lib"'                           >> inplace/bin/hp2ps
echo 'pgmgcc="gcc"'                                               >> inplace/bin/hp2ps
echo 'export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"' >> inplace/bin/hp2ps
echo 'exec "$executablename" ${1+"$@"}'                     >> inplace/bin/hp2ps
chmod +x                                                     inplace/bin/hp2ps
cp driver/ghc-usage.txt inplace/lib/ghc-usage.txt
cp driver/ghci-usage.txt inplace/lib/ghci-usage.txt
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/STM.c -o rts/dist/build/STM.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Timer.c -o rts/dist/build/Timer.o
In file included from rts/posix/Signals.h:13,
                 from rts/RtsSignals.h:14,

                 from rts/Timer.c:26:0: error: 

/usr/include/signal.h:72:0: error:
     warning: redundant redeclaration of '__errno'
   |
72 | extern int *__errno(void);
   | ^

/usr/include/errno.h:54:0: error:
     warning: previous declaration of '__errno' was here
   |
54 | int *__errno(void);
   | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/ThreadPaused.c -o rts/dist/build/ThreadPaused.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/LibdwPool.c -o rts/dist/build/LibdwPool.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Ticky.c -o rts/dist/build/Ticky.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/CheckUnload.c -o rts/dist/build/CheckUnload.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RtsMain.c -o rts/dist/build/RtsMain.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/ProfilerReport.c -o rts/dist/build/ProfilerReport.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/PathUtils.c -o rts/dist/build/PathUtils.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RtsSymbols.c -o rts/dist/build/RtsSymbols.o
In file included from rts/posix/Signals.h:13,

                 from rts/RtsSymbols.c:20:0: error: 

/usr/include/signal.h:72:0: error:
     warning: redundant redeclaration of '__errno'
   |
72 | extern int *__errno(void);
   | ^

/usr/include/errno.h:54:0: error:
     warning: previous declaration of '__errno' was here
   |
54 | int *__errno(void);
   | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/ThreadLabels.c -o rts/dist/build/ThreadLabels.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/OldARMAtomic.c -o rts/dist/build/OldARMAtomic.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/HsFFI.c -o rts/dist/build/HsFFI.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RtsDllMain.c -o rts/dist/build/RtsDllMain.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RtsSymbolInfo.c -o rts/dist/build/RtsSymbolInfo.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RaiseAsync.c -o rts/dist/build/RaiseAsync.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Proftimer.c -o rts/dist/build/Proftimer.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Schedule.c -o rts/dist/build/Schedule.o
In file included from rts/posix/Signals.h:13,
                 from rts/RtsSignals.h:14,

                 from rts/Schedule.c:19:0: error: 

/usr/include/signal.h:72:0: error:
     warning: redundant redeclaration of '__errno'
   |
72 | extern int *__errno(void);
   | ^

/usr/include/errno.h:54:0: error:
     warning: previous declaration of '__errno' was here
   |
54 | int *__errno(void);
   | ^

In file included from rts/Schedule.c:51:0: error: 

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Hash.c -o rts/dist/build/Hash.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-DProjectVersion=\"8.3.20170324\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Trace.c -o rts/dist/build/Trace.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Sparks.c -o rts/dist/build/Sparks.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Weak.c -o rts/dist/build/Weak.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-DProjectVersion=\"8.3.20170324\" -optc-DHostPlatform=\"x86_64-unknown-openbsd\" -optc-DHostArch=\"x86_64\" -optc-DHostOS=\"openbsd\" -optc-DHostVendor=\"unknown\" -optc-DBuildPlatform=\"x86_64-unknown-openbsd\" -optc-DBuildArch=\"x86_64\" -optc-DBuildOS=\"openbsd\" -optc-DBuildVendor=\"unknown\" -optc-DTargetPlatform=\"x86_64-unknown-openbsd\" -optc-DTargetArch=\"x86_64\" -optc-DTargetOS=\"openbsd\" -optc-DTargetVendor=\"unknown\" -optc-DGhcUnregisterised=\"NO\" -optc-DGhcEnableTablesNextToCode=\"YES\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RtsUtils.c -o rts/dist/build/RtsUtils.o

In file included from rts/RtsUtils.c:43:0: error: 

/usr/include/signal.h:72:0: error:
     warning: redundant redeclaration of '__errno'
   |
72 | extern int *__errno(void);
   | ^

/usr/include/errno.h:54:0: error:
     warning: previous declaration of '__errno' was here
   |
54 | int *__errno(void);
   | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/ProfilerReportJson.c -o rts/dist/build/ProfilerReportJson.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Task.c -o rts/dist/build/Task.o

In file included from rts/Task.c:23:0: error: 

/usr/include/signal.h:72:0: error:
     warning: redundant redeclaration of '__errno'
   |
72 | extern int *__errno(void);
   | ^

/usr/include/errno.h:54:0: error:
     warning: previous declaration of '__errno' was here
   |
54 | int *__errno(void);
   | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-w -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/StgCRun.c -o rts/dist/build/StgCRun.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/LdvProfile.c -o rts/dist/build/LdvProfile.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/ClosureFlags.c -o rts/dist/build/ClosureFlags.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-w -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RetainerProfile.c -o rts/dist/build/RetainerProfile.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Libdw.c -o rts/dist/build/Libdw.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Stats.c -o rts/dist/build/Stats.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-Wno-strict-prototypes -optc-I/usr/local/include -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Interpreter.c -o rts/dist/build/Interpreter.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Messages.c -o rts/dist/build/Messages.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Threads.c -o rts/dist/build/Threads.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Capability.c -o rts/dist/build/Capability.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Printer.c -o rts/dist/build/Printer.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Globals.c -o rts/dist/build/Globals.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-Wno-strict-prototypes -optc-I/usr/local/include -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Adjustor.c -o rts/dist/build/Adjustor.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RtsAPI.c -o rts/dist/build/RtsAPI.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Inlines.c -o rts/dist/build/Inlines.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Linker.c -o rts/dist/build/Linker.o
In file included from rts/linker/M32Alloc.h:14,

                 from rts/Linker.c:30:0: error: 

/usr/include/sys/mman.h:144:0: error:
     warning: redundant redeclaration of 'mmap'
    |
144 | void *	mmap(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:144:0: error:
     warning: previous declaration of 'mmap' was here
    |
144 | void *	mmap(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:145:0: error:
     warning: redundant redeclaration of 'mprotect'
    |
145 | int	mprotect(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:145:0: error:
     warning: previous declaration of 'mprotect' was here
    |
145 | int	mprotect(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:146:0: error:
     warning: redundant redeclaration of 'munmap'
    |
146 | int	munmap(void *, size_t);
    | ^

/usr/include/sys/mman.h:146:0: error:
     warning: previous declaration of 'munmap' was here
    |
146 | int	munmap(void *, size_t);
    | ^

/usr/include/sys/mman.h:147:0: error:
     warning: redundant redeclaration of 'msync'
    |
147 | int	msync(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:147:0: error:
     warning: previous declaration of 'msync' was here
    |
147 | int	msync(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:148:0: error:
     warning: redundant redeclaration of 'mlock'
    |
148 | int	mlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:148:0: error:
     warning: previous declaration of 'mlock' was here
    |
148 | int	mlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:149:0: error:
     warning: redundant redeclaration of 'munlock'
    |
149 | int	munlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:149:0: error:
     warning: previous declaration of 'munlock' was here
    |
149 | int	munlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:150:0: error:
     warning: redundant redeclaration of 'mlockall'
    |
150 | int	mlockall(int);
    | ^

/usr/include/sys/mman.h:150:0: error:
     warning: previous declaration of 'mlockall' was here
    |
150 | int	mlockall(int);
    | ^

/usr/include/sys/mman.h:151:0: error:
     warning: redundant redeclaration of 'munlockall'
    |
151 | int	munlockall(void);
    | ^

/usr/include/sys/mman.h:151:0: error:
     warning: previous declaration of 'munlockall' was here
    |
151 | int	munlockall(void);
    | ^

/usr/include/sys/mman.h:153:0: error:
     warning: redundant redeclaration of 'madvise'
    |
153 | int	madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:153:0: error:
     warning: previous declaration of 'madvise' was here
    |
153 | int	madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:154:0: error:
     warning: redundant redeclaration of 'mincore'
    |
154 | int	mincore(void *, size_t, char *);
    | ^

/usr/include/sys/mman.h:154:0: error:
     warning: previous declaration of 'mincore' was here
    |
154 | int	mincore(void *, size_t, char *);
    | ^

/usr/include/sys/mman.h:155:0: error:
     warning: redundant redeclaration of 'minherit'
    |
155 | int	minherit(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:155:0: error:
     warning: previous declaration of 'minherit' was here
    |
155 | int	minherit(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:156:0: error:
     warning: redundant redeclaration of 'mquery'
    |
156 | void *	mquery(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:156:0: error:
     warning: previous declaration of 'mquery' was here
    |
156 | void *	mquery(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:158:0: error:
     warning: redundant redeclaration of 'posix_madvise'
    |
158 | int	posix_madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:158:0: error:
     warning: previous declaration of 'posix_madvise' was here
    |
158 | int	posix_madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:159:0: error:
     warning: redundant redeclaration of 'shm_open'
    |
159 | int	shm_open(const char *, int, __mode_t);
    | ^

/usr/include/sys/mman.h:159:0: error:
     warning: previous declaration of 'shm_open' was here
    |
159 | int	shm_open(const char *, int, __mode_t);
    | ^

/usr/include/sys/mman.h:160:0: error:
     warning: redundant redeclaration of 'shm_unlink'
    |
160 | int	shm_unlink(const char *);
    | ^

/usr/include/sys/mman.h:160:0: error:
     warning: previous declaration of 'shm_unlink' was here
    |
160 | int	shm_unlink(const char *);
    | ^

/usr/include/sys/mman.h:161:0: error:
     warning: redundant redeclaration of 'shm_mkstemp'
    |
161 | int	shm_mkstemp(char *);
    | ^

/usr/include/sys/mman.h:161:0: error:
     warning: previous declaration of 'shm_mkstemp' was here
    |
161 | int	shm_mkstemp(char *);
    | ^
In file included from rts/linker/M32Alloc.h:17,

                 from rts/Linker.c:30:0: error: 

/usr/include/unistd.h:358:0: error:
     warning: redundant redeclaration of 'lseek'
    |
358 | off_t	 lseek(int, off_t, int);
    | ^

/usr/include/sys/types.h:204:0: error:
     warning: previous declaration of 'lseek' was here
    |
204 | off_t	 lseek(int, off_t, int);
    | ^

/usr/include/unistd.h:394:0: error:
     warning: redundant redeclaration of 'ftruncate'
    |
394 | int	 ftruncate(int, off_t);
    | ^

/usr/include/sys/types.h:205:0: error:
     warning: previous declaration of 'ftruncate' was here
    |
205 | int	 ftruncate(int, off_t);
    | ^

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^

/usr/include/unistd.h:413:0: error:
     warning: redundant redeclaration of 'mktemp'
    |
413 | char	*mktemp(char *);
    | ^

/usr/include/stdlib.h:173:0: error:
     warning: previous declaration of 'mktemp' was here
    |
173 | char	*mktemp(char *);
    | ^

/usr/include/unistd.h:419:0: error:
     warning: redundant redeclaration of 'truncate'
    |
419 | int	 truncate(const char *, off_t);
    | ^

/usr/include/sys/types.h:206:0: error:
     warning: previous declaration of 'truncate' was here
    |
206 | int	 truncate(const char *, off_t);
    | ^

/usr/include/unistd.h:494:0: error:
     warning: redundant redeclaration of 'mkdtemp'
    |
494 | char	*mkdtemp(char *);
    | ^

/usr/include/stdlib.h:244:0: error:
     warning: previous declaration of 'mkdtemp' was here
    |
244 | char	*mkdtemp(char *);
    | ^

/usr/include/unistd.h:495:0: error:
     warning: redundant redeclaration of 'mkstemps'
    |
495 | int	 mkstemps(char *, int);
    | ^

/usr/include/stdlib.h:284:0: error:
     warning: previous declaration of 'mkstemps' was here
    |
284 | int	 mkstemps(char *, int);
    | ^
In file included from rts/posix/Signals.h:13,

                 from rts/Linker.c:36:0: error: 

/usr/include/signal.h:72:0: error:
     warning: redundant redeclaration of '__errno'
   |
72 | extern int *__errno(void);
   | ^

/usr/include/errno.h:54:0: error:
     warning: previous declaration of '__errno' was here
   |
54 | int *__errno(void);
   | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Disassembler.c -o rts/dist/build/Disassembler.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/WSDeque.c -o rts/dist/build/WSDeque.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/FileLock.c -o rts/dist/build/FileLock.o

In file included from rts/FileLock.c:17:0: error: 

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/StaticPtrTable.c -o rts/dist/build/StaticPtrTable.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Pool.c -o rts/dist/build/Pool.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/StgPrimFloat.c -o rts/dist/build/StgPrimFloat.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Profiling.c -o rts/dist/build/Profiling.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RtsStartup.c -o rts/dist/build/RtsStartup.o
In file included from rts/posix/Signals.h:13,
                 from rts/RtsSignals.h:14,

                 from rts/RtsStartup.c:21:0: error: 

/usr/include/signal.h:72:0: error:
     warning: redundant redeclaration of '__errno'
   |
72 | extern int *__errno(void);
   | ^

/usr/include/errno.h:54:0: error:
     warning: previous declaration of '__errno' was here
   |
54 | int *__errno(void);
   | ^

In file included from rts/RtsStartup.c:57:0: error: 

/usr/include/unistd.h:358:0: error:
     warning: redundant redeclaration of 'lseek'
    |
358 | off_t	 lseek(int, off_t, int);
    | ^

/usr/include/sys/types.h:204:0: error:
     warning: previous declaration of 'lseek' was here
    |
204 | off_t	 lseek(int, off_t, int);
    | ^

/usr/include/unistd.h:394:0: error:
     warning: redundant redeclaration of 'ftruncate'
    |
394 | int	 ftruncate(int, off_t);
    | ^

/usr/include/sys/types.h:205:0: error:
     warning: previous declaration of 'ftruncate' was here
    |
205 | int	 ftruncate(int, off_t);
    | ^

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^

/usr/include/unistd.h:413:0: error:
     warning: redundant redeclaration of 'mktemp'
    |
413 | char	*mktemp(char *);
    | ^

/usr/include/stdlib.h:173:0: error:
     warning: previous declaration of 'mktemp' was here
    |
173 | char	*mktemp(char *);
    | ^

/usr/include/unistd.h:419:0: error:
     warning: redundant redeclaration of 'truncate'
    |
419 | int	 truncate(const char *, off_t);
    | ^

/usr/include/sys/types.h:206:0: error:
     warning: previous declaration of 'truncate' was here
    |
206 | int	 truncate(const char *, off_t);
    | ^

/usr/include/unistd.h:494:0: error:
     warning: redundant redeclaration of 'mkdtemp'
    |
494 | char	*mkdtemp(char *);
    | ^

/usr/include/stdlib.h:244:0: error:
     warning: previous declaration of 'mkdtemp' was here
    |
244 | char	*mkdtemp(char *);
    | ^

/usr/include/unistd.h:495:0: error:
     warning: redundant redeclaration of 'mkstemps'
    |
495 | int	 mkstemps(char *, int);
    | ^

/usr/include/stdlib.h:284:0: error:
     warning: previous declaration of 'mkstemps' was here
    |
284 | int	 mkstemps(char *, int);
    | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-Wno-format -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RetainerSet.c -o rts/dist/build/RetainerSet.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-DProjectVersion=\"8.3.20170324\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RtsMessages.c -o rts/dist/build/RtsMessages.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/RtsFlags.c -o rts/dist/build/RtsFlags.o

In file included from rts/RtsFlags.c:27:0: error: 

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Stable.c -o rts/dist/build/Stable.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Arena.c -o rts/dist/build/Arena.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/Hpc.c -o rts/dist/build/Hpc.o

In file included from rts/Hpc.c:26:0: error: 

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/TopHandler.c -o rts/dist/build/TopHandler.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/ProfHeap.c -o rts/dist/build/ProfHeap.o
"inplace/bin/mkdirhier" rts/dist/build/hooks//.
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/hooks/StackOverflow.c -o rts/dist/build/hooks/StackOverflow.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/hooks/OnExit.c -o rts/dist/build/hooks/OnExit.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/hooks/FlagDefaults.c -o rts/dist/build/hooks/FlagDefaults.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/hooks/MallocFail.c -o rts/dist/build/hooks/MallocFail.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/hooks/OutOfHeap.c -o rts/dist/build/hooks/OutOfHeap.o
"inplace/bin/mkdirhier" rts/dist/build/sm//.
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/Scav_thr.c -o rts/dist/build/sm/Scav_thr.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-Wno-strict-prototypes -optc-I/usr/local/include -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/Storage.c -o rts/dist/build/sm/Storage.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-funroll-loops -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/Evac.c -o rts/dist/build/sm/Evac.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/Sanity.c -o rts/dist/build/sm/Sanity.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/GC.c -o rts/dist/build/sm/GC.o
In file included from rts/posix/Signals.h:13,
                 from rts/RtsSignals.h:14,

                 from rts/sm/GC.c:42:0: error: 

/usr/include/signal.h:72:0: error:
     warning: redundant redeclaration of '__errno'
   |
72 | extern int *__errno(void);
   | ^

/usr/include/errno.h:54:0: error:
     warning: previous declaration of '__errno' was here
   |
54 | int *__errno(void);
   | ^

In file included from rts/sm/GC.c:53:0: error: 

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/MarkWeak.c -o rts/dist/build/sm/MarkWeak.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2 -optc-funroll-loops   -Wnoncanonical-monad-instances  -c rts/sm/Evac_thr.c -o rts/dist/build/sm/Evac_thr.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/BlockAlloc.c -o rts/dist/build/sm/BlockAlloc.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/GCUtils.c -o rts/dist/build/sm/GCUtils.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/Sweep.c -o rts/dist/build/sm/Sweep.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/GCAux.c -o rts/dist/build/sm/GCAux.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-Wno-inline -optc-finline-limit=2500 -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/Compact.c -o rts/dist/build/sm/Compact.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/CNF.c -o rts/dist/build/sm/CNF.o

In file included from rts/sm/CNF.c:29:0: error: 

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/Scav.c -o rts/dist/build/sm/Scav.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/sm/MBlock.c -o rts/dist/build/sm/MBlock.o
"inplace/bin/mkdirhier" rts/dist/build/eventlog//.
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/eventlog/EventLog.c -o rts/dist/build/eventlog/EventLog.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/eventlog/EventLogWriter.c -o rts/dist/build/eventlog/EventLogWriter.o

In file included from rts/eventlog/EventLogWriter.c:21:0: error: 

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^
"inplace/bin/mkdirhier" rts/dist/build/linker//.
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/linker/PEi386.c -o rts/dist/build/linker/PEi386.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/linker/LoadArchive.c -o rts/dist/build/linker/LoadArchive.o
In file included from rts/linker/M32Alloc.h:14,

                 from rts/linker/LoadArchive.c:11:0: error: 

/usr/include/sys/mman.h:144:0: error:
     warning: redundant redeclaration of 'mmap'
    |
144 | void *	mmap(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:144:0: error:
     warning: previous declaration of 'mmap' was here
    |
144 | void *	mmap(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:145:0: error:
     warning: redundant redeclaration of 'mprotect'
    |
145 | int	mprotect(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:145:0: error:
     warning: previous declaration of 'mprotect' was here
    |
145 | int	mprotect(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:146:0: error:
     warning: redundant redeclaration of 'munmap'
    |
146 | int	munmap(void *, size_t);
    | ^

/usr/include/sys/mman.h:146:0: error:
     warning: previous declaration of 'munmap' was here
    |
146 | int	munmap(void *, size_t);
    | ^

/usr/include/sys/mman.h:147:0: error:
     warning: redundant redeclaration of 'msync'
    |
147 | int	msync(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:147:0: error:
     warning: previous declaration of 'msync' was here
    |
147 | int	msync(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:148:0: error:
     warning: redundant redeclaration of 'mlock'
    |
148 | int	mlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:148:0: error:
     warning: previous declaration of 'mlock' was here
    |
148 | int	mlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:149:0: error:
     warning: redundant redeclaration of 'munlock'
    |
149 | int	munlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:149:0: error:
     warning: previous declaration of 'munlock' was here
    |
149 | int	munlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:150:0: error:
     warning: redundant redeclaration of 'mlockall'
    |
150 | int	mlockall(int);
    | ^

/usr/include/sys/mman.h:150:0: error:
     warning: previous declaration of 'mlockall' was here
    |
150 | int	mlockall(int);
    | ^

/usr/include/sys/mman.h:151:0: error:
     warning: redundant redeclaration of 'munlockall'
    |
151 | int	munlockall(void);
    | ^

/usr/include/sys/mman.h:151:0: error:
     warning: previous declaration of 'munlockall' was here
    |
151 | int	munlockall(void);
    | ^

/usr/include/sys/mman.h:153:0: error:
     warning: redundant redeclaration of 'madvise'
    |
153 | int	madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:153:0: error:
     warning: previous declaration of 'madvise' was here
    |
153 | int	madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:154:0: error:
     warning: redundant redeclaration of 'mincore'
    |
154 | int	mincore(void *, size_t, char *);
    | ^

/usr/include/sys/mman.h:154:0: error:
     warning: previous declaration of 'mincore' was here
    |
154 | int	mincore(void *, size_t, char *);
    | ^

/usr/include/sys/mman.h:155:0: error:
     warning: redundant redeclaration of 'minherit'
    |
155 | int	minherit(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:155:0: error:
     warning: previous declaration of 'minherit' was here
    |
155 | int	minherit(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:156:0: error:
     warning: redundant redeclaration of 'mquery'
    |
156 | void *	mquery(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:156:0: error:
     warning: previous declaration of 'mquery' was here
    |
156 | void *	mquery(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:158:0: error:
     warning: redundant redeclaration of 'posix_madvise'
    |
158 | int	posix_madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:158:0: error:
     warning: previous declaration of 'posix_madvise' was here
    |
158 | int	posix_madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:159:0: error:
     warning: redundant redeclaration of 'shm_open'
    |
159 | int	shm_open(const char *, int, __mode_t);
    | ^

/usr/include/sys/mman.h:159:0: error:
     warning: previous declaration of 'shm_open' was here
    |
159 | int	shm_open(const char *, int, __mode_t);
    | ^

/usr/include/sys/mman.h:160:0: error:
     warning: redundant redeclaration of 'shm_unlink'
    |
160 | int	shm_unlink(const char *);
    | ^

/usr/include/sys/mman.h:160:0: error:
     warning: previous declaration of 'shm_unlink' was here
    |
160 | int	shm_unlink(const char *);
    | ^

/usr/include/sys/mman.h:161:0: error:
     warning: redundant redeclaration of 'shm_mkstemp'
    |
161 | int	shm_mkstemp(char *);
    | ^

/usr/include/sys/mman.h:161:0: error:
     warning: previous declaration of 'shm_mkstemp' was here
    |
161 | int	shm_mkstemp(char *);
    | ^
In file included from rts/linker/M32Alloc.h:17,

                 from rts/linker/LoadArchive.c:11:0: error: 

/usr/include/unistd.h:358:0: error:
     warning: redundant redeclaration of 'lseek'
    |
358 | off_t	 lseek(int, off_t, int);
    | ^

/usr/include/sys/types.h:204:0: error:
     warning: previous declaration of 'lseek' was here
    |
204 | off_t	 lseek(int, off_t, int);
    | ^

/usr/include/unistd.h:394:0: error:
     warning: redundant redeclaration of 'ftruncate'
    |
394 | int	 ftruncate(int, off_t);
    | ^

/usr/include/sys/types.h:205:0: error:
     warning: previous declaration of 'ftruncate' was here
    |
205 | int	 ftruncate(int, off_t);
    | ^

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^

/usr/include/unistd.h:413:0: error:
     warning: redundant redeclaration of 'mktemp'
    |
413 | char	*mktemp(char *);
    | ^

/usr/include/stdlib.h:173:0: error:
     warning: previous declaration of 'mktemp' was here
    |
173 | char	*mktemp(char *);
    | ^

/usr/include/unistd.h:419:0: error:
     warning: redundant redeclaration of 'truncate'
    |
419 | int	 truncate(const char *, off_t);
    | ^

/usr/include/sys/types.h:206:0: error:
     warning: previous declaration of 'truncate' was here
    |
206 | int	 truncate(const char *, off_t);
    | ^

/usr/include/unistd.h:494:0: error:
     warning: redundant redeclaration of 'mkdtemp'
    |
494 | char	*mkdtemp(char *);
    | ^

/usr/include/stdlib.h:244:0: error:
     warning: previous declaration of 'mkdtemp' was here
    |
244 | char	*mkdtemp(char *);
    | ^

/usr/include/unistd.h:495:0: error:
     warning: redundant redeclaration of 'mkstemps'
    |
495 | int	 mkstemps(char *, int);
    | ^

/usr/include/stdlib.h:284:0: error:
     warning: previous declaration of 'mkstemps' was here
    |
284 | int	 mkstemps(char *, int);
    | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/linker/SymbolExtras.c -o rts/dist/build/linker/SymbolExtras.o
In file included from rts/linker/M32Alloc.h:14,

                 from rts/linker/SymbolExtras.c:20:0: error: 

/usr/include/sys/mman.h:144:0: error:
     warning: redundant redeclaration of 'mmap'
    |
144 | void *	mmap(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:144:0: error:
     warning: previous declaration of 'mmap' was here
    |
144 | void *	mmap(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:145:0: error:
     warning: redundant redeclaration of 'mprotect'
    |
145 | int	mprotect(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:145:0: error:
     warning: previous declaration of 'mprotect' was here
    |
145 | int	mprotect(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:146:0: error:
     warning: redundant redeclaration of 'munmap'
    |
146 | int	munmap(void *, size_t);
    | ^

/usr/include/sys/mman.h:146:0: error:
     warning: previous declaration of 'munmap' was here
    |
146 | int	munmap(void *, size_t);
    | ^

/usr/include/sys/mman.h:147:0: error:
     warning: redundant redeclaration of 'msync'
    |
147 | int	msync(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:147:0: error:
     warning: previous declaration of 'msync' was here
    |
147 | int	msync(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:148:0: error:
     warning: redundant redeclaration of 'mlock'
    |
148 | int	mlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:148:0: error:
     warning: previous declaration of 'mlock' was here
    |
148 | int	mlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:149:0: error:
     warning: redundant redeclaration of 'munlock'
    |
149 | int	munlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:149:0: error:
     warning: previous declaration of 'munlock' was here
    |
149 | int	munlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:150:0: error:
     warning: redundant redeclaration of 'mlockall'
    |
150 | int	mlockall(int);
    | ^

/usr/include/sys/mman.h:150:0: error:
     warning: previous declaration of 'mlockall' was here
    |
150 | int	mlockall(int);
    | ^

/usr/include/sys/mman.h:151:0: error:
     warning: redundant redeclaration of 'munlockall'
    |
151 | int	munlockall(void);
    | ^

/usr/include/sys/mman.h:151:0: error:
     warning: previous declaration of 'munlockall' was here
    |
151 | int	munlockall(void);
    | ^

/usr/include/sys/mman.h:153:0: error:
     warning: redundant redeclaration of 'madvise'
    |
153 | int	madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:153:0: error:
     warning: previous declaration of 'madvise' was here
    |
153 | int	madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:154:0: error:
     warning: redundant redeclaration of 'mincore'
    |
154 | int	mincore(void *, size_t, char *);
    | ^

/usr/include/sys/mman.h:154:0: error:
     warning: previous declaration of 'mincore' was here
    |
154 | int	mincore(void *, size_t, char *);
    | ^

/usr/include/sys/mman.h:155:0: error:
     warning: redundant redeclaration of 'minherit'
    |
155 | int	minherit(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:155:0: error:
     warning: previous declaration of 'minherit' was here
    |
155 | int	minherit(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:156:0: error:
     warning: redundant redeclaration of 'mquery'
    |
156 | void *	mquery(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:156:0: error:
     warning: previous declaration of 'mquery' was here
    |
156 | void *	mquery(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:158:0: error:
     warning: redundant redeclaration of 'posix_madvise'
    |
158 | int	posix_madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:158:0: error:
     warning: previous declaration of 'posix_madvise' was here
    |
158 | int	posix_madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:159:0: error:
     warning: redundant redeclaration of 'shm_open'
    |
159 | int	shm_open(const char *, int, __mode_t);
    | ^

/usr/include/sys/mman.h:159:0: error:
     warning: previous declaration of 'shm_open' was here
    |
159 | int	shm_open(const char *, int, __mode_t);
    | ^

/usr/include/sys/mman.h:160:0: error:
     warning: redundant redeclaration of 'shm_unlink'
    |
160 | int	shm_unlink(const char *);
    | ^

/usr/include/sys/mman.h:160:0: error:
     warning: previous declaration of 'shm_unlink' was here
    |
160 | int	shm_unlink(const char *);
    | ^

/usr/include/sys/mman.h:161:0: error:
     warning: redundant redeclaration of 'shm_mkstemp'
    |
161 | int	shm_mkstemp(char *);
    | ^

/usr/include/sys/mman.h:161:0: error:
     warning: previous declaration of 'shm_mkstemp' was here
    |
161 | int	shm_mkstemp(char *);
    | ^
In file included from rts/linker/M32Alloc.h:17,

                 from rts/linker/SymbolExtras.c:20:0: error: 

/usr/include/unistd.h:358:0: error:
     warning: redundant redeclaration of 'lseek'
    |
358 | off_t	 lseek(int, off_t, int);
    | ^

/usr/include/sys/types.h:204:0: error:
     warning: previous declaration of 'lseek' was here
    |
204 | off_t	 lseek(int, off_t, int);
    | ^

/usr/include/unistd.h:394:0: error:
     warning: redundant redeclaration of 'ftruncate'
    |
394 | int	 ftruncate(int, off_t);
    | ^

/usr/include/sys/types.h:205:0: error:
     warning: previous declaration of 'ftruncate' was here
    |
205 | int	 ftruncate(int, off_t);
    | ^

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^

/usr/include/unistd.h:413:0: error:
     warning: redundant redeclaration of 'mktemp'
    |
413 | char	*mktemp(char *);
    | ^

/usr/include/stdlib.h:173:0: error:
     warning: previous declaration of 'mktemp' was here
    |
173 | char	*mktemp(char *);
    | ^

/usr/include/unistd.h:419:0: error:
     warning: redundant redeclaration of 'truncate'
    |
419 | int	 truncate(const char *, off_t);
    | ^

/usr/include/sys/types.h:206:0: error:
     warning: previous declaration of 'truncate' was here
    |
206 | int	 truncate(const char *, off_t);
    | ^

/usr/include/unistd.h:494:0: error:
     warning: redundant redeclaration of 'mkdtemp'
    |
494 | char	*mkdtemp(char *);
    | ^

/usr/include/stdlib.h:244:0: error:
     warning: previous declaration of 'mkdtemp' was here
    |
244 | char	*mkdtemp(char *);
    | ^

/usr/include/unistd.h:495:0: error:
     warning: redundant redeclaration of 'mkstemps'
    |
495 | int	 mkstemps(char *, int);
    | ^

/usr/include/stdlib.h:284:0: error:
     warning: previous declaration of 'mkstemps' was here
    |
284 | int	 mkstemps(char *, int);
    | ^

In file included from rts/linker/SymbolExtras.c:24:0: error: 

/usr/include/sys/mman.h:144:0: error:
     warning: redundant redeclaration of 'mmap'
    |
144 | void *	mmap(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:144:0: error:
     warning: previous declaration of 'mmap' was here
    |
144 | void *	mmap(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:145:0: error:
     warning: redundant redeclaration of 'mprotect'
    |
145 | int	mprotect(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:145:0: error:
     warning: previous declaration of 'mprotect' was here
    |
145 | int	mprotect(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:146:0: error:
     warning: redundant redeclaration of 'munmap'
    |
146 | int	munmap(void *, size_t);
    | ^

/usr/include/sys/mman.h:146:0: error:
     warning: previous declaration of 'munmap' was here
    |
146 | int	munmap(void *, size_t);
    | ^

/usr/include/sys/mman.h:147:0: error:
     warning: redundant redeclaration of 'msync'
    |
147 | int	msync(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:147:0: error:
     warning: previous declaration of 'msync' was here
    |
147 | int	msync(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:148:0: error:
     warning: redundant redeclaration of 'mlock'
    |
148 | int	mlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:148:0: error:
     warning: previous declaration of 'mlock' was here
    |
148 | int	mlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:149:0: error:
     warning: redundant redeclaration of 'munlock'
    |
149 | int	munlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:149:0: error:
     warning: previous declaration of 'munlock' was here
    |
149 | int	munlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:150:0: error:
     warning: redundant redeclaration of 'mlockall'
    |
150 | int	mlockall(int);
    | ^

/usr/include/sys/mman.h:150:0: error:
     warning: previous declaration of 'mlockall' was here
    |
150 | int	mlockall(int);
    | ^

/usr/include/sys/mman.h:151:0: error:
     warning: redundant redeclaration of 'munlockall'
    |
151 | int	munlockall(void);
    | ^

/usr/include/sys/mman.h:151:0: error:
     warning: previous declaration of 'munlockall' was here
    |
151 | int	munlockall(void);
    | ^

/usr/include/sys/mman.h:153:0: error:
     warning: redundant redeclaration of 'madvise'
    |
153 | int	madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:153:0: error:
     warning: previous declaration of 'madvise' was here
    |
153 | int	madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:154:0: error:
     warning: redundant redeclaration of 'mincore'
    |
154 | int	mincore(void *, size_t, char *);
    | ^

/usr/include/sys/mman.h:154:0: error:
     warning: previous declaration of 'mincore' was here
    |
154 | int	mincore(void *, size_t, char *);
    | ^

/usr/include/sys/mman.h:155:0: error:
     warning: redundant redeclaration of 'minherit'
    |
155 | int	minherit(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:155:0: error:
     warning: previous declaration of 'minherit' was here
    |
155 | int	minherit(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:156:0: error:
     warning: redundant redeclaration of 'mquery'
    |
156 | void *	mquery(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:156:0: error:
     warning: previous declaration of 'mquery' was here
    |
156 | void *	mquery(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:158:0: error:
     warning: redundant redeclaration of 'posix_madvise'
    |
158 | int	posix_madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:158:0: error:
     warning: previous declaration of 'posix_madvise' was here
    |
158 | int	posix_madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:159:0: error:
     warning: redundant redeclaration of 'shm_open'
    |
159 | int	shm_open(const char *, int, __mode_t);
    | ^

/usr/include/sys/mman.h:159:0: error:
     warning: previous declaration of 'shm_open' was here
    |
159 | int	shm_open(const char *, int, __mode_t);
    | ^

/usr/include/sys/mman.h:160:0: error:
     warning: redundant redeclaration of 'shm_unlink'
    |
160 | int	shm_unlink(const char *);
    | ^

/usr/include/sys/mman.h:160:0: error:
     warning: previous declaration of 'shm_unlink' was here
    |
160 | int	shm_unlink(const char *);
    | ^

/usr/include/sys/mman.h:161:0: error:
     warning: redundant redeclaration of 'shm_mkstemp'
    |
161 | int	shm_mkstemp(char *);
    | ^

/usr/include/sys/mman.h:161:0: error:
     warning: previous declaration of 'shm_mkstemp' was here
    |
161 | int	shm_mkstemp(char *);
    | ^
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/linker/CacheFlush.c -o rts/dist/build/linker/CacheFlush.o
"inplace/bin/ghc-stage1" -optc-std=gnu99 -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Iincludes/dist -optc-Iincludes/dist-derivedconstants/header -optc-Iincludes/dist-ghcconstants/header -optc-Irts -optc-Irts/dist/build -optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common -optc-Irts/dist/build/./autogen -optc-O2 -optc-fomit-frame-pointer -optc-g -optc-DRtsWay=\"rts_v\" -optc-ffunction-sections -optc-fdata-sections -static  -H32m -O -Wall   -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header -Irts -Irts/dist/build -DCOMPILING_RTS -this-unit-id rts -dcmm-lint      -i -irts -irts/dist/build -Irts/dist/build -irts/dist/build/./autogen -Irts/dist/build/./autogen           -O2    -Wnoncanonical-monad-instances  -c rts/linker/Elf.c -o rts/dist/build/linker/Elf.o
In file included from rts/linker/M32Alloc.h:14,

                 from rts/linker/Elf.c:9:0: error: 

/usr/include/sys/mman.h:144:0: error:
     warning: redundant redeclaration of 'mmap'
    |
144 | void *	mmap(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:144:0: error:
     warning: previous declaration of 'mmap' was here
    |
144 | void *	mmap(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:145:0: error:
     warning: redundant redeclaration of 'mprotect'
    |
145 | int	mprotect(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:145:0: error:
     warning: previous declaration of 'mprotect' was here
    |
145 | int	mprotect(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:146:0: error:
     warning: redundant redeclaration of 'munmap'
    |
146 | int	munmap(void *, size_t);
    | ^

/usr/include/sys/mman.h:146:0: error:
     warning: previous declaration of 'munmap' was here
    |
146 | int	munmap(void *, size_t);
    | ^

/usr/include/sys/mman.h:147:0: error:
     warning: redundant redeclaration of 'msync'
    |
147 | int	msync(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:147:0: error:
     warning: previous declaration of 'msync' was here
    |
147 | int	msync(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:148:0: error:
     warning: redundant redeclaration of 'mlock'
    |
148 | int	mlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:148:0: error:
     warning: previous declaration of 'mlock' was here
    |
148 | int	mlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:149:0: error:
     warning: redundant redeclaration of 'munlock'
    |
149 | int	munlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:149:0: error:
     warning: previous declaration of 'munlock' was here
    |
149 | int	munlock(const void *, size_t);
    | ^

/usr/include/sys/mman.h:150:0: error:
     warning: redundant redeclaration of 'mlockall'
    |
150 | int	mlockall(int);
    | ^

/usr/include/sys/mman.h:150:0: error:
     warning: previous declaration of 'mlockall' was here
    |
150 | int	mlockall(int);
    | ^

/usr/include/sys/mman.h:151:0: error:
     warning: redundant redeclaration of 'munlockall'
    |
151 | int	munlockall(void);
    | ^

/usr/include/sys/mman.h:151:0: error:
     warning: previous declaration of 'munlockall' was here
    |
151 | int	munlockall(void);
    | ^

/usr/include/sys/mman.h:153:0: error:
     warning: redundant redeclaration of 'madvise'
    |
153 | int	madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:153:0: error:
     warning: previous declaration of 'madvise' was here
    |
153 | int	madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:154:0: error:
     warning: redundant redeclaration of 'mincore'
    |
154 | int	mincore(void *, size_t, char *);
    | ^

/usr/include/sys/mman.h:154:0: error:
     warning: previous declaration of 'mincore' was here
    |
154 | int	mincore(void *, size_t, char *);
    | ^

/usr/include/sys/mman.h:155:0: error:
     warning: redundant redeclaration of 'minherit'
    |
155 | int	minherit(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:155:0: error:
     warning: previous declaration of 'minherit' was here
    |
155 | int	minherit(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:156:0: error:
     warning: redundant redeclaration of 'mquery'
    |
156 | void *	mquery(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:156:0: error:
     warning: previous declaration of 'mquery' was here
    |
156 | void *	mquery(void *, size_t, int, int, int, off_t);
    | ^

/usr/include/sys/mman.h:158:0: error:
     warning: redundant redeclaration of 'posix_madvise'
    |
158 | int	posix_madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:158:0: error:
     warning: previous declaration of 'posix_madvise' was here
    |
158 | int	posix_madvise(void *, size_t, int);
    | ^

/usr/include/sys/mman.h:159:0: error:
     warning: redundant redeclaration of 'shm_open'
    |
159 | int	shm_open(const char *, int, __mode_t);
    | ^

/usr/include/sys/mman.h:159:0: error:
     warning: previous declaration of 'shm_open' was here
    |
159 | int	shm_open(const char *, int, __mode_t);
    | ^

/usr/include/sys/mman.h:160:0: error:
     warning: redundant redeclaration of 'shm_unlink'
    |
160 | int	shm_unlink(const char *);
    | ^

/usr/include/sys/mman.h:160:0: error:
     warning: previous declaration of 'shm_unlink' was here
    |
160 | int	shm_unlink(const char *);
    | ^

/usr/include/sys/mman.h:161:0: error:
     warning: redundant redeclaration of 'shm_mkstemp'
    |
161 | int	shm_mkstemp(char *);
    | ^

/usr/include/sys/mman.h:161:0: error:
     warning: previous declaration of 'shm_mkstemp' was here
    |
161 | int	shm_mkstemp(char *);
    | ^
In file included from rts/linker/M32Alloc.h:17,

                 from rts/linker/Elf.c:9:0: error: 

/usr/include/unistd.h:358:0: error:
     warning: redundant redeclaration of 'lseek'
    |
358 | off_t	 lseek(int, off_t, int);
    | ^

/usr/include/sys/types.h:204:0: error:
     warning: previous declaration of 'lseek' was here
    |
204 | off_t	 lseek(int, off_t, int);
    | ^

/usr/include/unistd.h:394:0: error:
     warning: redundant redeclaration of 'ftruncate'
    |
394 | int	 ftruncate(int, off_t);
    | ^

/usr/include/sys/types.h:205:0: error:
     warning: previous declaration of 'ftruncate' was here
    |
205 | int	 ftruncate(int, off_t);
    | ^

/usr/include/unistd.h:412:0: error:
     warning: redundant redeclaration of 'mkstemp'
    |
412 | int	 mkstemp(char *);
    | ^

/usr/include/stdlib.h:204:0: error:
     warning: previous declaration of 'mkstemp' was here
    |
204 | int	 mkstemp(char *);
    | ^

/usr/include/unistd.h:413:0: error:
     warning: redundant redeclaration of 'mktemp'
    |
413 | char	*mktemp(char *);
    | ^

/usr/include/stdlib.h:173:0: error:
     warning: previous declaration of 'mktemp' was here
    |
173 | char	*mktemp(char *);
    | ^

/usr/include/unistd.h:419:0: error:
     warning: redundant redeclaration of 'truncate'
    |
419 | int	 truncate(const char *, off_t);
    | ^

/usr/include/sys/types.h:206:0: error:
     warning: previous declaration of 'truncate' was here
    |
206 | int	 truncate(const char *, off_t);
    | ^

/usr/include/unistd.h:494:0: error:
     warning: redundant redeclaration of 'mkdtemp'
    |
494 | char	*mkdtemp(char *);
    | ^

/usr/include/stdlib.h:244:0: error:
     warning: previous declaration of 'mkdtemp' was here
    |
244 | char	*mkdtemp(char *);
    | ^

/usr/include/unistd.h:495:0: error:
     warning: redundant redeclaration of 'mkstemps'
    |
495 | int	 mkstemps(char *, int);
    | ^

/usr/include/stdlib.h:284:0: error:
     warning: previous declaration of 'mkstemps' was here
    |
284 | int	 mkstemps(char *, int);
    | ^
rts/linker/Elf.c: In function 'elf_shstrndx':

rts/linker/Elf.c:314:0: error:  warning: unused variable 'shdr'
    |
314 |    Elf_Shdr* shdr = (Elf_Shdr*) ((char*)ehdr + ehdr->e_shoff);
    | ^
rts/linker/Elf.c: In function 'ocVerifyImage_ELF':

rts/linker/Elf.c:402:0: error:
     error: 'EM_PPC64' undeclared (first use in this function)
    |
402 |       case EM_PPC64: IF_DEBUG(linker,debugBelch( "powerpc64" ));
    | ^

rts/linker/Elf.c:402:0: error:
     error: (Each undeclared identifier is reported only once
    |
402 |       case EM_PPC64: IF_DEBUG(linker,debugBelch( "powerpc64" ));
    | ^

rts/linker/Elf.c:402:0: error:
     error: for each function it appears in.)
    |
402 |       case EM_PPC64: IF_DEBUG(linker,debugBelch( "powerpc64" ));
    | ^

rts/linker/Elf.c:539:0: error:  warning: unused variable 'secno'
    |
539 |          Elf_Word secno = stab[j].st_shndx;
    | ^
`gcc' failed in phase `C Compiler'. (Exit code: 1)
gmake[1]: *** [rts/ghc.mk:248: rts/dist/build/linker/Elf.o] Error 1
gmake: *** [Makefile:127: all] Error 2
