diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2018-11-01 19:09:59 +0300 |
---|---|---|
committer | Alexander Krotov <ilabdsf@gmail.com> | 2018-11-01 19:09:59 +0300 |
commit | bd59f8b708c4d977f421ae5d36b168261af908df (patch) | |
tree | 586fce144976e4e0966c8c3b83d52a1519a8c613 | |
parent | 0d6a606d32a9a31af7a10445249f43635165644d (diff) | |
download | pandoc-bd59f8b708c4d977f421ae5d36b168261af908df.tar.gz |
Remove unnecessary hiding in Class.hs
-rw-r--r-- | src/Text/Pandoc/Class.hs | 1 |
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 |