luqui / hothasktags

A haskell ctags implementation that is aware of qualified imports, among other cool stuff
BSD 3-Clause "New" or "Revised" License
30 stars 16 forks source link

Use find instead of egrep #26

Closed schoettl closed 8 years ago

schoettl commented 8 years ago

According to man of GNU grep, egrep and fgrep are deprecated.