]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
Peer: refactor pickPiece function
[functorrent.git] / functorrent.cabal
index 2db111915a66b7e9e43b1e89a8ebd6bfd696f2f0..2ec81bb1dfa020d9f04fe30acc52b0b2d4d4d233 100644 (file)
@@ -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