From cd293cc8ef24d5014bdea150f7d315d43126d055 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sun, 29 Dec 2019 15:55:20 +0100 Subject: 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. --- cabal-helper.cabal | 1 - 1 file changed, 1 deletion(-) (limited to 'cabal-helper.cabal') 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 -- cgit v1.2.3