]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
Basic infrastructure for Extension messages (BEP 0010)
[functorrent.git] / functorrent.cabal
index b85e8368c54cc9442eafbda1c5d94a205f39bbbe..50bd270cbe3f16027bfed70c303183b9ae89bd58 100644 (file)
@@ -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