Skip to content

Commit cd682c9

Browse files
committed
add additional other-modules to worker/elm.cabal
1 parent fdb799a commit cd682c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

worker/elm.cabal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Executable worker
5454
AST.Utils.Binop
5555
AST.Utils.Shader
5656
AST.Utils.Type
57+
BackgroundWriter
58+
Build
5759
Canonicalize.Effects
5860
Canonicalize.Environment
5961
Canonicalize.Environment.Dups
@@ -91,6 +93,7 @@ Executable worker
9193
Elm.String
9294
Elm.Version
9395
File
96+
Generate
9497
Generate.Html
9598
Generate.JavaScript
9699
Generate.JavaScript.Builder
@@ -102,6 +105,7 @@ Executable worker
102105
Json.Decode
103106
Json.Encode
104107
Json.String
108+
Nitpick.Debug
105109
Nitpick.PatternMatches
106110
Optimize.Case
107111
Optimize.DecisionTree
@@ -185,6 +189,7 @@ Executable worker
185189
snap-core,
186190
snap-server,
187191
template-haskell,
192+
text,
188193
time >= 1.9.1,
189194
unordered-containers,
190195
utf8-string,

0 commit comments

Comments
 (0)