From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 17 Jul 2016 04:05:30 +0000 (+0530)
Subject: remove redundant import
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22file:/%22doc.html/rgr-080307.php?a=commitdiff_plain;h=647f3acf1310f35762879733d1564f026269c779;p=functorrent.git

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