ghc-mod: upgrade to 4.0.1

This commit is contained in:
Mathijs Kwik 2014-04-05 09:55:11 +02:00
parent 7f6a2f81b9
commit b36f6ce3d4

View File

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