haskell-hasktags: update to version 0.68.7
This commit is contained in:
parent
fdce90b76c
commit
8cefbfcb1f
@ -1,13 +1,12 @@
|
|||||||
{ cabal, filepath, HUnit, json }:
|
{ cabal, filepath, json, utf8String }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hasktags";
|
pname = "hasktags";
|
||||||
version = "0.68.6";
|
version = "0.68.7";
|
||||||
sha256 = "1r5vnn9n2jva1ccjv8vnp3j0z3bh3xsi7yjv9llnvj0jw308aq9r";
|
sha256 = "0z98ha2xjc6npcyn15arp6h6ad87bs4acdhd1rnqrsy4lc0lny04";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath json ];
|
buildDepends = [ filepath json utf8String ];
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user