]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
add QuickCheck test to the test suite.
[functorrent.git] / functorrent.cabal
index fc4cfb35bb18cc4a28bfb98f4255c952b66776c4..b2d3c6a110a65befa372f4a45104a518b1cf2b95 100644 (file)
@@ -20,6 +20,7 @@ library
                        FuncTorrent.Bencode,
                        FuncTorrent.Logger,
                        FuncTorrent.Metainfo,
+                       FuncTorrent.Network
                        FuncTorrent.Peer,
                        FuncTorrent.Tracker
 
@@ -34,9 +35,13 @@ library
                        bytestring,
                        containers,
                        cryptohash,
+                       directory,
                        HTTP,
                        network-uri,
-                       parsec
+                       parsec,
+                       QuickCheck,
+                       tasty,
+                       tasty-hunit
 
 executable functorrent
   main-is:             Main.hs
@@ -50,7 +55,9 @@ executable functorrent
                        bytestring,
                        containers,
                        cryptohash,
+                       directory,
                        HTTP,
+                       QuickCheck,
                        network-uri,
                        parsec
 
@@ -63,9 +70,13 @@ test-suite functorrent-test
                      functorrent,
                      bytestring,
                      containers,
+                     directory,
                      doctest,
                      tasty,
-                     tasty-hunit
+                     tasty-hunit,
+                     QuickCheck,
+                     tasty-quickcheck,
+                     test-framework-quickcheck2
 
 test-suite functorrent-hlint
   type:              exitcode-stdio-1.0