File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
123123test-suite tests
You can’t perform that action at this time.
0 commit comments