haskell-hasktags: update to version 0.68.4
This commit is contained in:
parent
b63c52238f
commit
6e04eb3d54
@ -1,13 +1,15 @@
|
||||
{ cabal, filepath }:
|
||||
{ cabal, filepath, HUnit, interlude, json }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hasktags";
|
||||
version = "0.68.2";
|
||||
sha256 = "0lb28vj8mhaskw3n7wpjgbj0311ywh76yc0ajczzsiqa3p6mypss";
|
||||
version = "0.68.4";
|
||||
sha256 = "1s4zblyklrq3grcvr6fp26jby6z61g3n1fpivmh69lh38axk7316";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ filepath ];
|
||||
buildDepends = [ filepath HUnit interlude json ];
|
||||
testDepends = [ filepath HUnit json ];
|
||||
meta = {
|
||||
homepage = "http://github.com/MarcWeber/hasktags";
|
||||
description = "Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
Loading…
x
Reference in New Issue
Block a user