Skip to content
This repository was archived by the owner on Aug 23, 2018. It is now read-only.

Commit 6bbc51c

Browse files
committed
Add a bunch of modules needed for builds
1 parent 2031f27 commit 6bbc51c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

elm-package.cabal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,29 @@ Executable elm-package
9090
Main.hs
9191

9292
other-modules:
93+
Bump,
9394
Catalog,
9495
CommandLine.Arguments,
9596
CommandLine.Helpers,
97+
Diff,
9698
Diff.Compare,
9799
Diff.Display,
100+
Docs,
98101
Elm.Package.Constraint,
99102
Elm.Package.Description,
103+
Elm.Package.Initialize,
100104
Elm.Package.Name,
101105
Elm.Package.Paths,
102106
Elm.Package.Solution,
103107
Elm.Package.Version,
108+
Github,
104109
Install,
105110
Install.Fetch,
106111
Install.Plan,
107112
Install.Solver,
108113
Manager,
109114
Publish,
115+
Store,
110116
Utils.Http,
111117
Utils.Paths
112118

0 commit comments

Comments
 (0)