From 49d38acf8b3198b1cdf50db2c316638cb5eb02b7 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Fri, 27 Mar 2015 22:41:04 +0530 Subject: [PATCH] add dependency on package "directory" to functorrent-test --- functorrent.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.37.2