You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>.
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.
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
The text was updated successfully, but these errors were encountered: