From 41017adc82aecede190ff12d175b6f16806eb585 Mon Sep 17 00:00:00 2001 From: dxo Date: Tue, 5 Sep 2023 12:15:49 +0200 Subject: [PATCH] rm unused dep --- hevm.cabal | 2 -- 1 file changed, 2 deletions(-) diff --git a/hevm.cabal b/hevm.cabal index 401bacd1a..ffd4fe7fa 100644 --- a/hevm.cabal +++ b/hevm.cabal @@ -131,7 +131,6 @@ library text >= 1.2.3 && < 2.1, unordered-containers >= 0.2.10 && < 0.3, vector >= 0.12.1 && < 0.14, - ansi-wl-pprint >= 0.6.9 && < 0.7, base16 >= 0.3.2.0 && < 0.3.3.0, megaparsec >= 9.0.0 && < 10.0, mtl >= 2.2.2 && < 2.3, @@ -195,7 +194,6 @@ executable hevm build-depends: QuickCheck, aeson, - ansi-wl-pprint, async, base, base16,