|
|
@ -1,6 +1,6 @@
|
|
|
|
name: optparse-applicative
|
|
|
|
name: optparse-applicative
|
|
|
|
version: 0.16.1.0
|
|
|
|
version: 0.16.1.0
|
|
|
|
x-revision: 1
|
|
|
|
x-revision: 2
|
|
|
|
synopsis: Utilities and combinators for parsing command line options
|
|
|
|
synopsis: Utilities and combinators for parsing command line options
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
optparse-applicative is a haskell library for parsing options
|
|
|
|
optparse-applicative is a haskell library for parsing options
|
|
|
@ -104,7 +104,7 @@ library
|
|
|
|
build-depends: process >= 1.0 && < 1.7
|
|
|
|
build-depends: process >= 1.0 && < 1.7
|
|
|
|
|
|
|
|
|
|
|
|
if !impl(ghc >= 8)
|
|
|
|
if !impl(ghc >= 8)
|
|
|
|
build-depends: semigroups >= 0.10 && < 0.20
|
|
|
|
build-depends: semigroups >= 0.10 && < 0.21
|
|
|
|
, fail == 4.9.*
|
|
|
|
, fail == 4.9.*
|
|
|
|
|
|
|
|
|
|
|
|
test-suite tests
|
|
|
|
test-suite tests
|
|
|
|