From: Jaseem Abid Date: Sun, 29 Mar 2015 07:25:21 +0000 (+0530) Subject: Add directory & tasty as a library dependencies X-Git-Url: https://git.rkrishnan.org/?p=functorrent.git;a=commitdiff_plain;h=66ab4cfb2535ae016a6d2620443f52624d8f0f18 Add directory & tasty as a library dependencies --- 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