haskell-ghc-mod: Correct patch to ghc-process.el

This change has been accepted upstream, so soon it will not be necessary.
This commit is contained in:
John Wiegley 2014-07-09 17:51:20 -05:00
parent a25c35b89b
commit 0114a972c7

View File

@ -21,7 +21,7 @@ cabal.mkDerivation (self: {
configureFlags = "--datasubdir=${self.pname}-${self.version}";
postInstall = ''
cd $out/share/$pname-$version
sed -i -e 's/"-b" "\\n" "-l"/"-l" "-b" "\\"\\\\n\\""/' ghc-process.el
sed -i -e 's/"-b" "\\n" "-l"/"-l" "-b" "\\"\\n\\""/' ghc-process.el
make
rm Makefile
cd ..