We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
optparse-generic
1 parent c2329c5 commit c676ae7Copy full SHA for c676ae7
dhall.cabal
@@ -140,7 +140,7 @@ Executable dhall
140
ansi-terminal >= 0.6.3.1 && < 0.8 ,
141
base >= 4 && < 5 ,
142
dhall ,
143
- optparse-generic >= 1.1.1 && < 1.3 ,
+ optparse-generic >= 1.1.1 && < 1.4 ,
144
prettyprinter ,
145
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
146
trifecta >= 1.6 && < 1.8 ,
@@ -171,7 +171,7 @@ Executable dhall-format
171
172
173
174
175
prettyprinter >= 1.2.0.1 && < 1.3 ,
176
177
@@ -186,7 +186,7 @@ Executable dhall-hash
186
Build-Depends:
187
188
189
- optparse-generic >= 1.1.1 && < 1.3,
+ optparse-generic >= 1.1.1 && < 1.4,
190
trifecta >= 1.6 && < 1.8,
191
text >= 0.11.1.0 && < 1.3
192
Other-Modules:
0 commit comments