aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-25 10:45:03 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-25 13:11:28 +0200
commitb42f9095993f5862d4450a84f6cf535b7a252d48 (patch)
tree4b55984dd1258a9bb9c6cb950834961bd2a10524 /cabal-helper.cabal
parent373a468190a393fa2f7cf3851f1050dc6bf5bea1 (diff)
Remove 'Options' from shared Types module
Only needed at compiletime, were being hidden everywhere else already.
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 31d3aca..a205290 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -57,8 +57,8 @@ library
default-extensions: NondecreasingIndentation
exposed-modules: Distribution.Helper
other-modules:
+ CabalHelper.Shared.InterfaceTypes
CabalHelper.Shared.Sandbox
- CabalHelper.Shared.Types
Paths_cabal_helper
ghc-options: -Wall
build-depends: base < 5 && >= 4.5
@@ -82,9 +82,9 @@ executable cabal-helper-wrapper
CabalHelper.Compiletime.Data
CabalHelper.Compiletime.GuessGhc
CabalHelper.Compiletime.Log
+ CabalHelper.Compiletime.Types
CabalHelper.Shared.Common
CabalHelper.Shared.Sandbox
- CabalHelper.Shared.Types
Paths_cabal_helper
ghc-options: -Wall
scope: private
@@ -116,9 +116,9 @@ test-suite compile-test
CabalHelper.Compiletime.Compile
CabalHelper.Compiletime.Data
CabalHelper.Compiletime.Log
+ CabalHelper.Compiletime.Types
CabalHelper.Shared.Common
CabalHelper.Shared.Sandbox
- CabalHelper.Shared.Types
Distribution.Helper
Paths_cabal_helper
hs-source-dirs: .
@@ -157,8 +157,8 @@ executable cabal-helper-main
other-modules:
CabalHelper.Runtime.Licenses
CabalHelper.Shared.Common
+ CabalHelper.Shared.InterfaceTypes
CabalHelper.Shared.Sandbox
- CabalHelper.Shared.Types
ghc-options: -Wall -fno-warn-unused-imports
build-depends: base
, Cabal