From: Jaseem Abid <jaseemabid@gmail.com>
Date: Sat, 21 Mar 2015 14:40:22 +0000 (+0530)
Subject: Remove dependency on time package
X-Git-Url: https://git.rkrishnan.org/listings/frontends/index.php?a=commitdiff_plain;h=151c510e7d8dc66f00ff6a3c9cd1fdf128a79709;p=functorrent.git

Remove dependency on time package
---

diff --git a/functorrent.cabal b/functorrent.cabal
index e72f301..e89c36c 100644
--- a/functorrent.cabal
+++ b/functorrent.cabal
@@ -35,8 +35,7 @@ library
                        cryptohash,
                        doctest,
                        network-uri,
-                       parsec,
-                       time
+                       parsec
 
 executable functorrent
   main-is:             Main.hs
@@ -53,5 +52,4 @@ executable functorrent
                        cryptohash,
                        doctest,
                        network-uri,
-                       parsec,
-                       time
+                       parsec