Remove unnecessary hiding in Class.hs
This commit is contained in:
parent
0d6a606d32
commit
bd59f8b708
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ module Text.Pandoc.Class ( PandocMonad(..)
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Prelude
|
import Prelude
|
||||||
import Prelude hiding (readFile)
|
|
||||||
import System.Random (StdGen, next, mkStdGen)
|
import System.Random (StdGen, next, mkStdGen)
|
||||||
import qualified System.Random as IO (newStdGen)
|
import qualified System.Random as IO (newStdGen)
|
||||||
import Codec.Archive.Zip
|
import Codec.Archive.Zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue