haskell-hasktags: upgrade to 0.68.6
This commit is contained in:
parent
0ec2adc69d
commit
9878037603
@ -1,17 +1,17 @@
|
|||||||
{ cabal, filepath, HUnit, interlude, json }:
|
{ cabal, filepath, HUnit, json }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hasktags";
|
pname = "hasktags";
|
||||||
version = "0.68.5";
|
version = "0.68.6";
|
||||||
sha256 = "0yr7icaww5kiczmi64n2ypkwabs4yl8wl2kf67zmgclp12kqik81";
|
sha256 = "1r5vnn9n2jva1ccjv8vnp3j0z3bh3xsi7yjv9llnvj0jw308aq9r";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath HUnit interlude json ];
|
buildDepends = [ filepath json ];
|
||||||
|
testDepends = [ filepath HUnit json ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/MarcWeber/hasktags";
|
homepage = "http://github.com/MarcWeber/hasktags";
|
||||||
description = "Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs";
|
description = "Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user