Fix up compiler warnings.
Export TestState and TestEnv, and remove redundant import.
This commit is contained in:
parent
e24d5a56a7
commit
590e119df0
1 changed files with 3 additions and 1 deletions
|
@ -34,6 +34,8 @@ module Text.Pandoc.Free ( PandocActionF(..)
|
|||
, PandocAction
|
||||
, runIO
|
||||
, runTest
|
||||
, TestState(..)
|
||||
, TestEnv(..)
|
||||
, liftF
|
||||
--
|
||||
, lookupEnv
|
||||
|
@ -60,7 +62,7 @@ import qualified Control.Monad as M (fail)
|
|||
import System.Random (StdGen, next)
|
||||
import qualified System.Random as IO (newStdGen)
|
||||
import Codec.Archive.Zip (Archive, fromArchive)
|
||||
import Data.Unique (Unique, hashUnique, newUnique)
|
||||
import Data.Unique (hashUnique)
|
||||
import qualified Data.Unique as IO (newUnique)
|
||||
import qualified Text.Pandoc.Shared as IO ( fetchItem
|
||||
, fetchItem'
|
||||
|
|
Loading…
Add table
Reference in a new issue