Created
April 3, 2018 18:50
-
-
Save hasufell/eff8ad280c2ec2538fe488ea489bf136 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ghc-mod check Prepare.hs | |
cabal-helper-wrapper: Installing a private copy of Cabal because we couldn't | |
find the right version in your global/user package-db, this might take a | |
while but will only happen once per Cabal version you're using. | |
If anything goes horribly wrong just delete this directory and try again: | |
/home/hasufell/.cache/cabal-helper | |
If you want to avoid this automatic installation altogether install | |
version 2.2.0.1 of Cabal manually (into your user or global package-db): | |
$ cabal install Cabal --constraint "Cabal == 2.2.0.1" | |
Installing Cabal 2.2.0.1 ... | |
Unpacking to Cabal-2.2.0.1/ | |
Resolving dependencies... | |
Configuring mtl-2.2.2... | |
Configuring text-1.2.3.0... | |
Building mtl-2.2.2... | |
Building text-1.2.3.0... | |
Installed mtl-2.2.2 | |
Installed text-1.2.3.0 | |
Configuring parsec-3.1.13.0... | |
Building parsec-3.1.13.0... | |
Installed parsec-3.1.13.0 | |
Configuring Cabal-2.2.0.1... | |
Building Cabal-2.2.0.1... | |
Preprocessing library Cabal-2.2.0.1... | |
[ 1 of 221] Compiling Paths_Cabal ( dist/build/autogen/Paths_Cabal.hs, dist/build/Paths_Cabal.o ) | |
[ 2 of 221] Compiling Distribution.Utils.UnionFind ( Distribution/Utils/UnionFind.hs, dist/build/Distribution/Utils/UnionFind.o ) | |
[ 3 of 221] Compiling Distribution.Utils.String ( Distribution/Utils/String.hs, dist/build/Distribution/Utils/String.o ) | |
[ 4 of 221] Compiling Distribution.Utils.Base62 ( Distribution/Utils/Base62.hs, dist/build/Distribution/Utils/Base62.o ) | |
[ 5 of 221] Compiling Distribution.PackageDescription.Utils ( Distribution/PackageDescription/Utils.hs, dist/build/Distribution/PackageDescription/Utils.o ) | |
[ 6 of 221] Compiling Distribution.Compat.Stack ( Distribution/Compat/Stack.hs, dist/build/Distribution/Compat/Stack.o ) | |
[ 7 of 221] Compiling Distribution.Compat.Newtype ( Distribution/Compat/Newtype.hs, dist/build/Distribution/Compat/Newtype.o ) | |
[ 8 of 221] Compiling Distribution.Compat.MonadFail ( Distribution/Compat/MonadFail.hs, dist/build/Distribution/Compat/MonadFail.o ) | |
[ 9 of 221] Compiling Distribution.Compat.Map.Strict ( Distribution/Compat/Map/Strict.hs, dist/build/Distribution/Compat/Map/Strict.o ) | |
[ 10 of 221] Compiling Distribution.Compat.Exception ( Distribution/Compat/Exception.hs, dist/build/Distribution/Compat/Exception.o ) | |
[ 11 of 221] Compiling Distribution.Compat.Internal.TempFile ( Distribution/Compat/Internal/TempFile.hs, dist/build/Distribution/Compat/Internal/TempFile.o ) | |
[ 12 of 221] Compiling Distribution.Compat.Directory ( Distribution/Compat/Directory.hs, dist/build/Distribution/Compat/Directory.o ) | |
[ 13 of 221] Compiling Distribution.Compat.Binary ( Distribution/Compat/Binary.hs, dist/build/Distribution/Compat/Binary.o ) | |
[ 14 of 221] Compiling Distribution.Compat.Semigroup ( Distribution/Compat/Semigroup.hs, dist/build/Distribution/Compat/Semigroup.o ) | |
[ 15 of 221] Compiling Distribution.Compat.Prelude ( Distribution/Compat/Prelude.hs, dist/build/Distribution/Compat/Prelude.o ) | |
[ 16 of 221] Compiling Distribution.Compat.CopyFile ( Distribution/Compat/CopyFile.hs, dist/build/Distribution/Compat/CopyFile.o ) | |
[ 17 of 221] Compiling Distribution.Compat.CreatePipe ( Distribution/Compat/CreatePipe.hs, dist/build/Distribution/Compat/CreatePipe.o ) | |
[ 18 of 221] Compiling Distribution.Compat.DList ( Distribution/Compat/DList.hs, dist/build/Distribution/Compat/DList.o ) | |
[ 19 of 221] Compiling Distribution.Compat.Environment ( Distribution/Compat/Environment.hs, dist/build/Distribution/Compat/Environment.o ) | |
[ 20 of 221] Compiling Distribution.Compat.GetShortPathName ( Distribution/Compat/GetShortPathName.hs, dist/build/Distribution/Compat/GetShortPathName.o ) | |
[ 21 of 221] Compiling Distribution.Compat.Graph ( Distribution/Compat/Graph.hs, dist/build/Distribution/Compat/Graph.o ) | |
[ 22 of 221] Compiling Distribution.Compat.Lens ( Distribution/Compat/Lens.hs, dist/build/Distribution/Compat/Lens.o ) | |
[ 23 of 221] Compiling Distribution.Compat.Prelude.Internal ( Distribution/Compat/Prelude/Internal.hs, dist/build/Distribution/Compat/Prelude/Internal.o ) | |
[ 24 of 221] Compiling Distribution.Compat.ReadP ( Distribution/Compat/ReadP.hs, dist/build/Distribution/Compat/ReadP.o ) | |
[ 25 of 221] Compiling Distribution.Compat.Parsing ( Distribution/Compat/Parsing.hs, dist/build/Distribution/Compat/Parsing.o ) | |
[ 26 of 221] Compiling Distribution.Compat.CharParsing ( Distribution/Compat/CharParsing.hs, dist/build/Distribution/Compat/CharParsing.o ) | |
[ 27 of 221] Compiling Distribution.Compat.SnocList ( Distribution/Compat/SnocList.hs, dist/build/Distribution/Compat/SnocList.o ) | |
[ 28 of 221] Compiling Distribution.GetOpt ( Distribution/GetOpt.hs, dist/build/Distribution/GetOpt.o ) | |
[ 29 of 221] Compiling Distribution.Lex ( Distribution/Lex.hs, dist/build/Distribution/Lex.o ) | |
[ 30 of 221] Compiling Distribution.PackageDescription.Quirks ( Distribution/PackageDescription/Quirks.hs, dist/build/Distribution/PackageDescription/Quirks.o ) | |
[ 31 of 221] Compiling Distribution.Parsec.Common ( Distribution/Parsec/Common.hs, dist/build/Distribution/Parsec/Common.o ) | |
[ 32 of 221] Compiling Distribution.Parsec.Field ( Distribution/Parsec/Field.hs, dist/build/Distribution/Parsec/Field.o ) | |
[ 33 of 221] Compiling Distribution.Parsec.LexerMonad ( Distribution/Parsec/LexerMonad.hs, dist/build/Distribution/Parsec/LexerMonad.o ) | |
[ 34 of 221] Compiling Distribution.Parsec.Lexer ( Distribution/Parsec/Lexer.hs, dist/build/Distribution/Parsec/Lexer.o ) | |
[ 35 of 221] Compiling Distribution.Parsec.Parser ( Distribution/Parsec/Parser.hs, dist/build/Distribution/Parsec/Parser.o ) | |
[ 36 of 221] Compiling Distribution.Pretty ( Distribution/Pretty.hs, dist/build/Distribution/Pretty.o ) | |
[ 37 of 221] Compiling Distribution.Simple.CCompiler ( Distribution/Simple/CCompiler.hs, dist/build/Distribution/Simple/CCompiler.o ) | |
[ 38 of 221] Compiling Distribution.Simple.PreProcess.Unlit ( Distribution/Simple/PreProcess/Unlit.hs, dist/build/Distribution/Simple/PreProcess/Unlit.o ) | |
[ 39 of 221] Compiling Distribution.Simple.Program.Internal ( Distribution/Simple/Program/Internal.hs, dist/build/Distribution/Simple/Program/Internal.o ) | |
[ 40 of 221] Compiling Distribution.TestSuite ( Distribution/TestSuite.hs, dist/build/Distribution/TestSuite.o ) | |
[ 41 of 221] Compiling Distribution.Types.Condition ( Distribution/Types/Condition.hs, dist/build/Distribution/Types/Condition.o ) | |
[ 42 of 221] Compiling Distribution.Types.CondTree ( Distribution/Types/CondTree.hs, dist/build/Distribution/Types/CondTree.o ) | |
[ 43 of 221] Compiling Distribution.Utils.Generic ( Distribution/Utils/Generic.hs, dist/build/Distribution/Utils/Generic.o ) | |
[ 44 of 221] Compiling Distribution.Parsec.FieldLineStream ( Distribution/Parsec/FieldLineStream.hs, dist/build/Distribution/Parsec/FieldLineStream.o ) | |
[ 45 of 221] Compiling Distribution.Utils.IOData ( Distribution/Utils/IOData.hs, dist/build/Distribution/Utils/IOData.o ) | |
[ 46 of 221] Compiling Distribution.Utils.MapAccum ( Distribution/Utils/MapAccum.hs, dist/build/Distribution/Utils/MapAccum.o ) | |
[ 47 of 221] Compiling Distribution.Utils.Progress ( Distribution/Utils/Progress.hs, dist/build/Distribution/Utils/Progress.o ) | |
[ 48 of 221] Compiling Distribution.Utils.ShortText ( Distribution/Utils/ShortText.hs, dist/build/Distribution/Utils/ShortText.o ) | |
[ 49 of 221] Compiling Distribution.CabalSpecVersion ( Distribution/CabalSpecVersion.hs, dist/build/Distribution/CabalSpecVersion.o ) | |
[ 50 of 221] Compiling Distribution.Parsec.Class ( Distribution/Parsec/Class.hs, dist/build/Distribution/Parsec/Class.o ) | |
[ 51 of 221] Compiling Distribution.FieldGrammar.Class ( Distribution/FieldGrammar/Class.hs, dist/build/Distribution/FieldGrammar/Class.o ) | |
[ 52 of 221] Compiling Distribution.ReadE ( Distribution/ReadE.hs, dist/build/Distribution/ReadE.o ) | |
[ 53 of 221] Compiling Distribution.Verbosity ( Distribution/Verbosity.hs, dist/build/Distribution/Verbosity.o ) | |
[ 54 of 221] Compiling Distribution.SPDX.LicenseExceptionId ( Distribution/SPDX/LicenseExceptionId.hs, dist/build/Distribution/SPDX/LicenseExceptionId.o ) | |
[ 55 of 221] Compiling Distribution.SPDX.LicenseId ( Distribution/SPDX/LicenseId.hs, dist/build/Distribution/SPDX/LicenseId.o ) | |
[ 56 of 221] Compiling Distribution.SPDX.LicenseReference ( Distribution/SPDX/LicenseReference.hs, dist/build/Distribution/SPDX/LicenseReference.o ) | |
[ 57 of 221] Compiling Distribution.SPDX.LicenseExpression ( Distribution/SPDX/LicenseExpression.hs, dist/build/Distribution/SPDX/LicenseExpression.o ) | |
[ 58 of 221] Compiling Distribution.SPDX.License ( Distribution/SPDX/License.hs, dist/build/Distribution/SPDX/License.o ) | |
[ 59 of 221] Compiling Distribution.SPDX ( Distribution/SPDX.hs, dist/build/Distribution/SPDX.o ) | |
[ 60 of 221] Compiling Distribution.Text ( Distribution/Text.hs, dist/build/Distribution/Text.o ) | |
[ 61 of 221] Compiling Distribution.ModuleName ( Distribution/ModuleName.hs, dist/build/Distribution/ModuleName.o ) | |
[ 62 of 221] Compiling Distribution.System ( Distribution/System.hs, dist/build/Distribution/System.o ) | |
[ 63 of 221] Compiling Distribution.Types.AbiHash ( Distribution/Types/AbiHash.hs, dist/build/Distribution/Types/AbiHash.o ) | |
[ 64 of 221] Compiling Distribution.Types.ComponentId ( Distribution/Types/ComponentId.hs, dist/build/Distribution/Types/ComponentId.o ) | |
[ 65 of 221] Compiling Distribution.Types.ExecutableScope ( Distribution/Types/ExecutableScope.hs, dist/build/Distribution/Types/ExecutableScope.o ) | |
[ 66 of 221] Compiling Distribution.Types.ForeignLibOption ( Distribution/Types/ForeignLibOption.hs, dist/build/Distribution/Types/ForeignLibOption.o ) | |
[ 67 of 221] Compiling Distribution.Types.ForeignLibType ( Distribution/Types/ForeignLibType.hs, dist/build/Distribution/Types/ForeignLibType.o ) | |
[ 68 of 221] Compiling Distribution.Types.ModuleRenaming ( Distribution/Types/ModuleRenaming.hs, dist/build/Distribution/Types/ModuleRenaming.o ) | |
[ 69 of 221] Compiling Distribution.Types.IncludeRenaming ( Distribution/Types/IncludeRenaming.hs, dist/build/Distribution/Types/IncludeRenaming.o ) | |
[ 70 of 221] Compiling Distribution.Types.PkgconfigName ( Distribution/Types/PkgconfigName.hs, dist/build/Distribution/Types/PkgconfigName.o ) | |
[ 71 of 221] Compiling Distribution.Types.SourceRepo ( Distribution/Types/SourceRepo.hs, dist/build/Distribution/Types/SourceRepo.o ) | |
[ 72 of 221] Compiling Distribution.Types.SourceRepo.Lens ( Distribution/Types/SourceRepo/Lens.hs, dist/build/Distribution/Types/SourceRepo/Lens.o ) | |
[ 73 of 221] Compiling Language.Haskell.Extension ( Language/Haskell/Extension.hs, dist/build/Language/Haskell/Extension.o ) | |
[ 74 of 221] Compiling Distribution.Types.BuildType ( Distribution/Types/BuildType.hs, dist/build/Distribution/Types/BuildType.o ) | |
[ 75 of 221] Compiling Distribution.Types.Version ( Distribution/Types/Version.hs, dist/build/Distribution/Types/Version.o ) | |
[ 76 of 221] Compiling Distribution.Types.VersionRange ( Distribution/Types/VersionRange.hs, dist/build/Distribution/Types/VersionRange.o ) | |
[ 77 of 221] Compiling Distribution.Types.VersionInterval ( Distribution/Types/VersionInterval.hs, dist/build/Distribution/Types/VersionInterval.o ) | |
[ 78 of 221] Compiling Distribution.Version ( Distribution/Version.hs, dist/build/Distribution/Version.o ) | |
[ 79 of 221] Compiling Distribution.Compiler ( Distribution/Compiler.hs, dist/build/Distribution/Compiler.o ) | |
[ 80 of 221] Compiling Distribution.License ( Distribution/License.hs, dist/build/Distribution/License.o ) | |
[ 81 of 221] Compiling Distribution.Parsec.Newtypes ( Distribution/Parsec/Newtypes.hs, dist/build/Distribution/Parsec/Newtypes.o ) | |
[ 82 of 221] Compiling Distribution.ParseUtils ( Distribution/ParseUtils.hs, dist/build/Distribution/ParseUtils.o ) | |
[ 83 of 221] Compiling Distribution.PrettyUtils ( Distribution/PrettyUtils.hs, dist/build/Distribution/PrettyUtils.o ) | |
[ 84 of 221] Compiling Distribution.Types.PackageName ( Distribution/Types/PackageName.hs, dist/build/Distribution/Types/PackageName.o ) | |
[ 85 of 221] Compiling Distribution.Types.Mixin ( Distribution/Types/Mixin.hs, dist/build/Distribution/Types/Mixin.o ) | |
[ 86 of 221] Compiling Distribution.Types.ModuleReexport ( Distribution/Types/ModuleReexport.hs, dist/build/Distribution/Types/ModuleReexport.o ) | |
[ 87 of 221] Compiling Distribution.Types.UnqualComponentName ( Distribution/Types/UnqualComponentName.hs, dist/build/Distribution/Types/UnqualComponentName.o ) | |
[ 88 of 221] Compiling Distribution.Types.ComponentName ( Distribution/Types/ComponentName.hs, dist/build/Distribution/Types/ComponentName.o ) | |
[ 89 of 221] Compiling Distribution.Types.MungedPackageName ( Distribution/Types/MungedPackageName.hs, dist/build/Distribution/Types/MungedPackageName.o ) | |
[ 90 of 221] Compiling Distribution.Parsec.ParseResult ( Distribution/Parsec/ParseResult.hs, dist/build/Distribution/Parsec/ParseResult.o ) | |
[ 91 of 221] Compiling Distribution.Types.BenchmarkType ( Distribution/Types/BenchmarkType.hs, dist/build/Distribution/Types/BenchmarkType.o ) | |
[ 92 of 221] Compiling Distribution.Types.BenchmarkInterface ( Distribution/Types/BenchmarkInterface.hs, dist/build/Distribution/Types/BenchmarkInterface.o ) | |
[ 93 of 221] Compiling Distribution.Types.ExeDependency ( Distribution/Types/ExeDependency.hs, dist/build/Distribution/Types/ExeDependency.o ) | |
[ 94 of 221] Compiling Distribution.Types.LegacyExeDependency ( Distribution/Types/LegacyExeDependency.hs, dist/build/Distribution/Types/LegacyExeDependency.o ) | |
[ 95 of 221] Compiling Distribution.Types.PackageId ( Distribution/Types/PackageId.hs, dist/build/Distribution/Types/PackageId.o ) | |
[ 96 of 221] Compiling Distribution.Simple.GHC.IPIConvert ( Distribution/Simple/GHC/IPIConvert.hs, dist/build/Distribution/Simple/GHC/IPIConvert.o ) | |
[ 97 of 221] Compiling Distribution.Simple.Utils ( Distribution/Simple/Utils.hs, dist/build/Distribution/Simple/Utils.o ) | |
[ 98 of 221] Compiling Distribution.Compat.Time ( Distribution/Compat/Time.hs, dist/build/Distribution/Compat/Time.o ) | |
[ 99 of 221] Compiling Distribution.FieldGrammar.Parsec ( Distribution/FieldGrammar/Parsec.hs, dist/build/Distribution/FieldGrammar/Parsec.o ) | |
[100 of 221] Compiling Distribution.FieldGrammar.Pretty ( Distribution/FieldGrammar/Pretty.hs, dist/build/Distribution/FieldGrammar/Pretty.o ) | |
[101 of 221] Compiling Distribution.FieldGrammar ( Distribution/FieldGrammar.hs, dist/build/Distribution/FieldGrammar.o ) | |
[102 of 221] Compiling Distribution.FieldGrammar.FieldDescrs ( Distribution/FieldGrammar/FieldDescrs.hs, dist/build/Distribution/FieldGrammar/FieldDescrs.o ) | |
[103 of 221] Compiling Distribution.Simple.Command ( Distribution/Simple/Command.hs, dist/build/Distribution/Simple/Command.o ) | |
[104 of 221] Compiling Distribution.Simple.Compiler ( Distribution/Simple/Compiler.hs, dist/build/Distribution/Simple/Compiler.o ) | |
[105 of 221] Compiling Distribution.Simple.GHC.ImplInfo ( Distribution/Simple/GHC/ImplInfo.hs, dist/build/Distribution/Simple/GHC/ImplInfo.o ) | |
[106 of 221] Compiling Distribution.Simple.Program.Find ( Distribution/Simple/Program/Find.hs, dist/build/Distribution/Simple/Program/Find.o ) | |
[107 of 221] Compiling Distribution.Simple.Program.Types ( Distribution/Simple/Program/Types.hs, dist/build/Distribution/Simple/Program/Types.o ) | |
[108 of 221] Compiling Distribution.Simple.Program.ResponseFile ( Distribution/Simple/Program/ResponseFile.hs, dist/build/Distribution/Simple/Program/ResponseFile.o ) | |
[109 of 221] Compiling Distribution.Simple.Program.Run ( Distribution/Simple/Program/Run.hs, dist/build/Distribution/Simple/Program/Run.o ) | |
[110 of 221] Compiling Distribution.Simple.Program.Builtin ( Distribution/Simple/Program/Builtin.hs, dist/build/Distribution/Simple/Program/Builtin.o ) | |
[111 of 221] Compiling Distribution.Simple.Program.Db ( Distribution/Simple/Program/Db.hs, dist/build/Distribution/Simple/Program/Db.o ) | |
[112 of 221] Compiling Distribution.Simple.Program ( Distribution/Simple/Program.hs, dist/build/Distribution/Simple/Program.o ) | |
[113 of 221] Compiling Distribution.Simple.Program.Hpc ( Distribution/Simple/Program/Hpc.hs, dist/build/Distribution/Simple/Program/Hpc.o ) | |
[114 of 221] Compiling Distribution.Simple.Program.Script ( Distribution/Simple/Program/Script.hs, dist/build/Distribution/Simple/Program/Script.o ) | |
[115 of 221] Compiling Distribution.Simple.Program.Strip ( Distribution/Simple/Program/Strip.hs, dist/build/Distribution/Simple/Program/Strip.o ) | |
^[[A[116 of 221] Compiling Distribution.Utils.LogProgress ( Distribution/Utils/LogProgress.hs, dist/build/Distribution/Utils/LogProgress.o ) | |
[117 of 221] Compiling Distribution.Utils.NubList ( Distribution/Utils/NubList.hs, dist/build/Distribution/Utils/NubList.o ) | |
[118 of 221] Compiling Distribution.Types.Dependency ( Distribution/Types/Dependency.hs, dist/build/Distribution/Types/Dependency.o ) | |
[119 of 221] Compiling Distribution.Types.DependencyMap ( Distribution/Types/DependencyMap.hs, dist/build/Distribution/Types/DependencyMap.o ) | |
[120 of 221] Compiling Distribution.Types.SetupBuildInfo ( Distribution/Types/SetupBuildInfo.hs, dist/build/Distribution/Types/SetupBuildInfo.o ) | |
[121 of 221] Compiling Distribution.Types.SetupBuildInfo.Lens ( Distribution/Types/SetupBuildInfo/Lens.hs, dist/build/Distribution/Types/SetupBuildInfo/Lens.o ) | |
[122 of 221] Compiling Distribution.Types.MungedPackageId ( Distribution/Types/MungedPackageId.hs, dist/build/Distribution/Types/MungedPackageId.o ) | |
[123 of 221] Compiling Distribution.Types.UnitId ( Distribution/Types/UnitId.hs, dist/build/Distribution/Types/UnitId.o ) | |
[124 of 221] Compiling Distribution.Types.Module ( Distribution/Types/Module.hs, dist/build/Distribution/Types/Module.o ) | |
[125 of 221] Compiling Distribution.Package ( Distribution/Package.hs, dist/build/Distribution/Package.o ) | |
[126 of 221] Compiling Distribution.Simple.InstallDirs ( Distribution/Simple/InstallDirs.hs, dist/build/Distribution/Simple/InstallDirs.o ) | |
[127 of 221] Compiling Distribution.Types.AbiDependency ( Distribution/Types/AbiDependency.hs, dist/build/Distribution/Types/AbiDependency.o ) | |
[128 of 221] Compiling Distribution.Types.AnnotatedId ( Distribution/Types/AnnotatedId.hs, dist/build/Distribution/Types/AnnotatedId.o ) | |
[129 of 221] Compiling Distribution.Types.ComponentInclude ( Distribution/Types/ComponentInclude.hs, dist/build/Distribution/Types/ComponentInclude.o ) | |
[130 of 221] Compiling Distribution.Types.PackageId.Lens ( Distribution/Types/PackageId/Lens.hs, dist/build/Distribution/Types/PackageId/Lens.o ) | |
[131 of 221] Compiling Distribution.Types.PkgconfigDependency ( Distribution/Types/PkgconfigDependency.hs, dist/build/Distribution/Types/PkgconfigDependency.o ) | |
[132 of 221] Compiling Distribution.Types.BuildInfo ( Distribution/Types/BuildInfo.hs, dist/build/Distribution/Types/BuildInfo.o ) | |
[133 of 221] Compiling Distribution.Types.HookedBuildInfo ( Distribution/Types/HookedBuildInfo.hs, dist/build/Distribution/Types/HookedBuildInfo.o ) | |
[134 of 221] Compiling Distribution.Types.BuildInfo.Lens ( Distribution/Types/BuildInfo/Lens.hs, dist/build/Distribution/Types/BuildInfo/Lens.o ) | |
[135 of 221] Compiling Distribution.Types.Benchmark ( Distribution/Types/Benchmark.hs, dist/build/Distribution/Types/Benchmark.o ) | |
[136 of 221] Compiling Distribution.Types.Benchmark.Lens ( Distribution/Types/Benchmark/Lens.hs, dist/build/Distribution/Types/Benchmark/Lens.o ) | |
[137 of 221] Compiling Distribution.Types.Executable ( Distribution/Types/Executable.hs, dist/build/Distribution/Types/Executable.o ) | |
[138 of 221] Compiling Distribution.Types.Executable.Lens ( Distribution/Types/Executable/Lens.hs, dist/build/Distribution/Types/Executable/Lens.o ) | |
[139 of 221] Compiling Distribution.Types.ForeignLib ( Distribution/Types/ForeignLib.hs, dist/build/Distribution/Types/ForeignLib.o ) | |
[140 of 221] Compiling Distribution.Types.ForeignLib.Lens ( Distribution/Types/ForeignLib/Lens.hs, dist/build/Distribution/Types/ForeignLib/Lens.o ) | |
[141 of 221] Compiling Distribution.Types.Library ( Distribution/Types/Library.hs, dist/build/Distribution/Types/Library.o ) | |
[142 of 221] Compiling Distribution.Types.Library.Lens ( Distribution/Types/Library/Lens.hs, dist/build/Distribution/Types/Library/Lens.o ) | |
[143 of 221] Compiling Distribution.Types.TestType ( Distribution/Types/TestType.hs, dist/build/Distribution/Types/TestType.o ) | |
[144 of 221] Compiling Distribution.Types.TestSuiteInterface ( Distribution/Types/TestSuiteInterface.hs, dist/build/Distribution/Types/TestSuiteInterface.o ) | |
[145 of 221] Compiling Distribution.Types.TestSuite ( Distribution/Types/TestSuite.hs, dist/build/Distribution/Types/TestSuite.o ) | |
[146 of 221] Compiling Distribution.Types.Component ( Distribution/Types/Component.hs, dist/build/Distribution/Types/Component.o ) | |
[147 of 221] Compiling Distribution.Types.ComponentRequestedSpec ( Distribution/Types/ComponentRequestedSpec.hs, dist/build/Distribution/Types/ComponentRequestedSpec.o ) | |
[148 of 221] Compiling Distribution.Types.PackageDescription ( Distribution/Types/PackageDescription.hs, dist/build/Distribution/Types/PackageDescription.o ) | |
[149 of 221] Compiling Distribution.Types.GenericPackageDescription ( Distribution/Types/GenericPackageDescription.hs, dist/build/Distribution/Types/GenericPackageDescription.o ) | |
[150 of 221] Compiling Distribution.PackageDescription ( Distribution/PackageDescription.hs, dist/build/Distribution/PackageDescription.o ) | |
[151 of 221] Compiling Distribution.PackageDescription.Configuration ( Distribution/PackageDescription/Configuration.hs, dist/build/Distribution/PackageDescription/Configuration.o ) | |
[152 of 221] Compiling Distribution.Simple.BuildToolDepends ( Distribution/Simple/BuildToolDepends.hs, dist/build/Distribution/Simple/BuildToolDepends.o ) | |
[153 of 221] Compiling Distribution.Simple.Setup ( Distribution/Simple/Setup.hs, dist/build/Distribution/Simple/Setup.o ) | |
[154 of 221] Compiling Distribution.Make ( Distribution/Make.hs, dist/build/Distribution/Make.o ) | |
[155 of 221] Compiling Distribution.Parsec.ConfVar ( Distribution/Parsec/ConfVar.hs, dist/build/Distribution/Parsec/ConfVar.o ) | |
[156 of 221] Compiling Distribution.Types.GenericPackageDescription.Lens ( Distribution/Types/GenericPackageDescription/Lens.hs, dist/build/Distribution/Types/GenericPackageDescription/Lens.o ) | |
[157 of 221] Compiling Distribution.Types.PackageDescription.Lens ( Distribution/Types/PackageDescription/Lens.hs, dist/build/Distribution/Types/PackageDescription/Lens.o ) | |
[158 of 221] Compiling Distribution.Types.TestSuite.Lens ( Distribution/Types/TestSuite/Lens.hs, dist/build/Distribution/Types/TestSuite/Lens.o ) | |
[159 of 221] Compiling Distribution.Types.Lens ( Distribution/Types/Lens.hs, dist/build/Distribution/Types/Lens.o ) | |
[160 of 221] Compiling Distribution.PackageDescription.FieldGrammar ( Distribution/PackageDescription/FieldGrammar.hs, dist/build/Distribution/PackageDescription/FieldGrammar.o ) | |
[161 of 221] Compiling Distribution.PackageDescription.Parsec ( Distribution/PackageDescription/Parsec.hs, dist/build/Distribution/PackageDescription/Parsec.o ) | |
[162 of 221] Compiling Distribution.PackageDescription.PrettyPrint ( Distribution/PackageDescription/PrettyPrint.hs, dist/build/Distribution/PackageDescription/PrettyPrint.o ) | |
[163 of 221] Compiling Distribution.Backpack.DescribeUnitId ( Distribution/Backpack/DescribeUnitId.hs, dist/build/Distribution/Backpack/DescribeUnitId.o ) | |
[164 of 221] Compiling Distribution.Backpack ( Distribution/Backpack.hs, dist/build/Distribution/Backpack.o ) | |
[165 of 221] Compiling Distribution.Backpack.FullUnitId ( Distribution/Backpack/FullUnitId.hs, dist/build/Distribution/Backpack/FullUnitId.o ) | |
[166 of 221] Compiling Distribution.Backpack.ModSubst ( Distribution/Backpack/ModSubst.hs, dist/build/Distribution/Backpack/ModSubst.o ) | |
[167 of 221] Compiling Distribution.Backpack.ModuleScope ( Distribution/Backpack/ModuleScope.hs, dist/build/Distribution/Backpack/ModuleScope.o ) | |
[168 of 221] Compiling Distribution.Simple.Program.GHC ( Distribution/Simple/Program/GHC.hs, dist/build/Distribution/Simple/Program/GHC.o ) | |
[169 of 221] Compiling Distribution.Types.ExposedModule ( Distribution/Types/ExposedModule.hs, dist/build/Distribution/Types/ExposedModule.o ) | |
[170 of 221] Compiling Distribution.Types.InstalledPackageInfo ( Distribution/Types/InstalledPackageInfo.hs, dist/build/Distribution/Types/InstalledPackageInfo.o ) | |
[171 of 221] Compiling Distribution.Types.InstalledPackageInfo.Lens ( Distribution/Types/InstalledPackageInfo/Lens.hs, dist/build/Distribution/Types/InstalledPackageInfo/Lens.o ) | |
[172 of 221] Compiling Distribution.Types.InstalledPackageInfo.FieldGrammar ( Distribution/Types/InstalledPackageInfo/FieldGrammar.hs, dist/build/Distribution/Types/InstalledPackageInfo/FieldGrammar.o ) | |
[173 of 221] Compiling Distribution.InstalledPackageInfo ( Distribution/InstalledPackageInfo.hs, dist/build/Distribution/InstalledPackageInfo.o ) | |
[174 of 221] Compiling Distribution.Backpack.ModuleShape ( Distribution/Backpack/ModuleShape.hs, dist/build/Distribution/Backpack/ModuleShape.o ) | |
[175 of 221] Compiling Distribution.Backpack.PreModuleShape ( Distribution/Backpack/PreModuleShape.hs, dist/build/Distribution/Backpack/PreModuleShape.o ) | |
[176 of 221] Compiling Distribution.Backpack.UnifyM ( Distribution/Backpack/UnifyM.hs, dist/build/Distribution/Backpack/UnifyM.o ) | |
[177 of 221] Compiling Distribution.Backpack.MixLink ( Distribution/Backpack/MixLink.hs, dist/build/Distribution/Backpack/MixLink.o ) | |
[178 of 221] Compiling Distribution.Backpack.PreExistingComponent ( Distribution/Backpack/PreExistingComponent.hs, dist/build/Distribution/Backpack/PreExistingComponent.o ) | |
[179 of 221] Compiling Distribution.Simple.GHC.IPI642 ( Distribution/Simple/GHC/IPI642.hs, dist/build/Distribution/Simple/GHC/IPI642.o ) | |
[180 of 221] Compiling Distribution.Simple.PackageIndex ( Distribution/Simple/PackageIndex.hs, dist/build/Distribution/Simple/PackageIndex.o ) | |
[181 of 221] Compiling Distribution.Simple.Program.HcPkg ( Distribution/Simple/Program/HcPkg.hs, dist/build/Distribution/Simple/Program/HcPkg.o ) | |
[182 of 221] Compiling Distribution.Types.ComponentLocalBuildInfo ( Distribution/Types/ComponentLocalBuildInfo.hs, dist/build/Distribution/Types/ComponentLocalBuildInfo.o ) | |
[183 of 221] Compiling Distribution.Types.TargetInfo ( Distribution/Types/TargetInfo.hs, dist/build/Distribution/Types/TargetInfo.o ) | |
[184 of 221] Compiling Distribution.Types.LocalBuildInfo ( Distribution/Types/LocalBuildInfo.hs, dist/build/Distribution/Types/LocalBuildInfo.o ) | |
[185 of 221] Compiling Distribution.Simple.LocalBuildInfo ( Distribution/Simple/LocalBuildInfo.hs, dist/build/Distribution/Simple/LocalBuildInfo.o ) | |
[186 of 221] Compiling Distribution.Backpack.ComponentsGraph ( Distribution/Backpack/ComponentsGraph.hs, dist/build/Distribution/Backpack/ComponentsGraph.o ) | |
[187 of 221] Compiling Distribution.Backpack.Id ( Distribution/Backpack/Id.hs, dist/build/Distribution/Backpack/Id.o ) | |
[188 of 221] Compiling Distribution.Backpack.ConfiguredComponent ( Distribution/Backpack/ConfiguredComponent.hs, dist/build/Distribution/Backpack/ConfiguredComponent.o ) | |
[189 of 221] Compiling Distribution.Backpack.LinkedComponent ( Distribution/Backpack/LinkedComponent.hs, dist/build/Distribution/Backpack/LinkedComponent.o ) | |
[190 of 221] Compiling Distribution.Backpack.ReadyComponent ( Distribution/Backpack/ReadyComponent.hs, dist/build/Distribution/Backpack/ReadyComponent.o ) | |
[191 of 221] Compiling Distribution.Backpack.Configure ( Distribution/Backpack/Configure.hs, dist/build/Distribution/Backpack/Configure.o ) | |
[192 of 221] Compiling Distribution.Simple.Build.Macros ( Distribution/Simple/Build/Macros.hs, dist/build/Distribution/Simple/Build/Macros.o ) | |
[193 of 221] Compiling Distribution.Simple.BuildPaths ( Distribution/Simple/BuildPaths.hs, dist/build/Distribution/Simple/BuildPaths.o ) | |
[194 of 221] Compiling Distribution.PackageDescription.Check ( Distribution/PackageDescription/Check.hs, dist/build/Distribution/PackageDescription/Check.o ) | |
[195 of 221] Compiling Distribution.Simple.Build.PathsModule ( Distribution/Simple/Build/PathsModule.hs, dist/build/Distribution/Simple/Build/PathsModule.o ) | |
[196 of 221] Compiling Distribution.Simple.BuildTarget ( Distribution/Simple/BuildTarget.hs, dist/build/Distribution/Simple/BuildTarget.o ) | |
[197 of 221] Compiling Distribution.Simple.GHC.Internal ( Distribution/Simple/GHC/Internal.hs, dist/build/Distribution/Simple/GHC/Internal.o ) | |
[198 of 221] Compiling Distribution.Simple.HaskellSuite ( Distribution/Simple/HaskellSuite.hs, dist/build/Distribution/Simple/HaskellSuite.o ) | |
[199 of 221] Compiling Distribution.Simple.Hpc ( Distribution/Simple/Hpc.hs, dist/build/Distribution/Simple/Hpc.o ) | |
[200 of 221] Compiling Distribution.Simple.JHC ( Distribution/Simple/JHC.hs, dist/build/Distribution/Simple/JHC.o ) | |
[201 of 221] Compiling Distribution.Simple.LHC ( Distribution/Simple/LHC.hs, dist/build/Distribution/Simple/LHC.o ) | |
[202 of 221] Compiling Distribution.Simple.Program.Ar ( Distribution/Simple/Program/Ar.hs, dist/build/Distribution/Simple/Program/Ar.o ) | |
[203 of 221] Compiling Distribution.Simple.Program.Ld ( Distribution/Simple/Program/Ld.hs, dist/build/Distribution/Simple/Program/Ld.o ) | |
[204 of 221] Compiling Distribution.Simple.GHC ( Distribution/Simple/GHC.hs, dist/build/Distribution/Simple/GHC.o ) | |
[205 of 221] Compiling Distribution.Simple.GHCJS ( Distribution/Simple/GHCJS.hs, dist/build/Distribution/Simple/GHCJS.o ) | |
[206 of 221] Compiling Distribution.Simple.Test.Log ( Distribution/Simple/Test/Log.hs, dist/build/Distribution/Simple/Test/Log.o ) | |
[207 of 221] Compiling Distribution.Simple.UHC ( Distribution/Simple/UHC.hs, dist/build/Distribution/Simple/UHC.o ) | |
[208 of 221] Compiling Distribution.Simple.Install ( Distribution/Simple/Install.hs, dist/build/Distribution/Simple/Install.o ) | |
[209 of 221] Compiling Distribution.Simple.Register ( Distribution/Simple/Register.hs, dist/build/Distribution/Simple/Register.o ) | |
[210 of 221] Compiling Distribution.Simple.Test.ExeV10 ( Distribution/Simple/Test/ExeV10.hs, dist/build/Distribution/Simple/Test/ExeV10.o ) | |
[211 of 221] Compiling Distribution.Simple.Test.LibV09 ( Distribution/Simple/Test/LibV09.hs, dist/build/Distribution/Simple/Test/LibV09.o ) | |
[212 of 221] Compiling Distribution.Simple.PreProcess ( Distribution/Simple/PreProcess.hs, dist/build/Distribution/Simple/PreProcess.o ) | |
[213 of 221] Compiling Distribution.Simple.Configure ( Distribution/Simple/Configure.hs, dist/build/Distribution/Simple/Configure.o ) | |
[214 of 221] Compiling Distribution.Simple.Build ( Distribution/Simple/Build.hs, dist/build/Distribution/Simple/Build.o ) | |
[215 of 221] Compiling Distribution.Simple.Doctest ( Distribution/Simple/Doctest.hs, dist/build/Distribution/Simple/Doctest.o ) | |
[216 of 221] Compiling Distribution.Simple.Haddock ( Distribution/Simple/Haddock.hs, dist/build/Distribution/Simple/Haddock.o ) | |
[217 of 221] Compiling Distribution.Simple.SrcDist ( Distribution/Simple/SrcDist.hs, dist/build/Distribution/Simple/SrcDist.o ) | |
[218 of 221] Compiling Distribution.Simple.UserHooks ( Distribution/Simple/UserHooks.hs, dist/build/Distribution/Simple/UserHooks.o ) | |
[219 of 221] Compiling Distribution.Simple.Bench ( Distribution/Simple/Bench.hs, dist/build/Distribution/Simple/Bench.o ) | |
[220 of 221] Compiling Distribution.Simple.Test ( Distribution/Simple/Test.hs, dist/build/Distribution/Simple/Test.o ) | |
[221 of 221] Compiling Distribution.Simple ( Distribution/Simple.hs, dist/build/Distribution/Simple.o ) | |
Installing library in | |
/home/hasufell/.cache/cabal-helper/cabal-helper0.8.0.2-Cabal2.2.0.1-ghc8.0.2.20170314.package-db/prefix/lib/x86_64-linux-ghc-8.0.2.20170314/Cabal-2.2.0.1-6HLcq2aqZtmI44wLndAoa9 | |
Registering Cabal-2.2.0.1... | |
done | |
[1 of 4] Compiling CabalHelper.Shared.Sandbox ( /home/hasufell/.cache/cabal-helper/cabal-helper0.8.0.2-Cabal2.2.0.1.build/CabalHelper/Shared/Sandbox.hs, /home/hasufell/.cache/cabal-helper/cabal-helper0.8.0.2-Cabal2.2.0.1.build/CabalHelper/Shared/Sandbox.o ) | |
[2 of 4] Compiling CabalHelper.Shared.InterfaceTypes ( /home/hasufell/.cache/cabal-helper/cabal-helper0.8.0.2-Cabal2.2.0.1.build/CabalHelper/Shared/InterfaceTypes.hs, /home/hasufell/.cache/cabal-helper/cabal-helper0.8.0.2-Cabal2.2.0.1.build/CabalHelper/Shared/InterfaceTypes.o ) | |
[3 of 4] Compiling CabalHelper.Shared.Common ( /home/hasufell/.cache/cabal-helper/cabal-helper0.8.0.2-Cabal2.2.0.1.build/CabalHelper/Shared/Common.hs, /home/hasufell/.cache/cabal-helper/cabal-helper0.8.0.2-Cabal2.2.0.1.build/CabalHelper/Shared/Common.o ) | |
[4 of 4] Compiling Main ( /home/hasufell/.cache/cabal-helper/cabal-helper0.8.0.2-Cabal2.2.0.1.build/CabalHelper/Runtime/Main.hs, /home/hasufell/.cache/cabal-helper/cabal-helper0.8.0.2-Cabal2.2.0.1.build/Main.o ) | |
/home/hasufell/.cache/cabal-helper/cabal-helper0.8.0.2-Cabal2.2.0.1.build/CabalHelper/Runtime/Main.hs:47:1: error: | |
Failed to load interface for ‘Distribution.PackageDescription.Parse’ | |
It is a member of the hidden package ‘Cabal-1.24.2.0’. | |
Use -v to see a list of the files searched for. | |
ghc-mod: readCreateProcess: /home/hasufell/git/ghc-mod/.cabal-sandbox/libexec/x86_64-linux-ghc-8.0.2.20170314/cabal-helper-0.8.0.2/cabal-helper-wrapper "--with-ghc=ghc" "--with-ghc-pkg=ghc-pkg" "--with-cabal=cabal" "/home/hasufell/git/haskell-prepare" "/home/hasufell/git/haskell-prepare/dist" "package-db-stack" "flags" "compiler-version" "ghc-merged-pkg-options" "config-flags" "non-default-config-flags" "ghc-src-options" "ghc-pkg-options" "ghc-lang-options" "ghc-options" "source-dirs" "entrypoints" "needs-build-output" (exit 1): failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment