From abe0a27c4ee44ef485f5df04fa11fcd83fafd982 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 17 Dec 2019 16:51:21 -0500 Subject: [PATCH] :fire: the package name from the paths. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We’re determining these things ourselves so we don’t need to fuss about that. --- script/ghci-flags | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/script/ghci-flags b/script/ghci-flags index c1bba690a..e1eb0bdaf 100755 --- a/script/ghci-flags +++ b/script/ghci-flags @@ -21,14 +21,14 @@ function flags { echo "-O0" echo "-ignore-dot-ghci" - echo "-outputdir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build" - echo "-odir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build" - echo "-hidir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build" - echo "-stubdir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build" + echo "-outputdir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/build" + echo "-odir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/build" + echo "-hidir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/build" + echo "-stubdir $repl_builddir/build/x86_64-osx/ghc-$ghc_version/build" - echo "-i$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build/autogen" + echo "-i$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/build/autogen" - echo "-I$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build/autogen" + echo "-I$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/build/autogen" echo "-i$root/semantic-analysis/src" echo "-i$root/semantic-ast/src" @@ -43,7 +43,7 @@ function flags { echo "-i$root/test" echo "-optP-include" - echo "-optP$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build/autogen/cabal_macros.h" + echo "-optP$root/$repl_builddir/build/x86_64-osx/ghc-$ghc_version/build/autogen/cabal_macros.h" echo "-hide-all-packages"