MarcWeber / hasktags

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

Add !MIN_VERSION_directory(1,2,6) guard around isSymbolicLink #27

Closed kseo closed 7 years ago

kseo commented 7 years ago

isSymbolicLink is added in System.Directory since 1.2.6, causing ambiguous occurrence ‘isSymbolicLink’ error.

23Skidoo commented 7 years ago

@MarcWeber Ping.

jhenahan commented 7 years ago

This should be handled by an upcoming merge which makes imports explicit specifically to avoid this issue. Hasktags doesn't even use the one from directory, so hopefully we can sidestep this for the moment.

If that's not satisfactory, I'm happy to reopen the PR.