Skip to content

Commit accac24

Browse files
authored
Merge pull request #943 from argotorg/fix-release2
This fixes release due to directory being too high
2 parents 9ba5e52 + bd41fb2 commit accac24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hevm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ library
143143
install-includes:
144144
ethjet/tinykeccak.h, ethjet/ethjet.h, ethjet/ethjet-ff.h, ethjet/blake2.h
145145
build-depends:
146-
directory >=1.3.8.0 && <= 1.3.9.0,
146+
directory >= 1.3.6 && < 1.4,
147147
system-cxx-std-lib >= 1.0 && < 2.0,
148148
QuickCheck >= 2.13.2 && < 2.16,
149149
Decimal >= 0.5.1 && < 0.6,

0 commit comments

Comments
 (0)