File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ library
170
170
async >= 2.2.4 && < 2.3 ,
171
171
operational >= 0.2.3 && < 0.3 ,
172
172
optparse-generic >= 1.3.1 && < 1.6 ,
173
- optparse-applicative >= 0.18.0.0 && < 0.20.0.0 ,
174
173
pretty-hex >= 1.1 && < 1.2 ,
175
174
rosezipper >= 0.2 && < 0.3 ,
176
175
wreq >= 0.5.3 && < 0.6 ,
@@ -187,7 +186,6 @@ library
187
186
split >= 0.2.3 && < 0.3 ,
188
187
template-haskell >= 2.19.0 && < 3 ,
189
188
extra >= 1.7.14 && < 2 ,
190
- hspec >= 2.9.0 && < 2.13.0 ,
191
189
hs-source-dirs :
192
190
src
193
191
@@ -207,14 +205,14 @@ executable hevm
207
205
base,
208
206
bytestring,
209
207
data-dword,
210
- directory,
208
+ directory >= 1.3.6 && < 1.4 ,
211
209
filepath,
212
210
hevm,
213
211
optparse-generic,
214
- optparse-applicative,
212
+ optparse-applicative >= 0.18.0.0 && < 0.20.0.0 ,
215
213
text,
216
214
optics-core,
217
- githash,
215
+ githash >= 0.1.5 && < 0.2 ,
218
216
witch,
219
217
unliftio-core,
220
218
split,
You can’t perform that action at this time.
0 commit comments