]> git.rkrishnan.org Git - functorrent.git/commitdiff
Add directory & tasty as a library dependencies
authorJaseem Abid <jaseemabid@gmail.com>
Sun, 29 Mar 2015 07:25:21 +0000 (12:55 +0530)
committerJaseem Abid <jaseemabid@gmail.com>
Sun, 29 Mar 2015 09:25:29 +0000 (14:55 +0530)
functorrent.cabal

index 7159c30c6b128af3150f3b974f14e745decfdefd..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,10 +53,10 @@ executable functorrent
                        bytestring,
                        containers,
                        cryptohash,
+                       directory,
                        HTTP,
                        network-uri,
-                       parsec,
-                       directory
+                       parsec
 
 test-suite functorrent-test
   type:              exitcode-stdio-1.0
@@ -64,10 +67,10 @@ test-suite functorrent-test
                      functorrent,
                      bytestring,
                      containers,
+                     directory,
                      doctest,
                      tasty,
-                     tasty-hunit,
-                     directory
+                     tasty-hunit
 
 test-suite functorrent-hlint
   type:              exitcode-stdio-1.0