From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 26 Apr 2015 06:13:47 +0000 (+0530)
Subject: add missing dependency for QuickCheck for executable
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/%22doc.html/frontends/configuration.txt?a=commitdiff_plain;h=6f2a818109cb4a78efcb812e7cb943c961783cb3;p=functorrent.git

add missing dependency for QuickCheck for executable
---

diff --git a/functorrent.cabal b/functorrent.cabal
index 08fd0c2..2c8f7c8 100644
--- a/functorrent.cabal
+++ b/functorrent.cabal
@@ -57,6 +57,7 @@ executable functorrent
                        cryptohash,
                        directory,
                        HTTP,
+                       QuickCheck,
                        network-uri,
                        parsec