UU-ComputerScience / uhc

136 stars 21 forks source link

Broken compilation: Missing modules #79

Closed asr closed 8 years ago

asr commented 8 years ago

In a fresh repo I got the following error (tested using GHC 7.10.3 and the repo for uhc-util):

$ cd EHC
$./configure
$ make
...
Building UHC-Compiler-1.1...
Preprocessing library UHC-Compiler-1.1...

UHC/Compiler/Base/Parser.hs:23:8:
    Could not find module ‘UHC.Compiler.Error.Pretty’
    Perhaps you meant UHC.Light.Compiler.Error.Pretty
    Use -v to see a list of the files searched for.

UHC/Compiler/CHR/CtxtRedOnly/Instances.hs:20:8:
    Could not find module ‘UHC.Compiler.Ty.TreeTrieKey’
    Perhaps you meant UHC.Light.Compiler.Ty.TreeTrieKey
    Use -v to see a list of the files searched for.

UHC/Compiler/CHR/CtxtRedOnly/Key.hs:10:8:
    Could not find module ‘UHC.Compiler.Ty.Pretty’
    Perhaps you meant
      Agda.Compiler.JS.Pretty (needs flag -package-key Agda-2.4.2.5@Agda_FgE4edjDYJJ0EswGRZ7SPQ)
      Agda.Compiler.JS.Pretty (needs flag -package-key Agda-2.5.1@Agda_JCLK1WaLuIG5AjsGcdeGJA)
      Agda.Compiler.JS.Pretty (needs flag -package-key Agda-2.6.0.1@LolnnEi7Whj4ipLqELyxBo)
    Use -v to see a list of the files searched for.

UHC/Compiler/CodeGen/CVar.hs:29:8:
    Could not find module ‘UHC.Compiler.Foreign.Extract’
    Perhaps you meant UHC.Light.Compiler.Foreign.Extract
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Merge.hs:19:8:
    Could not find module ‘UHC.Compiler.Core.FvS’
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Merge.hs:20:8:
    Could not find module ‘UHC.Compiler.Core.ModAsMap’
    Perhaps you meant UHC.Light.Compiler.Core.ModAsMap
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Merge.hs:21:8:
    Could not find module ‘UHC.Compiler.Core.ExtractFFE’
    Perhaps you meant UHC.Light.Compiler.Core.ExtractFFE
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:16:8:
    Could not find module ‘UHC.Compiler.Core.Check’
    Perhaps you meant UHC.Light.Compiler.Core.Check
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:17:8:
    Could not find module ‘UHC.Compiler.Core.Trf.RenUniq’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.RenUniq
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:18:8:
    Could not find module ‘UHC.Compiler.Core.Trf.ANormal’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.ANormal
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:19:8:
    Could not find module ‘UHC.Compiler.Core.Trf.InlineLetAlias’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.InlineLetAlias
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:20:8:
    Could not find module ‘UHC.Compiler.Core.Trf.LetUnrec’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.LetUnrec
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:21:8:
    Could not find module ‘UHC.Compiler.Core.Trf.LetDefBeforeUse’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.LetDefBeforeUse
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:22:8:
    Could not find module ‘UHC.Compiler.Core.Trf.LamGlobalAsArg’
    Perhaps you meant
      UHC.Light.Compiler.Core.Trf.LamGlobalAsArg
      UHC.Light.Compiler.Core.Trf.CAFGlobalAsArg
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:23:8:
    Could not find module ‘UHC.Compiler.Core.Trf.CAFGlobalAsArg’
    Perhaps you meant
      UHC.Light.Compiler.Core.Trf.CAFGlobalAsArg
      UHC.Light.Compiler.Core.Trf.LamGlobalAsArg
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:24:8:
    Could not find module ‘UHC.Compiler.Core.Trf.FloatToGlobal’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.FloatToGlobal
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:25:8:
    Could not find module ‘UHC.Compiler.Core.Trf.ConstProp’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.ConstProp
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:26:8:
    Could not find module ‘UHC.Compiler.Core.Trf.EtaRed’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.EtaRed
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:27:8:
    Could not find module ‘UHC.Compiler.Core.Trf.ElimTrivApp’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.ElimTrivApp
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:28:8:
    Could not find module ‘UHC.Compiler.Core.Trf.AnnBasedSimplify’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.AnnBasedSimplify
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:29:8:
    Could not find module ‘UHC.Compiler.Core.Trf.LetFlattenStrict’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.LetFlattenStrict
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:30:8:
    Could not find module ‘UHC.Compiler.Core.Trf.EraseExtractTysigCore’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.EraseExtractTysigCore
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:31:8:
    Could not find module ‘UHC.Compiler.Core.Trf.FixAfterParse’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.FixAfterParse
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:34:8:
    Could not find module ‘UHC.Compiler.Core.Trf.ExplicitStackTrace’
    Perhaps you meant UHC.Light.Compiler.Core.Trf.ExplicitStackTrace
    Use -v to see a list of the files searched for.

