Skip to content

Commit bd41fb2

Browse files
committed
Cabal: Correct version of directory dependency
1 parent 1f5e709 commit bd41fb2

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.7.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)