From 66ab4cfb2535ae016a6d2620443f52624d8f0f18 Mon Sep 17 00:00:00 2001 From: Jaseem Abid Date: Sun, 29 Mar 2015 12:55:21 +0530 Subject: [PATCH] Add directory & tasty as a library dependencies --- functorrent.cabal | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/functorrent.cabal b/functorrent.cabal index 7159c30..c3492db 100644 --- a/functorrent.cabal +++ b/functorrent.cabal @@ -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 -- 2.37.2