Skip to content

Commit

Permalink
Bump dependency on prettyprinter-ansi-terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
HuwCampbell committed Feb 10, 2025
1 parent 19df94f commit e5a790a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions optparse-applicative.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,18 @@ library
, Options.Applicative.Types
, Options.Applicative.Internal

build-depends: base >= 4.5 && < 5
build-depends: base >= 4.5 && < 5
, text >= 1.2
, transformers >= 0.2 && < 0.7
, transformers-compat >= 0.3 && < 0.8
, prettyprinter >= 1.7 && < 1.8
, prettyprinter-ansi-terminal >= 1.1 && < 1.2
, transformers >= 0.2 && < 0.7
, transformers-compat >= 0.3 && < 0.8
, prettyprinter >= 1.7 && < 1.8
, prettyprinter-ansi-terminal >= 1.1.2 && < 1.2

if flag(process)
build-depends: process >= 1.0 && < 1.7
build-depends: process >= 1.0 && < 1.7

if !impl(ghc >= 8)
build-depends: semigroups >= 0.10 && < 0.21
build-depends: semigroups >= 0.10 && < 0.21
, fail == 4.9.*

test-suite tests
Expand Down

0 comments on commit e5a790a

Please sign in to comment.