From: Jaseem Abid Date: Sat, 21 Mar 2015 14:40:22 +0000 (+0530) Subject: Remove dependency on time package X-Git-Url: https://git.rkrishnan.org/?p=functorrent.git;a=commitdiff_plain;h=151c510e7d8dc66f00ff6a3c9cd1fdf128a79709 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