@@ -70,7 +70,7 @@ library
70
70
ghc-options :
71
71
-Wall -Wno-deprecations
72
72
extra-libraries :
73
- secp256k1, ff
73
+ secp256k1, ff, c++
74
74
c-sources :
75
75
ethjet/tinykeccak.c, ethjet/ethjet.c
76
76
cxx-sources :
@@ -88,7 +88,7 @@ library
88
88
transformers >= 0.5.6 && < 0.6 ,
89
89
tree-view >= 0.5 && < 0.6 ,
90
90
abstract-par >= 0.3.3 && < 0.4 ,
91
- aeson >= 1.5.6 && < 1.6 ,
91
+ aeson >= 2.0 && < 2.1 ,
92
92
bytestring >= 0.10.8 && < 0.11 ,
93
93
scientific >= 0.3.6 && < 0.4 ,
94
94
binary >= 0.8.6 && < 0.9 ,
@@ -97,21 +97,21 @@ library
97
97
vector >= 0.12.1 && < 0.13 ,
98
98
ansi-wl-pprint >= 0.6.9 && < 0.7 ,
99
99
base16-bytestring >= 1.0.0 && < 2.0 ,
100
- brick >= 0.58 && < 0.63 ,
100
+ brick >= 0.58 && < 0.69 ,
101
101
megaparsec >= 9.0.0 && < 10.0 ,
102
102
mtl >= 2.2.2 && < 2.3 ,
103
103
directory >= 1.3.3 && < 1.4 ,
104
104
filepath >= 1.4.2 && < 1.5 ,
105
105
vty >= 5.25.1 && < 5.34 ,
106
106
cereal >= 0.5.8 && < 0.6 ,
107
107
cryptonite >= 0.27 && <= 0.29 ,
108
- memory >= 0.14.18 && < 0.16 ,
108
+ memory >= 0.14.18 && < 0.20 ,
109
109
data-dword >= 0.3.1 && < 0.4 ,
110
110
fgl >= 5.7.0 && < 5.8 ,
111
111
free >= 5.1.3 && < 5.2 ,
112
112
haskeline >= 0.8.0 && < 0.9 ,
113
113
process >= 1.6.5 && < 1.7 ,
114
- lens >= 4.17.1 && < 4.20 ,
114
+ lens >= 4.17.1 && < 5.1 ,
115
115
lens-aeson >= 1.0.2 && < 1.2 ,
116
116
monad-par >= 0.3.5 && < 0.4 ,
117
117
multiset >= 0.3.4 && < 0.4 ,
@@ -124,7 +124,6 @@ library
124
124
sbv >= 8.9 ,
125
125
semver-range >= 0.2.7 && < 0.3 ,
126
126
temporary >= 1.3 && < 1.4 ,
127
- text-format >= 0.3.2 && < 0.4 ,
128
127
witherable >= 0.3.5 && < 0.5 ,
129
128
wreq >= 0.5.3 && < 0.6 ,
130
129
regex-tdfa >= 1.2.3 && < 1.4 ,
@@ -190,7 +189,6 @@ executable hevm
190
189
sbv,
191
190
temporary,
192
191
text,
193
- text-format,
194
192
unordered-containers,
195
193
vector,
196
194
vty
0 commit comments