X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=functorrent.cabal;h=50bd270cbe3f16027bfed70c303183b9ae89bd58;hb=10c9204caa36be49d5ce9694f92bf13aa09ba2e7;hp=b85e8368c54cc9442eafbda1c5d94a205f39bbbe;hpb=7e0cd0b7f1286a39ddb86c7a78609ebb55680126;p=functorrent.git diff --git a/functorrent.cabal b/functorrent.cabal index b85e836..50bd270 100644 --- a/functorrent.cabal +++ b/functorrent.cabal @@ -30,7 +30,8 @@ library FuncTorrent.Tracker.Types, FuncTorrent.Tracker.Udp, FuncTorrent.MagnetURI, - FuncTorrent.Utils + FuncTorrent.Utils, + FuncTorrent.Config other-extensions: OverloadedStrings hs-source-dirs: src @@ -82,5 +83,7 @@ test-suite functorrent-test main-is: Main.hs other-modules: MagneturiTests build-depends: base + , bytestring , functorrent , hspec + , QuickCheck