]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
re-arrange tests: add magnet uri tests
[functorrent.git] / functorrent.cabal
index 4b865b60a0ae17fd68862bdfa2ddf7722a1e7053..cec4735517ce9343e09b2614b4c3fe9bdef347e4 100644 (file)
@@ -28,6 +28,8 @@ library
                        FuncTorrent.Tracker,
                        FuncTorrent.Tracker.Http,
                        FuncTorrent.Tracker.Types,
+                       FuncTorrent.Tracker.Udp,
+                       FuncTorrent.MagnetURI,
                        FuncTorrent.Utils
 
   other-extensions:    OverloadedStrings
@@ -47,6 +49,7 @@ library
                        network-uri,
                        parsec,
                        QuickCheck,
+                       random,
                        safe,
                        transformers