]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
add QuickCheck test to the test suite.
[functorrent.git] / functorrent.cabal
index 08fd0c247a7a8e167d0eab360c8ce0117e4f3545..b2d3c6a110a65befa372f4a45104a518b1cf2b95 100644 (file)
@@ -57,6 +57,7 @@ executable functorrent
                        cryptohash,
                        directory,
                        HTTP,
+                       QuickCheck,
                        network-uri,
                        parsec
 
@@ -72,7 +73,10 @@ test-suite functorrent-test
                      directory,
                      doctest,
                      tasty,
-                     tasty-hunit
+                     tasty-hunit,
+                     QuickCheck,
+                     tasty-quickcheck,
+                     test-framework-quickcheck2
 
 test-suite functorrent-hlint
   type:              exitcode-stdio-1.0