Removed unnecessary import.
This commit is contained in:
parent
4739620afe
commit
35922ffa32
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
{-# LANGUAGE DeriveDataTypeable, DeriveGeneric, CPP #-}
|
||||
{-# LANGUAGE DeriveDataTypeable, DeriveGeneric #-}
|
||||
{-
|
||||
Copyright (C) 2006-2016 John MacFarlane <jgm@berkeley.edu>
|
||||
|
||||
|
@ -39,10 +39,6 @@ import Data.Generics (Typeable)
|
|||
import GHC.Generics (Generic)
|
||||
import Control.Exception (Exception)
|
||||
import Text.Pandoc.Shared (err)
|
||||
#if MIN_VERSION_base(4,9,0)
|
||||
import qualified System.IO.Error (IOError, ioError)
|
||||
#else
|
||||
#endif
|
||||
|
||||
type Input = String
|
||||
|
||||
|
|
Loading…
Reference in a new issue