haskell-ghc-mod: update to version 5.2.0.0

This commit is contained in:
Peter Simons 2014-10-31 11:37:23 +01:00
parent b9320ad57a
commit 6f18cfb9f6

View File

@ -3,24 +3,27 @@
{ cabal, async, Cabal, convertible, dataDefault, deepseq, djinnGhc { cabal, async, Cabal, convertible, dataDefault, deepseq, djinnGhc
, doctest, emacs, filepath, ghcPaths, ghcSybUtils, haskellSrcExts , doctest, emacs, filepath, ghcPaths, ghcSybUtils, haskellSrcExts
, hlint, hspec, ioChoice, makeWrapper, monadControl, monadJournal , hlint, hspec, ioChoice, makeWrapper, monadControl, monadJournal
, mtl, split, syb, text, time, transformers, transformersBase , mtl, split, syb, temporary, text, time, transformers
, transformersBase
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ghc-mod"; pname = "ghc-mod";
version = "5.1.1.0"; version = "5.2.0.0";
sha256 = "0msx2x976ap4jx506mzp48sdigc29vq4ypjbxiyn30mjw52rg53w"; sha256 = "1zwdr3zlnc8d49d6jrvj2yrfnamp1120gffzd6vfxqgvapk71vfk";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
async Cabal convertible dataDefault deepseq djinnGhc filepath async Cabal convertible dataDefault deepseq djinnGhc filepath
ghcPaths ghcSybUtils haskellSrcExts hlint ioChoice monadControl ghcPaths ghcSybUtils haskellSrcExts hlint ioChoice monadControl
monadJournal mtl split syb text time transformers transformersBase monadJournal mtl split syb temporary text time transformers
transformersBase
]; ];
testDepends = [ testDepends = [
Cabal convertible deepseq djinnGhc doctest filepath ghcPaths Cabal convertible deepseq djinnGhc doctest filepath ghcPaths
ghcSybUtils haskellSrcExts hlint hspec ioChoice monadControl ghcSybUtils haskellSrcExts hlint hspec ioChoice monadControl
monadJournal mtl split syb text time transformers transformersBase monadJournal mtl split syb temporary text time transformers
transformersBase
]; ];
buildTools = [ emacs makeWrapper ]; buildTools = [ emacs makeWrapper ];
doCheck = false; doCheck = false;