Skip to content

Conversation

@gracjan
Copy link
Contributor

@gracjan gracjan commented Jan 16, 2015

Added all hasktags supported formats: *.hs, *.lhs and *.hsc.

It used to take also emacs backup files like "*.hs~". This is no longer
the case.

Fixes #199.

@purcell
Copy link
Member

purcell commented Jan 17, 2015

It's a nitpick, but could you please use -print0 for find and -0 for xargs so that spaces in filenames are not a problem?

Added all hasktags supported formats: *.hs, *.lhs and *.hsc.

It used to take also emacs backup files like "*.hs~". This is no longer
the case.
@gracjan
Copy link
Contributor Author

gracjan commented Jan 17, 2015

Good idea. Fixed.

purcell added a commit that referenced this pull request Jan 17, 2015
Generate tags from *.hs, *.lhs and *.hsc only.
@purcell purcell merged commit 153bba0 into haskell:master Jan 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TAGS file points to hs~ files

2 participants