]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
WIP: QuickCheck for BVal type
[functorrent.git] / functorrent.cabal
index 7159c30c6b128af3150f3b974f14e745decfdefd..08fd0c247a7a8e167d0eab360c8ce0117e4f3545 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,10 +55,10 @@ executable functorrent
                        bytestring,
                        containers,
                        cryptohash,
+                       directory,
                        HTTP,
                        network-uri,
-                       parsec,
-                       directory
+                       parsec
 
 test-suite functorrent-test
   type:              exitcode-stdio-1.0
@@ -64,10 +69,10 @@ test-suite functorrent-test
                      functorrent,
                      bytestring,
                      containers,
+                     directory,
                      doctest,
                      tasty,
-                     tasty-hunit,
-                     directory
+                     tasty-hunit
 
 test-suite functorrent-hlint
   type:              exitcode-stdio-1.0