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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hasktags";
|
pname = "hasktags";
|
||||||
version = "0.68.2";
|
version = "0.68.4";
|
||||||
sha256 = "0lb28vj8mhaskw3n7wpjgbj0311ywh76yc0ajczzsiqa3p6mypss";
|
sha256 = "1s4zblyklrq3grcvr6fp26jby6z61g3n1fpivmh69lh38axk7316";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath ];
|
buildDepends = [ filepath HUnit interlude json ];
|
||||||
|
testDepends = [ filepath HUnit json ];
|
||||||
meta = {
|
meta = {
|
||||||
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user