UHC/Compiler/Core/Utils.hs:21:8:
    Could not find module ‘UHC.Compiler.Core.Subst’
    Perhaps you meant UHC.Light.Compiler.Core.Subst
    Use -v to see a list of the files searched for.

UHC/Compiler/Deriving.hs:20:8:
    Could not find module ‘UHC.Compiler.Ty.Trf.Canonic’
    Perhaps you meant UHC.Light.Compiler.Ty.Trf.Canonic
    Use -v to see a list of the files searched for.

UHC/Compiler/EH/Main.hs:4:8:
    Could not find module ‘UHC.Compiler.EH.MainAG’
    Perhaps you meant UHC.Light.Compiler.EH.MainAG
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTHandler/Instances.hs:30:18:
    Could not find module ‘UHC.Compiler.HS.MainAG’
    Perhaps you meant UHC.Light.Compiler.HS.MainAG
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTHandler/Instances.hs:33:8:
    Could not find module ‘UHC.Compiler.Core.PrettyTrace’
    Perhaps you meant UHC.Light.Compiler.Core.PrettyTrace
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTHandler/Instances.hs:35:8:
    Could not find module ‘UHC.Compiler.GrinCode.Pretty’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTHandler/Instances.hs:37:8:
    Could not find module ‘UHC.Compiler.JavaScript.Pretty’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTTypes.hs:23:18:
    Could not find module ‘UHC.Compiler.Core.ToGrin’
    Perhaps you meant UHC.Light.Compiler.Core.ToGrin
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTTypes.hs:27:18:
    Could not find module ‘UHC.Compiler.HS.ModImpExp’
    Perhaps you meant UHC.Light.Compiler.HS.ModImpExp
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/BuildFunction/Run.hs:40:8:
    Could not find module ‘UHC.Compiler.Core.Trf.ElimNonCodegenConstructs’
    Perhaps you meant
      UHC.Light.Compiler.Core.Trf.ElimNonCodegenConstructs
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/CompileJavaScript.hs:20:8:
    Could not find module ‘UHC.Compiler.Core.ToJavaScript’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/FlowBetweenPhase.hs:25:8:
    Could not find module ‘UHC.Compiler.Core.UsedModNms’
    Perhaps you meant UHC.Light.Compiler.Core.UsedModNms
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:14:8:
    Could not find module ‘UHC.Compiler.GrinCode.Trf.UnusedMetaInfoElim’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:15:8:
    Could not find module ‘UHC.Compiler.GrinCode.Trf.UnusedNameElim’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:16:8:
    Could not find module ‘UHC.Compiler.GrinCode.Trf.AliasElim’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:17:8:
    Could not find module ‘UHC.Compiler.GrinCode.Trf.MayLiveUnboxed’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:18:8:
    Could not find module ‘UHC.Compiler.GrinCode.Trf.BasicAnnotAliasElim’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:19:8:
    Could not find module ‘UHC.Compiler.GrinCode.Trf.ConstPropagation’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:20:8:
    Could not find module ‘UHC.Compiler.GrinCode.Trf.FlattenSeq’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:21:8:
    Could not find module ‘UHC.Compiler.GrinCode.Trf.EvalElim’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:22:8:
    Could not find module ‘UHC.Compiler.GrinCode.Trf.Inline’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/Translations.hs:27:8:
    Could not find module ‘UHC.Compiler.GrinCode.ToGrinByteCode’
    Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/Translations.hs:28:8:
    Could not find module ‘UHC.Compiler.GrinByteCode.ToC’
    Use -v to see a list of the files searched for.

UHC/Compiler/Gam/DataGam.hs:42:8:
    Could not find module ‘UHC.Compiler.Ty.Trf.Quantify’
    Perhaps you meant UHC.Light.Compiler.Ty.Trf.Quantify
    Use -v to see a list of the files searched for.

UHC/Compiler/Gam/Instantiate.hs:12:8:
    Could not find module ‘UHC.Compiler.Ty.Trf.Instantiate’
    Perhaps you meant UHC.Light.Compiler.Ty.Trf.Instantiate
    Use -v to see a list of the files searched for.

