Skip to content

Generate tags from *.hs, *.lhs and *.hsc only. #428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2015
Merged

Generate tags from *.hs, *.lhs and *.hsc only. #428

merged 1 commit into from
Jan 17, 2015

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