aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-12-15 23:02:29 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:06:51 +0100
commit66ff20ada55558ab1fda09f22f4f6f6de0736136 (patch)
tree34e8d4ad4c1f20e838993aebf2d81e460702da08 /cabal-helper.cabal
parentf958f2d07e8cd213014bff98de5e305e7ce84608 (diff)
Move Shared.Sandbox module to Compiletime.
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 2727307..6d51c7b 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -116,11 +116,11 @@ library c-h-internal
CabalHelper.Compiletime.Program.CabalInstall
CabalHelper.Compiletime.Program.Stack
CabalHelper.Compiletime.Program.GHC
+ CabalHelper.Compiletime.Sandbox
CabalHelper.Compiletime.Types
CabalHelper.Compiletime.Types.RelativePath
CabalHelper.Shared.Common
CabalHelper.Shared.InterfaceTypes
- CabalHelper.Shared.Sandbox
other-modules:
Paths_cabal_helper
autogen-modules:
@@ -165,7 +165,6 @@ executable cabal-helper-main
CabalHelper.Runtime.Compat
CabalHelper.Shared.Common
CabalHelper.Shared.InterfaceTypes
- CabalHelper.Shared.Sandbox
CabalHelper.Shared.Common
-- This component is usually built at runtime but during development it's