UHC/Compiler/Gam/Quantify.hs:18:8:
    Could not find module ‘UHC.Compiler.Ty.Trf.MergePreds’
    Perhaps you meant UHC.Light.Compiler.Ty.Trf.MergePreds
    Use -v to see a list of the files searched for.

UHC/Compiler/Gam/Utils.hs:16:8:
    Could not find module ‘UHC.Compiler.Ty.UsedNames’
    Perhaps you meant UHC.Light.Compiler.Ty.UsedNames
    Use -v to see a list of the files searched for.

UHC/Compiler/JavaScript/Trf.hs:12:8:
    Could not find module ‘UHC.Compiler.JavaScript.Trf.InlineSingleUseNames’
    Use -v to see a list of the files searched for.

UHC/Compiler/JavaScript/Trf.hs:13:8:
    Could not find module ‘UHC.Compiler.JavaScript.Trf.CompactAndSimplify’
    Use -v to see a list of the files searched for.

UHC/Compiler/Pred/CtxtRedOnly/ToCHR.hs:16:8:
    Could not find module ‘UHC.Compiler.Ty.Ftv’
    Use -v to see a list of the files searched for.

UHC/Compiler/Substitutable.hs:16:8:
    Could not find module ‘UHC.Compiler.Ty.Trf.Subst’
    Perhaps you meant UHC.Light.Compiler.Ty.Trf.Subst
    Use -v to see a list of the files searched for.

src/ehc/Core/API.chs:133:8:
    Could not find module ‘UHC.Compiler.Core.Pretty’
    Perhaps you meant UHC.Light.Compiler.Core.Pretty
    Use -v to see a list of the files searched for.
atzedijkstra commented 8 years ago

Lots of files gotten lost because of directory/file restructure and something gone wrong with git moving... Fixed it. On my system a fresh build now is ok. Please check, and if ok I'll distribute to hackage.

A

On 20 May 2016, at 17:33, Andrés Sicard-Ramírez notifications@github.com wrote:

In a fresh repo I got the following error (tested using GHC 7.10.3 and the repo for uhc-util):

$ cd EHC $./configure $ make ... Building UHC-Compiler-1.1... Preprocessing library UHC-Compiler-1.1...

UHC/Compiler/Base/Parser.hs:23:8: Could not find module ‘UHC.Compiler.Error.Pretty’ Perhaps you meant UHC.Light.Compiler.Error.Pretty Use -v to see a list of the files searched for.

UHC/Compiler/CHR/CtxtRedOnly/Instances.hs:20:8: Could not find module ‘UHC.Compiler.Ty.TreeTrieKey’ Perhaps you meant UHC.Light.Compiler.Ty.TreeTrieKey Use -v to see a list of the files searched for.

UHC/Compiler/CHR/CtxtRedOnly/Key.hs:10:8: Could not find module ‘UHC.Compiler.Ty.Pretty’ Perhaps you meant Agda.Compiler.JS.Pretty (needs flag -package-key Agda-2.4.2.5@Agda_FgE4edjDYJJ0EswGRZ7SPQ) Agda.Compiler.JS.Pretty (needs flag -package-key Agda-2.5.1@Agda_JCLK1WaLuIG5AjsGcdeGJA) Agda.Compiler.JS.Pretty (needs flag -package-key Agda-2.6.0.1@LolnnEi7Whj4ipLqELyxBo) Use -v to see a list of the files searched for.

UHC/Compiler/CodeGen/CVar.hs:29:8: Could not find module ‘UHC.Compiler.Foreign.Extract’ Perhaps you meant UHC.Light.Compiler.Foreign.Extract Use -v to see a list of the files searched for.

UHC/Compiler/Core/Merge.hs:19:8: Could not find module ‘UHC.Compiler.Core.FvS’ Use -v to see a list of the files searched for.

UHC/Compiler/Core/Merge.hs:20:8: Could not find module ‘UHC.Compiler.Core.ModAsMap’ Perhaps you meant UHC.Light.Compiler.Core.ModAsMap Use -v to see a list of the files searched for.

