haskell-ghc-mod: update to version 1.11.5

This commit is contained in:
Peter Simons 2013-03-01 10:41:32 +01:00
parent 7048f8fd3b
commit a87e40737e

View File

@ -1,17 +1,21 @@
{ cabal, Cabal, convertible, emacs, filepath, ghcPaths, ghcSybUtils { cabal, Cabal, convertible, emacs, filepath, ghcPaths, ghcSybUtils
, hlint, ioChoice, regexPosix, syb, time, transformers , hlint, hspec, ioChoice, regexPosix, syb, time, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ghc-mod"; pname = "ghc-mod";
version = "1.11.4"; version = "1.11.5";
sha256 = "1bxmpvad415ayzwyijjm0zsck0z8aa1nfjixwb6l80i6lbxi4rfg"; sha256 = "0lcq4ffmv017pdy58p91qn5d4hmcxcqzk8dvnmh7m4m7saslqivp";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice
regexPosix syb time transformers regexPosix syb time transformers
]; ];
testDepends = [
Cabal convertible filepath ghcPaths ghcSybUtils hlint hspec
ioChoice regexPosix syb time transformers
];
buildTools = [ emacs ]; buildTools = [ emacs ];
postInstall = '' postInstall = ''
cd $out/share/$pname-$version cd $out/share/$pname-$version