haskell-ghc-mod: update to version 4.0.0
This commit is contained in:
parent
aac6abb8db
commit
9415c34e3d
@ -1,20 +1,20 @@
|
|||||||
{ cabal, Cabal, convertible, doctest, emacs, filepath, ghcPaths
|
{ cabal, Cabal, convertible, doctest, emacs, filepath, ghcSybUtils
|
||||||
, ghcSybUtils, hlint, hspec, ioChoice, syb, time, transformers
|
, hlint, hspec, ioChoice, syb, time, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-mod";
|
pname = "ghc-mod";
|
||||||
version = "3.1.7";
|
version = "4.0.0";
|
||||||
sha256 = "1mv6m1fcqkm4i27jw1aniwfq2dhpn4m7kicyq4l70zmkfr7y7c5s";
|
sha256 = "11l0wycx0l0wqq8a3wsiw88fr8pahjzh65yxqw6r1rgj10cszai8";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice syb
|
Cabal convertible filepath ghcSybUtils hlint ioChoice syb time
|
||||||
time transformers
|
transformers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
Cabal convertible doctest filepath ghcPaths ghcSybUtils hlint hspec
|
Cabal convertible doctest filepath ghcSybUtils hlint hspec ioChoice
|
||||||
ioChoice syb time transformers
|
syb time transformers
|
||||||
];
|
];
|
||||||
buildTools = [ emacs ];
|
buildTools = [ emacs ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user