From 249f808d2a60da011318fdbca298b7cd686a5aa4 Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Mon, 3 Jun 2019 16:41:45 -0700 Subject: [PATCH] add the new name type modules to elm.cabal --- elm.cabal | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/elm.cabal b/elm.cabal index 1b35e760..36c9239a 100644 --- a/elm.cabal +++ b/elm.cabal @@ -38,7 +38,7 @@ Executable elm if flag(dev) ghc-options: -O0 -Wall -Werror else - ghc-options: -O2 -rtsopts + ghc-options: -O2 -rtsopts -threaded "-with-rtsopts=-N -qg" Hs-Source-Dirs: compiler/src @@ -54,6 +54,8 @@ Executable elm other-modules: Develop.StaticFiles Develop.StaticFiles.Build + Init + Install Make -- terminal args @@ -86,12 +88,14 @@ Executable elm Elm.Compiler.Type.Extract Elm.Constraint Elm.Docs + Elm.Float Elm.Interface Elm.Kernel Elm.Licenses Elm.Magnitude Elm.ModuleName Elm.Package + Elm.String Elm.Version -- data structures @@ -106,6 +110,7 @@ Executable elm -- json Json.Decode Json.Encode + Json.String -- from compiler/ AST.Canonical @@ -148,9 +153,9 @@ Executable elm Parse.Repl Parse.Shader Parse.Space + Parse.String Parse.Symbol Parse.Type - Parse.Utf8 Parse.Variable Parse.Primitives Reporting.Annotation