haskell-ghc-mod: update to version 5.1.1.0
This commit is contained in:
parent
4d4ccf7096
commit
5ad41ff67b
|
@ -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, async, Cabal, convertible, deepseq, djinnGhc, doctest
|
{ cabal, async, Cabal, convertible, dataDefault, deepseq, djinnGhc
|
||||||
, emacs, filepath, ghcPaths, ghcSybUtils, haskellSrcExts, hlint
|
, doctest, emacs, filepath, ghcPaths, ghcSybUtils, haskellSrcExts
|
||||||
, hspec, ioChoice, makeWrapper, monadControl, monadJournal, mtl
|
, hlint, hspec, ioChoice, makeWrapper, monadControl, monadJournal
|
||||||
, split, syb, text, time, transformers, transformersBase
|
, mtl, split, syb, text, time, transformers, transformersBase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-mod";
|
pname = "ghc-mod";
|
||||||
version = "5.1.0.2";
|
version = "5.1.1.0";
|
||||||
sha256 = "0jdni0n5qzz0ncaa3ja4b6vcfykbl7swiafak4wyvm9izssjh8ra";
|
sha256 = "0msx2x976ap4jx506mzp48sdigc29vq4ypjbxiyn30mjw52rg53w";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async Cabal convertible deepseq djinnGhc filepath ghcPaths
|
async Cabal convertible dataDefault deepseq djinnGhc filepath
|
||||||
ghcSybUtils haskellSrcExts hlint ioChoice monadControl monadJournal
|
ghcPaths ghcSybUtils haskellSrcExts hlint ioChoice monadControl
|
||||||
mtl split syb text time transformers transformersBase
|
monadJournal mtl split syb text time transformers transformersBase
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
Cabal convertible deepseq djinnGhc doctest filepath ghcPaths
|
Cabal convertible deepseq djinnGhc doctest filepath ghcPaths
|
||||||
|
|
Loading…
Reference in New Issue