]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
quickcheck: size limit randomly generated Benc structures
[functorrent.git] / functorrent.cabal
index b85e8368c54cc9442eafbda1c5d94a205f39bbbe..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,11 @@ 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
                    , hspec
+                   , QuickCheck