aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-12-29 15:55:20 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-12-29 16:35:59 +0100
commitcd293cc8ef24d5014bdea150f7d315d43126d055 (patch)
treefb47d1a4b9cd0dbd92da4e5228dcbd3606f3b9ba /cabal-helper.cabal
parent621f81d9a5b31990c08453c67b26fbfc11ae3bf4 (diff)
ghc-session: Get GHC libdir from --print-libdir command
Using ghc-paths bypasses cabal's rebuild checks though, for example, installing the compiler into a different directory will change the libdir but cabal won't recompile ghc-paths.
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index b1ed388..4a55585 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -184,7 +184,6 @@ test-suite ghc-session
hs-source-dirs: tests
ghc-options: -Wall
build-depends: ghc < 8.9 && >= 8.0.2
- , ghc-paths < 0.2 && >= 0.1.0.9
, pretty-show < 1.9 && >= 1.8.1
, cabal-helper
, c-h-internal