Skip to content

Commit c8b05b1

Browse files
committed
Fixing an excellent find by @blishko
Thanks!
1 parent 35ede80 commit c8b05b1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

hevm.cabal

+3-5
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ library
170170
async >= 2.2.4 && < 2.3,
171171
operational >= 0.2.3 && < 0.3,
172172
optparse-generic >= 1.3.1 && < 1.6,
173-
optparse-applicative >= 0.18.0.0 && < 0.20.0.0,
174173
pretty-hex >= 1.1 && < 1.2,
175174
rosezipper >= 0.2 && < 0.3,
176175
wreq >= 0.5.3 && < 0.6,
@@ -187,7 +186,6 @@ library
187186
split >= 0.2.3 && < 0.3,
188187
template-haskell >= 2.19.0 && < 3,
189188
extra >= 1.7.14 && < 2,
190-
hspec >= 2.9.0 && < 2.13.0,
191189
hs-source-dirs:
192190
src
193191

@@ -207,14 +205,14 @@ executable hevm
207205
base,
208206
bytestring,
209207
data-dword,
210-
directory,
208+
directory >= 1.3.6 && < 1.4,
211209
filepath,
212210
hevm,
213211
optparse-generic,
214-
optparse-applicative,
212+
optparse-applicative >= 0.18.0.0 && < 0.20.0.0,
215213
text,
216214
optics-core,
217-
githash,
215+
githash >= 0.1.5 && < 0.2,
218216
witch,
219217
unliftio-core,
220218
split,

0 commit comments

Comments
 (0)