aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-11-01 19:09:59 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-11-01 19:09:59 +0300
commitbd59f8b708c4d977f421ae5d36b168261af908df (patch)
tree586fce144976e4e0966c8c3b83d52a1519a8c613 /src/Text
parent0d6a606d32a9a31af7a10445249f43635165644d (diff)
downloadpandoc-bd59f8b708c4d977f421ae5d36b168261af908df.tar.gz
Remove unnecessary hiding in Class.hs
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/Class.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Class.hs b/src/Text/Pandoc/Class.hs
index 92b41aa4e..93c0d638b 100644
--- a/src/Text/Pandoc/Class.hs
+++ b/src/Text/Pandoc/Class.hs
@@ -98,7 +98,6 @@ module Text.Pandoc.Class ( PandocMonad(..)
) where
import Prelude
-import Prelude hiding (readFile)
import System.Random (StdGen, next, mkStdGen)
import qualified System.Random as IO (newStdGen)
import Codec.Archive.Zip