UHC/Compiler/Core/Merge.hs:21:8: Could not find module ‘UHC.Compiler.Core.ExtractFFE’ Perhaps you meant UHC.Light.Compiler.Core.ExtractFFE Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:16:8: Could not find module ‘UHC.Compiler.Core.Check’ Perhaps you meant UHC.Light.Compiler.Core.Check Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:17:8: Could not find module ‘UHC.Compiler.Core.Trf.RenUniq’ Perhaps you meant UHC.Light.Compiler.Core.Trf.RenUniq Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:18:8: Could not find module ‘UHC.Compiler.Core.Trf.ANormal’ Perhaps you meant UHC.Light.Compiler.Core.Trf.ANormal Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:19:8: Could not find module ‘UHC.Compiler.Core.Trf.InlineLetAlias’ Perhaps you meant UHC.Light.Compiler.Core.Trf.InlineLetAlias Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:20:8: Could not find module ‘UHC.Compiler.Core.Trf.LetUnrec’ Perhaps you meant UHC.Light.Compiler.Core.Trf.LetUnrec Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:21:8: Could not find module ‘UHC.Compiler.Core.Trf.LetDefBeforeUse’ Perhaps you meant UHC.Light.Compiler.Core.Trf.LetDefBeforeUse Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:22:8: Could not find module ‘UHC.Compiler.Core.Trf.LamGlobalAsArg’ Perhaps you meant UHC.Light.Compiler.Core.Trf.LamGlobalAsArg UHC.Light.Compiler.Core.Trf.CAFGlobalAsArg Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:23:8: Could not find module ‘UHC.Compiler.Core.Trf.CAFGlobalAsArg’ Perhaps you meant UHC.Light.Compiler.Core.Trf.CAFGlobalAsArg UHC.Light.Compiler.Core.Trf.LamGlobalAsArg Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:24:8: Could not find module ‘UHC.Compiler.Core.Trf.FloatToGlobal’ Perhaps you meant UHC.Light.Compiler.Core.Trf.FloatToGlobal Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:25:8: Could not find module ‘UHC.Compiler.Core.Trf.ConstProp’ Perhaps you meant UHC.Light.Compiler.Core.Trf.ConstProp Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:26:8: Could not find module ‘UHC.Compiler.Core.Trf.EtaRed’ Perhaps you meant UHC.Light.Compiler.Core.Trf.EtaRed Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:27:8: Could not find module ‘UHC.Compiler.Core.Trf.ElimTrivApp’ Perhaps you meant UHC.Light.Compiler.Core.Trf.ElimTrivApp Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:28:8: Could not find module ‘UHC.Compiler.Core.Trf.AnnBasedSimplify’ Perhaps you meant UHC.Light.Compiler.Core.Trf.AnnBasedSimplify Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:29:8: Could not find module ‘UHC.Compiler.Core.Trf.LetFlattenStrict’ Perhaps you meant UHC.Light.Compiler.Core.Trf.LetFlattenStrict Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:30:8: Could not find module ‘UHC.Compiler.Core.Trf.EraseExtractTysigCore’ Perhaps you meant UHC.Light.Compiler.Core.Trf.EraseExtractTysigCore Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:31:8: Could not find module ‘UHC.Compiler.Core.Trf.FixAfterParse’ Perhaps you meant UHC.Light.Compiler.Core.Trf.FixAfterParse Use -v to see a list of the files searched for.

UHC/Compiler/Core/Trf.hs:34:8: Could not find module ‘UHC.Compiler.Core.Trf.ExplicitStackTrace’ Perhaps you meant UHC.Light.Compiler.Core.Trf.ExplicitStackTrace Use -v to see a list of the files searched for.

UHC/Compiler/Core/Utils.hs:21:8: Could not find module ‘UHC.Compiler.Core.Subst’ Perhaps you meant UHC.Light.Compiler.Core.Subst Use -v to see a list of the files searched for.

UHC/Compiler/Deriving.hs:20:8: Could not find module ‘UHC.Compiler.Ty.Trf.Canonic’ Perhaps you meant UHC.Light.Compiler.Ty.Trf.Canonic Use -v to see a list of the files searched for.

UHC/Compiler/EH/Main.hs:4:8: Could not find module ‘UHC.Compiler.EH.MainAG’ Perhaps you meant UHC.Light.Compiler.EH.MainAG Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTHandler/Instances.hs:30:18: Could not find module ‘UHC.Compiler.HS.MainAG’ Perhaps you meant UHC.Light.Compiler.HS.MainAG Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTHandler/Instances.hs:33:8: Could not find module ‘UHC.Compiler.Core.PrettyTrace’ Perhaps you meant UHC.Light.Compiler.Core.PrettyTrace Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTHandler/Instances.hs:35:8: Could not find module ‘UHC.Compiler.GrinCode.Pretty’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTHandler/Instances.hs:37:8: Could not find module ‘UHC.Compiler.JavaScript.Pretty’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTTypes.hs:23:18: Could not find module ‘UHC.Compiler.Core.ToGrin’ Perhaps you meant UHC.Light.Compiler.Core.ToGrin Use -v to see a list of the files searched for.

