Skip to content

Commit e5a790a

Browse files
committed
Bump dependency on prettyprinter-ansi-terminal
1 parent 19df94f commit e5a790a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

optparse-applicative.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ library
106106
, Options.Applicative.Types
107107
, Options.Applicative.Internal
108108

109-
build-depends: base >= 4.5 && < 5
109+
build-depends: base >= 4.5 && < 5
110110
, text >= 1.2
111-
, transformers >= 0.2 && < 0.7
112-
, transformers-compat >= 0.3 && < 0.8
113-
, prettyprinter >= 1.7 && < 1.8
114-
, prettyprinter-ansi-terminal >= 1.1 && < 1.2
111+
, transformers >= 0.2 && < 0.7
112+
, transformers-compat >= 0.3 && < 0.8
113+
, prettyprinter >= 1.7 && < 1.8
114+
, prettyprinter-ansi-terminal >= 1.1.2 && < 1.2
115115

116116
if flag(process)
117-
build-depends: process >= 1.0 && < 1.7
117+
build-depends: process >= 1.0 && < 1.7
118118

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

123123
test-suite tests

0 commit comments

Comments
 (0)