Fixed name shadowing in benchmark.
This commit is contained in:
parent
328655e863
commit
710bb18443
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
-}
|
-}
|
||||||
import Text.Pandoc
|
import Text.Pandoc
|
||||||
import Text.Pandoc.Class hiding (getCurrentTime)
|
import Text.Pandoc.Class hiding (getCurrentTime, trace)
|
||||||
import qualified Text.Pandoc.UTF8 as UTF8
|
import qualified Text.Pandoc.UTF8 as UTF8
|
||||||
import Data.Text (Text)
|
import Data.Text (Text)
|
||||||
import Data.Time (getCurrentTime)
|
import Data.Time (getCurrentTime)
|
||||||
|
|
Loading…
Reference in a new issue