From da1b3e582061609054c22cb19f7d5fa8c4d12deb Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 23 Aug 2022 21:43:04 -0400 Subject: [PATCH] list-remote-forwards.cabal: drop unused tasty-quickcheck package. --- list-remote-forwards.cabal | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/list-remote-forwards.cabal b/list-remote-forwards.cabal index efd6288..8dedb69 100644 --- a/list-remote-forwards.cabal +++ b/list-remote-forwards.cabal @@ -159,8 +159,7 @@ executable list-remote-forwards HDBC-sqlite3 >= 2.3, MissingH >= 1.2, tasty >= 0.8, - tasty-hunit >= 0.8, - tasty-quickcheck >= 0.8 + tasty-hunit >= 0.8 main-is: Main.hs @@ -196,8 +195,7 @@ test-suite testsuite HDBC-sqlite3 >= 2.3, MissingH >= 1.2, tasty >= 0.8, - tasty-hunit >= 0.8, - tasty-quickcheck >= 0.8 + tasty-hunit >= 0.8 test-suite doctests type: exitcode-stdio-1.0 -- 2.43.2