haskell-ghc-mod: update to version 1.11.5
This commit is contained in:
parent
7048f8fd3b
commit
a87e40737e
@ -1,17 +1,21 @@
|
|||||||
{ cabal, Cabal, convertible, emacs, filepath, ghcPaths, ghcSybUtils
|
{ cabal, Cabal, convertible, emacs, filepath, ghcPaths, ghcSybUtils
|
||||||
, hlint, ioChoice, regexPosix, syb, time, transformers
|
, hlint, hspec, ioChoice, regexPosix, syb, time, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-mod";
|
pname = "ghc-mod";
|
||||||
version = "1.11.4";
|
version = "1.11.5";
|
||||||
sha256 = "1bxmpvad415ayzwyijjm0zsck0z8aa1nfjixwb6l80i6lbxi4rfg";
|
sha256 = "0lcq4ffmv017pdy58p91qn5d4hmcxcqzk8dvnmh7m4m7saslqivp";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice
|
Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice
|
||||||
regexPosix syb time transformers
|
regexPosix syb time transformers
|
||||||
];
|
];
|
||||||
|
testDepends = [
|
||||||
|
Cabal convertible filepath ghcPaths ghcSybUtils hlint hspec
|
||||||
|
ioChoice regexPosix syb time transformers
|
||||||
|
];
|
||||||
buildTools = [ emacs ];
|
buildTools = [ emacs ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cd $out/share/$pname-$version
|
cd $out/share/$pname-$version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user