haskell-ghc-mod: update to version 3.1.0
This commit is contained in:
parent
c7c5969885
commit
53ba62d309
@ -1,11 +1,11 @@
|
|||||||
{ cabal, Cabal, convertible, emacs, filepath, ghcPaths, ghcSybUtils
|
{ cabal, Cabal, convertible, doctest, emacs, filepath, ghcPaths
|
||||||
, hlint, hspec, ioChoice, syb, time, transformers
|
, ghcSybUtils, hlint, hspec, ioChoice, syb, time, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-mod";
|
pname = "ghc-mod";
|
||||||
version = "3.0.2";
|
version = "3.1.0";
|
||||||
sha256 = "1p16fcnxrpxszpn5cwagzswdyprw77cs7zb67xa98m3c1p98jgd1";
|
sha256 = "1lr2w6kngn3k44p3h1z0zmx46x74f7srh0g5prg12hwk2z0panrr";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -13,7 +13,7 @@ cabal.mkDerivation (self: {
|
|||||||
time transformers
|
time transformers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
Cabal convertible filepath ghcPaths ghcSybUtils hlint hspec
|
Cabal convertible doctest filepath ghcPaths ghcSybUtils hlint hspec
|
||||||
ioChoice syb time transformers
|
ioChoice syb time transformers
|
||||||
];
|
];
|
||||||
buildTools = [ emacs ];
|
buildTools = [ emacs ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user