From: Ramakrishnan Muthukrishnan Date: Fri, 27 Mar 2015 17:11:04 +0000 (+0530) Subject: add dependency on package "directory" to functorrent-test X-Git-Url: https://git.rkrishnan.org/?p=functorrent.git;a=commitdiff_plain;h=49d38acf8b3198b1cdf50db2c316638cb5eb02b7 add dependency on package "directory" to functorrent-test --- diff --git a/functorrent.cabal b/functorrent.cabal index b56110b..7159c30 100644 --- a/functorrent.cabal +++ b/functorrent.cabal @@ -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