haskell-ghc-mod: revert update to version 4.x

flymake-mode no longer works in the new version. This needs further
testing before we can upgrade.
This commit is contained in:
Peter Simons 2014-04-05 00:19:56 +02:00
parent 7b7d06f91e
commit 6df2b09015

View file

@ -1,20 +1,20 @@
{ cabal, Cabal, convertible, doctest, emacs, filepath, ghcSybUtils { cabal, Cabal, convertible, doctest, emacs, filepath, ghcPaths
, hlint, hspec, ioChoice, syb, time, transformers , ghcSybUtils, hlint, hspec, ioChoice, syb, time, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ghc-mod"; pname = "ghc-mod";
version = "4.0.0"; version = "3.1.7";
sha256 = "11l0wycx0l0wqq8a3wsiw88fr8pahjzh65yxqw6r1rgj10cszai8"; sha256 = "1mv6m1fcqkm4i27jw1aniwfq2dhpn4m7kicyq4l70zmkfr7y7c5s";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
Cabal convertible filepath ghcSybUtils hlint ioChoice syb time Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice syb
transformers time transformers
]; ];
testDepends = [ testDepends = [
Cabal convertible doctest filepath ghcSybUtils hlint hspec ioChoice Cabal convertible doctest filepath ghcPaths ghcSybUtils hlint hspec
syb time transformers ioChoice syb time transformers
]; ];
buildTools = [ emacs ]; buildTools = [ emacs ];
postInstall = '' postInstall = ''