cosmetic: remove a bunch of commas

This commit is contained in:
Evan Czaplicki 2018-05-21 18:04:19 -04:00
parent bfc3284e31
commit 7dbdaae0e1

294
elm.cabal
View File

@ -72,159 +72,159 @@ Executable elm
Terminal.Args.Internal
-- shared from builder/
Elm.Bump,
Elm.Diff,
Elm.Install,
Elm.PerUserCache,
Elm.Project,
Elm.Project.Constraint,
Elm.Project.Json,
Elm.Project.Licenses,
Elm.Publish,
File.IO,
Reporting.Progress.Json,
Reporting.Progress.Repl,
Reporting.Progress.Terminal,
Reporting.Task,
Elm.Bump
Elm.Diff
Elm.Install
Elm.PerUserCache
Elm.Project
Elm.Project.Constraint
Elm.Project.Json
Elm.Project.Licenses
Elm.Publish
File.IO
Reporting.Progress.Json
Reporting.Progress.Repl
Reporting.Progress.Terminal
Reporting.Task
-- private from builder/
Deps.Cache,
Deps.Diff,
Deps.Explorer,
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.Html,
Generate.Nitpick,
Generate.Output,
Reporting.Exit,
Reporting.Exit.Assets,
Reporting.Exit.Bump,
Reporting.Exit.Compile,
Reporting.Exit.Crawl,
Reporting.Exit.Deps,
Reporting.Exit.Diff,
Reporting.Exit.Help,
Reporting.Exit.Http,
Reporting.Exit.Make,
Reporting.Exit.Install,
Reporting.Exit.Publish,
Reporting.Progress,
Reporting.Progress.Bar,
Reporting.Task.Http,
Stuff.Paths,
Stuff.Verify,
Deps.Cache
Deps.Diff
Deps.Explorer
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.Html
Generate.Nitpick
Generate.Output
Reporting.Exit
Reporting.Exit.Assets
Reporting.Exit.Bump
Reporting.Exit.Compile
Reporting.Exit.Crawl
Reporting.Exit.Deps
Reporting.Exit.Diff
Reporting.Exit.Help
Reporting.Exit.Http
Reporting.Exit.Make
Reporting.Exit.Install
Reporting.Exit.Publish
Reporting.Progress
Reporting.Progress.Bar
Reporting.Task.Http
Stuff.Paths
Stuff.Verify
-- shared from compiler/
Elm.Compiler,
Elm.Compiler.Module,
Elm.Compiler.Objects,
Elm.Compiler.Type,
Elm.Docs,
Elm.Kernel,
Elm.Header,
Elm.Name,
Elm.Package,
Json.Decode,
Json.Encode,
Elm.Compiler
Elm.Compiler.Module
Elm.Compiler.Objects
Elm.Compiler.Type
Elm.Docs
Elm.Kernel
Elm.Header
Elm.Name
Elm.Package
Json.Decode
Json.Encode
-- private from compiler/
AST.Canonical,
AST.Optimized,
AST.Source,
AST.Module.Name,
AST.Utils.Binop,
AST.Utils.Shader,
AST.Utils.Type,
AST.Valid,
Canonicalize.Effects,
Canonicalize.Environment,
Canonicalize.Environment.Dups,
Canonicalize.Environment.Foreign,
Canonicalize.Environment.Local,
Canonicalize.Expression,
Canonicalize.Module,
Canonicalize.Pattern,
Canonicalize.Type,
Compile,
Data.Bag,
Data.Index,
Data.OneOrMore,
Elm.Compiler.Imports,
Elm.Compiler.Type.Extract,
Elm.Compiler.Version,
Elm.Interface,
Generate.JavaScript,
Generate.JavaScript.Builder,
Generate.JavaScript.Expression,
Generate.JavaScript.Mode,
Generate.JavaScript.Name,
Json.Decode.Error,
Json.Decode.Internals,
Nitpick.PatternMatches,
Optimize.Case,
Optimize.DecisionTree,
Optimize.Expression,
Optimize.Module,
Optimize.Names,
Optimize.Port,
Parse.Declaration,
Parse.Expression,
Parse.Module,
Parse.Parse,
Parse.Pattern,
Parse.Primitives,
Parse.Primitives.Internals,
Parse.Primitives.Kernel,
Parse.Primitives.Keyword,
Parse.Primitives.Number,
Parse.Primitives.Shader,
Parse.Primitives.Symbol,
Parse.Primitives.Utf8,
Parse.Primitives.Variable,
Parse.Primitives.Whitespace,
Parse.Repl,
Parse.Shader,
Parse.Type,
Reporting.Annotation,
Reporting.Doc,
Reporting.Error,
Reporting.Error.Canonicalize,
Reporting.Error.Docs,
Reporting.Error.Main,
Reporting.Error.Pattern,
Reporting.Error.Syntax,
Reporting.Error.Type,
Reporting.Region,
Reporting.Render.Code,
Reporting.Render.Type,
Reporting.Render.Type.Localizer,
Reporting.Report,
Reporting.Result,
Reporting.Suggest,
Reporting.Warning,
Type.Constrain.Expression,
Type.Constrain.Module,
Type.Constrain.Pattern,
Type.Error,
Type.Instantiate,
Type.Occurs,
Type.Solve,
Type.Type,
Type.Unify,
Type.UnionFind,
Validate,
AST.Canonical
AST.Optimized
AST.Source
AST.Module.Name
AST.Utils.Binop
AST.Utils.Shader
AST.Utils.Type
AST.Valid
Canonicalize.Effects
Canonicalize.Environment
Canonicalize.Environment.Dups
Canonicalize.Environment.Foreign
Canonicalize.Environment.Local
Canonicalize.Expression
Canonicalize.Module
Canonicalize.Pattern
Canonicalize.Type
Compile
Data.Bag
Data.Index
Data.OneOrMore
Elm.Compiler.Imports
Elm.Compiler.Type.Extract
Elm.Compiler.Version
Elm.Interface
Generate.JavaScript
Generate.JavaScript.Builder
Generate.JavaScript.Expression
Generate.JavaScript.Mode
Generate.JavaScript.Name
Json.Decode.Error
Json.Decode.Internals
Nitpick.PatternMatches
Optimize.Case
Optimize.DecisionTree
Optimize.Expression
Optimize.Module
Optimize.Names
Optimize.Port
Parse.Declaration
Parse.Expression
Parse.Module
Parse.Parse
Parse.Pattern
Parse.Primitives
Parse.Primitives.Internals
Parse.Primitives.Kernel
Parse.Primitives.Keyword
Parse.Primitives.Number
Parse.Primitives.Shader
Parse.Primitives.Symbol
Parse.Primitives.Utf8
Parse.Primitives.Variable
Parse.Primitives.Whitespace
Parse.Repl
Parse.Shader
Parse.Type
Reporting.Annotation
Reporting.Doc
Reporting.Error
Reporting.Error.Canonicalize
Reporting.Error.Docs
Reporting.Error.Main
Reporting.Error.Pattern
Reporting.Error.Syntax
Reporting.Error.Type
Reporting.Region
Reporting.Render.Code
Reporting.Render.Type
Reporting.Render.Type.Localizer
Reporting.Report
Reporting.Result
Reporting.Suggest
Reporting.Warning
Type.Constrain.Expression
Type.Constrain.Module
Type.Constrain.Pattern
Type.Error
Type.Instantiate
Type.Occurs
Type.Solve
Type.Type
Type.Unify
Type.UnionFind
Validate
Paths_elm
Build-depends: