mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
haskell-hasktags: update to version 0.68.5
This commit is contained in:
parent
bbc889e619
commit
0915582af9
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hasktags";
|
pname = "hasktags";
|
||||||
version = "0.68.4";
|
version = "0.68.5";
|
||||||
sha256 = "1s4zblyklrq3grcvr6fp26jby6z61g3n1fpivmh69lh38axk7316";
|
sha256 = "0yr7icaww5kiczmi64n2ypkwabs4yl8wl2kf67zmgclp12kqik81";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath HUnit interlude json ];
|
buildDepends = [ filepath HUnit interlude 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";
|
||||||
|
Loading…
Reference in New Issue
Block a user