X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=functorrent.cabal;h=2ec81bb1dfa020d9f04fe30acc52b0b2d4d4d233;hb=205bce74b5786543949b162203a6e8e61e72f5f9;hp=2db111915a66b7e9e43b1e89a8ebd6bfd696f2f0;hpb=09d886b5980cf3bee327dcf0b57b5209dcb4237d;p=functorrent.git diff --git a/functorrent.cabal b/functorrent.cabal index 2db1119..2ec81bb 100644 --- a/functorrent.cabal +++ b/functorrent.cabal @@ -42,6 +42,7 @@ library network-uri, parsec, QuickCheck, + safe, tasty, tasty-hunit @@ -63,7 +64,8 @@ executable functorrent network, network-uri, parsec, - QuickCheck + QuickCheck, + safe test-suite functorrent-test type: exitcode-stdio-1.0