haskell-ghc-mod: update to version 1.12.0
This commit is contained in:
parent
0395e75175
commit
53ecc95c72
@ -1,20 +1,20 @@
|
|||||||
{ cabal, Cabal, convertible, emacs, filepath, ghcPaths, ghcSybUtils
|
{ cabal, Cabal, convertible, emacs, filepath, ghcPaths, ghcSybUtils
|
||||||
, hlint, hspec, ioChoice, regexPosix, syb, time, transformers
|
, hlint, hspec, ioChoice, syb, time, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-mod";
|
pname = "ghc-mod";
|
||||||
version = "1.11.5";
|
version = "1.12.0";
|
||||||
sha256 = "0lcq4ffmv017pdy58p91qn5d4hmcxcqzk8dvnmh7m4m7saslqivp";
|
sha256 = "01jq6hk8vcy47nc6gd4379k6kgjiyxy99j4pnc7nsdm63gnmr5l1";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice
|
Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice syb
|
||||||
regexPosix syb time transformers
|
time transformers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
Cabal convertible filepath ghcPaths ghcSybUtils hlint hspec
|
Cabal convertible filepath ghcPaths ghcSybUtils hlint hspec
|
||||||
ioChoice regexPosix syb time transformers
|
ioChoice syb time transformers
|
||||||
];
|
];
|
||||||
buildTools = [ emacs ];
|
buildTools = [ emacs ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user