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