Skip to content

Fails to parse elifs correctly #32

Description

@TeofilC

I'm seeing failures in CI from microcabal failing to parse elif expressions, eg:

    if impl(ghc < 9.14)
        build-depends: template-haskell
    elif impl(ghc)
        build-depends: template-haskell-lift >= 0.1 && <0.2

See: haskell/containers#1162

I can see that there is a commit adding support for elif expressions so I'm not sure why these are failing to parse.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions