Cabal revisions of optparse-applicative-0.14.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: optparse-applicative version: 0.14.3.0+x-revision: 1 synopsis: Utilities and combinators for parsing command line options description: optparse-applicative is a haskell library for parsing options location: https://github.com/pcapriotti/optparse-applicative.git library+ -- Monad-without-fail+ build-depends: base <4.13+ ghc-options: -Wall -- See https://ghc.haskell.org/trac/ghc/wiki/Migration/8.0#base-4.9.0.0
revision 2
name: optparse-applicative version: 0.14.3.0-x-revision: 1+x-revision: 2 synopsis: Utilities and combinators for parsing command line options description: optparse-applicative is a haskell library for parsing options , ansi-wl-pprint >= 0.6.6 && < 0.7 if !impl(ghc >= 8)- build-depends: semigroups >= 0.10 && < 0.19+ build-depends: semigroups >= 0.10 && < 0.20 , fail == 4.9.* test-suite optparse-applicative-tests build-depends: base , bytestring == 0.10.* , optparse-applicative- , QuickCheck >= 2.8 && < 2.13+ , QuickCheck >= 2.8 && < 2.14 if !impl(ghc >= 8) build-depends: semigroups