]> git.rkrishnan.org Git - functorrent.git/commitdiff
add dependency on package "directory" to functorrent-test
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 27 Mar 2015 17:11:04 +0000 (22:41 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 27 Mar 2015 17:11:20 +0000 (22:41 +0530)
functorrent.cabal

index b56110ba1d3331d8aeb7eed06dade562db9a0bc0..7159c30c6b128af3150f3b974f14e745decfdefd 100644 (file)
@@ -66,7 +66,8 @@ test-suite functorrent-test
                      containers,
                      doctest,
                      tasty,
-                     tasty-hunit
+                     tasty-hunit,
+                     directory
 
 test-suite functorrent-hlint
   type:              exitcode-stdio-1.0