UHC/Compiler/EHC/ASTTypes.hs:27:18: Could not find module ‘UHC.Compiler.HS.ModImpExp’ Perhaps you meant UHC.Light.Compiler.HS.ModImpExp Use -v to see a list of the files searched for.

UHC/Compiler/EHC/BuildFunction/Run.hs:40:8: Could not find module ‘UHC.Compiler.Core.Trf.ElimNonCodegenConstructs’ Perhaps you meant UHC.Light.Compiler.Core.Trf.ElimNonCodegenConstructs Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/CompileJavaScript.hs:20:8: Could not find module ‘UHC.Compiler.Core.ToJavaScript’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/FlowBetweenPhase.hs:25:8: Could not find module ‘UHC.Compiler.Core.UsedModNms’ Perhaps you meant UHC.Light.Compiler.Core.UsedModNms Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:14:8: Could not find module ‘UHC.Compiler.GrinCode.Trf.UnusedMetaInfoElim’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:15:8: Could not find module ‘UHC.Compiler.GrinCode.Trf.UnusedNameElim’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:16:8: Could not find module ‘UHC.Compiler.GrinCode.Trf.AliasElim’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:17:8: Could not find module ‘UHC.Compiler.GrinCode.Trf.MayLiveUnboxed’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:18:8: Could not find module ‘UHC.Compiler.GrinCode.Trf.BasicAnnotAliasElim’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:19:8: Could not find module ‘UHC.Compiler.GrinCode.Trf.ConstPropagation’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:20:8: Could not find module ‘UHC.Compiler.GrinCode.Trf.FlattenSeq’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:21:8: Could not find module ‘UHC.Compiler.GrinCode.Trf.EvalElim’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/TransformGrin.hs:22:8: Could not find module ‘UHC.Compiler.GrinCode.Trf.Inline’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/Translations.hs:27:8: Could not find module ‘UHC.Compiler.GrinCode.ToGrinByteCode’ Use -v to see a list of the files searched for.

UHC/Compiler/EHC/CompilePhase/Translations.hs:28:8: Could not find module ‘UHC.Compiler.GrinByteCode.ToC’ Use -v to see a list of the files searched for.

UHC/Compiler/Gam/DataGam.hs:42:8: Could not find module ‘UHC.Compiler.Ty.Trf.Quantify’ Perhaps you meant UHC.Light.Compiler.Ty.Trf.Quantify Use -v to see a list of the files searched for.

UHC/Compiler/Gam/Instantiate.hs:12:8: Could not find module ‘UHC.Compiler.Ty.Trf.Instantiate’ Perhaps you meant UHC.Light.Compiler.Ty.Trf.Instantiate Use -v to see a list of the files searched for.

UHC/Compiler/Gam/Quantify.hs:18:8: Could not find module ‘UHC.Compiler.Ty.Trf.MergePreds’ Perhaps you meant UHC.Light.Compiler.Ty.Trf.MergePreds Use -v to see a list of the files searched for.

UHC/Compiler/Gam/Utils.hs:16:8: Could not find module ‘UHC.Compiler.Ty.UsedNames’ Perhaps you meant UHC.Light.Compiler.Ty.UsedNames Use -v to see a list of the files searched for.

UHC/Compiler/JavaScript/Trf.hs:12:8: Could not find module ‘UHC.Compiler.JavaScript.Trf.InlineSingleUseNames’ Use -v to see a list of the files searched for.

UHC/Compiler/JavaScript/Trf.hs:13:8: Could not find module ‘UHC.Compiler.JavaScript.Trf.CompactAndSimplify’ Use -v to see a list of the files searched for.

UHC/Compiler/Pred/CtxtRedOnly/ToCHR.hs:16:8: Could not find module ‘UHC.Compiler.Ty.Ftv’ Use -v to see a list of the files searched for.

UHC/Compiler/Substitutable.hs:16:8: Could not find module ‘UHC.Compiler.Ty.Trf.Subst’ Perhaps you meant UHC.Light.Compiler.Ty.Trf.Subst Use -v to see a list of the files searched for.

src/ehc/Core/API.chs:133:8: Could not find module ‘UHC.Compiler.Core.Pretty’ Perhaps you meant UHC.Light.Compiler.Core.Pretty Use -v to see a list of the files searched for.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

asr commented 8 years ago

On my system a fresh build now is ok. Please check,

The same here using GHC 7.10.3. For GHC 8.0.1 you need to merge the PR #76.