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

Main.hs: tweak (<>) import for optparse-applicative-0.13 #33

Closed trofi closed 7 years ago

trofi commented 7 years ago

optparse-applicative-0.13 stopped exporting (<>) in favour of Monoid instance and the build now fails as:

  Main.hs:305:8: error:
    • Variable not in scope: (<>) :: Mod f3 a5 -> Mod f2 a4 -> t1
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Options.Applicative),
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)

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

luqui commented 7 years ago

Merged and uploaded as 0.3.8. Thanks!