MarcWeber / hasktags

Produces ctags "tags" and etags "TAGS" files for Haskell programs
Other
131 stars 33 forks source link

src/Hasktags.hs: tweak for ghc-8 #24

Closed trofi closed 8 years ago

trofi commented 8 years ago

directory-1.2.6.0 (comes with ghc-8.0.1) now includes 'isSymbolicLink' helper.

Guard against symbol collisison:

src/Hasktags.hs:495:5: error: Ambiguous occurrence ‘isSymbolicLink’ It could refer to either ‘System.Directory.isSymbolicLink’, imported from ‘System.Directory’ at src/Hasktags.hs:31:1-23 or ‘System.Posix.Files.isSymbolicLink’, imported from ‘System.Posix.Files’ at src/Hasktags.hs:38:1-25 (and originally defined in ‘unix-2.7.2.0:System.Posix.Files.Common’)

Signed-off-by: Sergei Trofimovich siarheit@google.com

michalrus commented 8 years ago

:+1:!

bugthunk commented 8 years ago

This looks like a no-brainer to merge; could it be done, pretty please?

No sarcasm intended.

jhenahan commented 8 years ago

Closed in favor of #30, which will be in the next release.