From 7bfab8267e9b84755b505832e1e860da6f4dcabf Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Thu, 22 Feb 2018 11:05:32 -0800 Subject: [PATCH] Add all of the modules from various .cabal files --- elm.cabal | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 2 deletions(-) diff --git a/elm.cabal b/elm.cabal index d202d8d0..7203b23b 100644 --- a/elm.cabal +++ b/elm.cabal @@ -41,14 +41,81 @@ Executable elm ghc-options: -O2 -fsimpl-tick-factor=200 Hs-Source-Dirs: - builder/src compiler/src - terminal/src + builder/src + ui/terminal/src Main-Is: Main.hs other-modules: + Bump + CommandLine.Args + CommandLine.Args.Internal + Develop + Develop.Compile + Develop.Generate.Help + Develop.Generate.Index + Develop.Generate.NotFound + Develop.StaticFiles + Develop.StaticFiles.Build + Diff + Install + Make + Publish + Repl + + -- shared from builder/ + Elm.Bump, + Elm.Diff, + Elm.Install, + Elm.PerUserCache, + Elm.Project, + Elm.Project.Constraint, + Elm.Project.Flags, + Elm.Project.Json, + Elm.Project.Licenses, + Elm.Publish, + File.IO, + Reporting.Progress.Repl, + Reporting.Progress.Terminal, + Reporting.Task, + + -- private from builder/ + Deps.Diff, + Deps.Explorer, + Deps.Get, + Deps.Solver, + Deps.Verify, + Deps.Website, + Elm.Project.Root, + Elm.Project.Summary, + File.Args, + File.Artifacts, + File.Compile, + File.Crawl, + File.Find, + File.Hash, + File.Header, + File.Plan, + Generate.Functions, + Generate.Output, + Reporting.Error2, + Reporting.Error.Assets, + Reporting.Error.Bump, + Reporting.Error.Compile, + Reporting.Error.Crawl, + Reporting.Error.Deps, + Reporting.Error.Diff, + Reporting.Error.Help, + Reporting.Error.Http, + Reporting.Error.Publish, + Reporting.Progress, + Reporting.Progress.Bar, + Reporting.Task.Http, + Stuff.Paths, + Stuff.Verify, + -- shared from compiler/ Elm.Compiler, Elm.Compiler.Module, @@ -62,6 +129,7 @@ Executable elm Elm.Utils, Json.Decode, Json.Encode, + -- private from compiler/ AST.Canonical, AST.Optimized,