From: Ramakrishnan Muthukrishnan Date: Sun, 17 Jul 2016 04:05:30 +0000 (+0530) Subject: remove redundant import X-Git-Url: https://git.rkrishnan.org/?p=functorrent.git;a=commitdiff_plain;h=647f3acf1310f35762879733d1564f026269c779 remove redundant import --- diff --git a/src/FuncTorrent/Metainfo.hs b/src/FuncTorrent/Metainfo.hs index e51984b..898cc54 100644 --- a/src/FuncTorrent/Metainfo.hs +++ b/src/FuncTorrent/Metainfo.hs @@ -20,7 +20,6 @@ module FuncTorrent.Metainfo (Info(..), Metainfo(..), - mkInfo, torrentToMetainfo ) where