wincent / docvim

Documentation generator for Vim plug-ins
MIT License
25 stars 0 forks source link

Build failure with optparse-applicative 0.13 #30

Closed snoyberg closed 2 years ago

snoyberg commented 7 years ago
Preprocessing library docvim-0.3.2.1...
[ 1 of 25] Compiling Paths_docvim     ( dist/build/autogen/Paths_docvim.hs, dist/build/Paths_docvim.o )
[ 2 of 25] Compiling Text.Docvim.ReadDir ( lib/Text/Docvim/ReadDir.hs, dist/build/Text/Docvim/ReadDir.o )
[ 3 of 25] Compiling Text.Docvim.Options ( lib/Text/Docvim/Options.hs, dist/build/Text/Docvim/Options.o )

lib/Text/Docvim/Options.hs:18:3: error:
    • Variable not in scope:
        (<>) :: Mod f11 a10 -> Mod f12 a11 -> Mod ArgumentFields String
    • Perhaps you meant one of these:
        ‘<|>’ (imported from Options.Applicative),
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)

lib/Text/Docvim/Options.hs:24:3: error:
    • Variable not in scope:
        (<>) :: Mod f9 a8 -> Mod f10 a9 -> Mod OptionFields (a -> a)
    • Perhaps you meant one of these:
        ‘<|>’ (imported from Options.Applicative),
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)

lib/Text/Docvim/Options.hs:29:3: error:
    • Variable not in scope: (<>) :: Parser Bool -> Mod f7 a6 -> t5
    • Perhaps you meant one of these:
        ‘<|>’ (imported from Options.Applicative),
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)

lib/Text/Docvim/Options.hs:30:3: error:
    • Variable not in scope: (<>) :: t5 -> Mod f8 a7 -> Parser Bool
    • Perhaps you meant one of these:
        ‘<|>’ (imported from Options.Applicative),
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
wincent commented 2 years ago

Closing old issues to start afresh with the rust branch (#42, #43).