Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure with optparse-applicative 0.13 #30

Closed
snoyberg opened this issue Nov 7, 2016 · 1 comment
Closed

Build failure with optparse-applicative 0.13 #30

snoyberg opened this issue Nov 7, 2016 · 1 comment

Comments

@snoyberg
Copy link

snoyberg commented Nov 7, 2016

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)
snoyberg added a commit to commercialhaskell/stackage that referenced this issue Nov 7, 2016
@wincent
Copy link
Owner

wincent commented Sep 2, 2022

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

@wincent wincent closed this as not planned Won't fix, can't repro, duplicate, stale Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants