Update cabal file for module changes

This commit is contained in:
Evan Czaplicki 2018-03-26 18:18:22 +02:00
parent 2ca3cd939a
commit dba0611071
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,3 @@
{-# OPTIONS_GHC -Wall #-}
{-# LANGUAGE OverloadedStrings #-}
module Deps.Diff
( diff

View File

@ -53,8 +53,6 @@ Executable elm
other-modules:
Bump
CommandLine.Args
CommandLine.Args.Internal
Develop
Develop.Compile
Develop.Generate.Help
@ -68,6 +66,13 @@ Executable elm
Publish
Repl
-- terminal args
Terminal.Args
Terminal.Args.Chomp
Terminal.Args.Error
Terminal.Args.Helpers
Terminal.Args.Internal
-- shared from builder/
Elm.Bump,
Elm.Diff,
@ -75,7 +80,6 @@ Executable elm
Elm.PerUserCache,
Elm.Project,
Elm.Project.Constraint,
Elm.Project.Flags,
Elm.Project.Json,
Elm.Project.Licenses,
Elm.Publish,