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

Add import to fix compilation errors. #32

Open filterfish opened 7 years ago

filterfish commented 7 years ago

I couldn't get hothasktags to compile either using cabal or using make from within the repo. So I've added import Data.Monoid (yes that is the extent of this PR!) and it compiled properly and it produces a correct tags file.

I should point out here that I am a super newb so I may have committed an egregious error, please forgive me if I have a discard this PR :)

Some versions: