]> git.rkrishnan.org Git - functorrent.git/commitdiff
Remove dependency on time package
authorJaseem Abid <jaseemabid@gmail.com>
Sat, 21 Mar 2015 14:40:22 +0000 (20:10 +0530)
committerJaseem Abid <jaseemabid@gmail.com>
Sat, 21 Mar 2015 14:40:22 +0000 (20:10 +0530)
functorrent.cabal

index e72f301bdbc7958f4d8b4a4b527666e794c30bff..e89c36c50d798d3bb34b8eba4fc23aae89d90037 100644 (file)
@@ -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