Skip to content

Add upper bound on optparse-applicative #14

@adinapoli

Description

@adinapoli

At the moment of writing, optparse-applicative reached version 0.16.0.0, which breaks the current version of optparse-simple:

[1 of 2] Compiling Options.Applicative.Simple ( src/Options/Applicative/Simple.hs, dist/build/Options/Applicative/Simple.o, dist/build/Options/Applicative/Simple.dyn_o )
src/Options/Applicative/Simple.hs:173:23: error:
    • Couldn't match expected type 'ParseError'
                  with actual type 'Maybe String -> ParseError'
    • Probable cause: 'ShowHelpText' is applied to too few arguments

Could we have an optparse-applicative < 0.16.0.0 upper bound for version 0.1.1.2 of this library, even just in the form of a Hackage revision bump, for folks building the library with cabal?

Thank you 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions