]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
list-remote-forwards.cabal: drop unused tasty-quickcheck package.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 01:43:04 +0000 (21:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 01:43:04 +0000 (21:43 -0400)
list-remote-forwards.cabal

index efd6288e9ad69766e80aa6b987193c3ce9afd654..8dedb69acf30475d0d968d78a661c4e31fd83644 100644 (file)
@@ -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