From 822e1d6cdc4ab6dbd0c0bad4c62fd02d1bda1bef Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Thu, 30 Dec 2021 11:49:08 -0800 Subject: [PATCH] pandoc.cabal: remove unnecessary QuickCheck dependency. --- pandoc.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 1c6f3fbd8..58aa37cba 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -760,7 +760,6 @@ test-suite test-pandoc build-depends: pandoc, Diff >= 0.2 && < 0.5, Glob >= 0.7 && < 0.11, - QuickCheck >= 2.4 && < 2.15, bytestring >= 0.9 && < 0.12, containers >= 0.4.2.1 && < 0.7, directory >= 1.2.3 && < 1.4,