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

Updated dependencies and small bugfix #4

Closed hesselink closed 12 years ago

hesselink commented 13 years ago

Hi,

I've got a few small fixes to haskell-src-exts:

I've relaxed the dependency on cpphs.

I've also raised the dependency on haskell-src-exts to the newest version. Old versions don't work anymore due to a changed options data type.

Finally, I've changed the cpphs options to generate haskell style line pragmas instead of cpp style, since haskell-src-exts has problems with the latter.