Removed unnecessary import.

This commit is contained in:
John MacFarlane 2017-02-23 21:54:03 +01:00
parent 4739620afe
commit 35922ffa32

View file

@ -1,4 +1,4 @@
{-# LANGUAGE DeriveDataTypeable, DeriveGeneric, CPP #-} {-# LANGUAGE DeriveDataTypeable, DeriveGeneric #-}
{- {-
Copyright (C) 2006-2016 John MacFarlane <jgm@berkeley.edu> Copyright (C) 2006-2016 John MacFarlane <jgm@berkeley.edu>
@ -39,10 +39,6 @@ import Data.Generics (Typeable)
import GHC.Generics (Generic) import GHC.Generics (Generic)
import Control.Exception (Exception) import Control.Exception (Exception)
import Text.Pandoc.Shared (err) import Text.Pandoc.Shared (err)
#if MIN_VERSION_base(4,9,0)
import qualified System.IO.Error (IOError, ioError)
#else
#endif
type Input = String type Input = String