]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
Add directory & tasty as a library dependencies
[functorrent.git] / functorrent.cabal
index fc4cfb35bb18cc4a28bfb98f4255c952b66776c4..c3492db45f722011a92b23244fe311318cbf8254 100644 (file)
@@ -34,9 +34,12 @@ library
                        bytestring,
                        containers,
                        cryptohash,
+                       directory,
                        HTTP,
                        network-uri,
-                       parsec
+                       parsec,
+                       tasty,
+                       tasty-hunit
 
 executable functorrent
   main-is:             Main.hs
@@ -50,6 +53,7 @@ executable functorrent
                        bytestring,
                        containers,
                        cryptohash,
+                       directory,
                        HTTP,
                        network-uri,
                        parsec
@@ -63,6 +67,7 @@ test-suite functorrent-test
                      functorrent,
                      bytestring,
                      containers,
+                     directory,
                      doctest,
                      tasty,
                      tasty-hunit