diff --git a/script/ghci-flags b/script/ghci-flags index f66c92434..a99d20aa6 100755 --- a/script/ghci-flags +++ b/script/ghci-flags @@ -32,7 +32,7 @@ echo "-optP-include" echo "-optP$root/dist-newstyle/build/x86_64-osx/ghc-$ghc_version/semantic-0.8.0.0/build/autogen/cabal_macros.h" # Emit package flags from the environment file, removing comments & prefixing with - -cabal exec -v0 bash -- -c 'cat $GHC_ENVIRONMENT | grep -v "^--" | sed -e "s/^/-/"' +cabal exec -v0 bash -- -c 'cat $GHC_ENVIRONMENT' | grep -v '^--' | sed -e 's/^/-/' echo "-XHaskell2010"