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

Setup configure won't run: dependency problem #1

Open
typiconman opened this issue Dec 24, 2020 · 0 comments
Open

Setup configure won't run: dependency problem #1

typiconman opened this issue Dec 24, 2020 · 0 comments

Comments

@typiconman
Copy link

Running Setup configure gives the following error message:
Configuring sfnt2woff-0.1.0.0...
Setup: Encountered missing dependencies:
optparse-applicative >=0.12.0 && <0.13.0

$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.6.5

$ cabal info optparse-applicative

  • optparse-applicative (library)
    Synopsis: Utilities and combinators for parsing command line options
    Versions available: 0.13.1.0, 0.13.2.0, 0.14.1.0, 0.14.2.0, 0.14.3.0,
    0.15.0.0, 0.15.1.0, 0.16.0.0, 0.16.1.0 (and 33 others)
    Versions installed: 0.16.1.0
    Homepage: https://github.com/pcapriotti/optparse-applicative
    Bug reports: https://github.com/pcapriotti/optparse-applicative/issues
    Description: optparse-applicative is a haskell library for parsing options
    on the command line, and providing a powerful applicative
    interface for composing them.

                 optparse-applicative takes care of reading and validating the
                 arguments passed to the command line, handling and reporting
                 errors, generating a usage line, a comprehensive help screen,
                 and enabling context-sensitive bash, zsh, and fish
                 completions.
                 
                 See the included README for detailed instructions and
                 examples, which is also available on github
                 <https://github.com/pcapriotti/optparse-applicative>.
    

    Category: System, CLI, Options, Parsing
    License: BSD3
    Author: Paolo Capriotti, Huw Campbell
    Maintainer: huw.campbell@gmail.com
    Source repo: https://github.com/pcapriotti/optparse-applicative.git
    Flags: process
    Dependencies: base ==4., transformers >=0.2 && <0.6,
    transformers-compat >=0.3 && <0.7,
    ansi-wl-pprint >=0.6.8 && <0.7, process >=1.0 && <1.7,
    semigroups >=0.10 && <0.20, fail ==4.9.
    , base -any,
    optparse-applicative -any, QuickCheck >=2.8 && <2.15,
    semigroups -any
    Documentation: [ Not installed ]
    Cached: Yes
    Modules:
    Options.Applicative
    Options.Applicative.Arrows
    Options.Applicative.BashCompletion
    Options.Applicative.Builder
    Options.Applicative.Builder.Completer
    Options.Applicative.Builder.Internal
    Options.Applicative.Common
    Options.Applicative.Extra
    Options.Applicative.Help
    Options.Applicative.Help.Chunk
    Options.Applicative.Help.Core
    Options.Applicative.Help.Levenshtein
    Options.Applicative.Help.Pretty
    Options.Applicative.Help.Types
    Options.Applicative.Internal
    Options.Applicative.NonEmpty
    Options.Applicative.Types

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

1 participant