Skip to content

Commit c676ae7

Browse files
authored
Increase upper bound on optparse-generic (#296)
1 parent c2329c5 commit c676ae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dhall.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Executable dhall
140140
ansi-terminal >= 0.6.3.1 && < 0.8 ,
141141
base >= 4 && < 5 ,
142142
dhall ,
143-
optparse-generic >= 1.1.1 && < 1.3 ,
143+
optparse-generic >= 1.1.1 && < 1.4 ,
144144
prettyprinter ,
145145
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
146146
trifecta >= 1.6 && < 1.8 ,
@@ -171,7 +171,7 @@ Executable dhall-format
171171
base >= 4 && < 5 ,
172172
ansi-terminal >= 0.6.3.1 && < 0.8 ,
173173
dhall ,
174-
optparse-generic >= 1.1.1 && < 1.3 ,
174+
optparse-generic >= 1.1.1 && < 1.4 ,
175175
prettyprinter >= 1.2.0.1 && < 1.3 ,
176176
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
177177
trifecta >= 1.6 && < 1.8 ,
@@ -186,7 +186,7 @@ Executable dhall-hash
186186
Build-Depends:
187187
base >= 4 && < 5 ,
188188
dhall ,
189-
optparse-generic >= 1.1.1 && < 1.3,
189+
optparse-generic >= 1.1.1 && < 1.4,
190190
trifecta >= 1.6 && < 1.8,
191191
text >= 0.11.1.0 && < 1.3
192192
Other-Modules:

0 commit comments

Comments
 (0)