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,