Remove unnecessary hiding in Class.hs

This commit is contained in:
Alexander Krotov 2018-11-01 19:09:59 +03:00
parent 0d6a606d32
commit bd59f8b708

View file

@ -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