From 151c510e7d8dc66f00ff6a3c9cd1fdf128a79709 Mon Sep 17 00:00:00 2001
From: Jaseem Abid <jaseemabid@gmail.com>
Date: Sat, 21 Mar 2015 20:10:22 +0530
Subject: [PATCH] Remove dependency on time package

---
 functorrent.cabal | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

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
-- 
2.45.2