]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
quickcheck: size limit randomly generated Benc structures
[functorrent.git] / functorrent.cabal
index ba04b123aec3e335ce5cbfdb105ec6537edfe484..5e71ebfa93526c76ed186dc913360270ab655d82 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
@@ -80,7 +81,9 @@ test-suite functorrent-test
   default-language:  Haskell2010
   hs-source-dirs:    test
   main-is:           Main.hs
-  other-modules:     MagneturiTests
+  other-modules:     BencodeTests
+                   , MagneturiTests
+                   , MetainfoTests
   build-depends:     base
                    , bytestring
                    , functorrent