haskell-ghc-mod: update to version 1.11.1

This commit is contained in:
Peter Simons 2012-10-23 18:29:58 +02:00
parent dfdbb69fdd
commit bf84037a65

View File

@ -1,16 +1,16 @@
{ cabal, Cabal, emacs, filepath, ghcPaths, ghcSybUtils, hlint { cabal, Cabal, convertible, emacs, filepath, ghcPaths, ghcSybUtils
, ioChoice, regexPosix, syb, transformers , hlint, ioChoice, regexPosix, syb, time, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ghc-mod"; pname = "ghc-mod";
version = "1.11.0"; version = "1.11.1";
sha256 = "19cx6jhciww2xgad3q35h3jlwiv9s9b6na2qi1cbga7p77swarsv"; sha256 = "1mhmcckpijg44h3njcdkssz72a3x0222gqc2fs477fymcmczv2q3";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
Cabal filepath ghcPaths ghcSybUtils hlint ioChoice regexPosix syb Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice
transformers regexPosix syb time transformers
]; ];
buildTools = [ emacs ]; buildTools = [ emacs ];
postInstall = '' postInstall = ''