haskell-ghc-mod: update to version 5.1.0.2

This commit is contained in:
Peter Simons 2014-09-20 14:25:58 +02:00
parent 82a46ebb5c
commit 212c5e73a7

View File

@ -1,21 +1,21 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, Cabal, convertible, deepseq, djinnGhc, doctest, emacs { cabal, async, Cabal, convertible, deepseq, djinnGhc, doctest
, filepath, ghcPaths, ghcSybUtils, haskellSrcExts, hlint, hspec , emacs, filepath, ghcPaths, ghcSybUtils, haskellSrcExts, hlint
, ioChoice, makeWrapper, monadControl, monadJournal, mtl, split , hspec, ioChoice, makeWrapper, monadControl, monadJournal, mtl
, syb, text, time, transformers, transformersBase , split, syb, text, time, transformers, transformersBase
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ghc-mod"; pname = "ghc-mod";
version = "5.0.1.2"; version = "5.1.0.2";
sha256 = "0hs2d6h3g077prm2mdr40k7m1cdc0h01agbcvs4h6y27nls3kyjx"; sha256 = "0jdni0n5qzz0ncaa3ja4b6vcfykbl7swiafak4wyvm9izssjh8ra";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
Cabal convertible deepseq djinnGhc filepath ghcPaths ghcSybUtils async Cabal convertible deepseq djinnGhc filepath ghcPaths
haskellSrcExts hlint ioChoice monadControl monadJournal mtl split ghcSybUtils haskellSrcExts hlint ioChoice monadControl monadJournal
syb text time transformers transformersBase mtl split syb text time transformers transformersBase
]; ];
testDepends = [ testDepends = [
Cabal convertible deepseq djinnGhc doctest filepath ghcPaths Cabal convertible deepseq djinnGhc doctest filepath ghcPaths