From 80ccdb6fa42e93dc038ac2496ab17bf5caf4299d Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Sun, 17 Apr 2022 13:18:02 -1000 Subject: [PATCH] Remove unnecessary dep on criterion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This prevented SnÄrkl from being used with recent GHC. --- snarkl.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snarkl.cabal b/snarkl.cabal index c69954c..73719df 100644 --- a/snarkl.cabal +++ b/snarkl.cabal @@ -91,9 +91,8 @@ library build-depends: base >=4.7, - containers >=0.5 && <0.6, + containers >=0.5 && <0.7, mtl >=2.2 && <2.3, - criterion >=1.0 && <1.3, parallel >=3.2 && <3.3, hspec >=2.0, process >=1.2,