From: Michael Orlitzky Date: Wed, 24 Aug 2022 01:43:04 +0000 (-0400) Subject: list-remote-forwards.cabal: drop unused tasty-quickcheck package. X-Git-Tag: 0.0.2~24 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=commitdiff_plain;h=da1b3e582061609054c22cb19f7d5fa8c4d12deb list-remote-forwards.cabal: drop unused tasty-quickcheck package. --- 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