diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2015-11-09 10:08:22 -0800 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-09 10:08:22 -0800 | 
| commit | 23b693c029d17dc9833a81b33ca241f3b6fe6cc7 (patch) | |
| tree | db6d7da3cf6d5a27d10660ddc1cd5b9a812853b7 /src/Text/Pandoc/Readers/Odt/Generic | |
| parent | 777d717d228cee3dc2cdc12ea4e5d1859bb6f82d (diff) | |
| download | pandoc-23b693c029d17dc9833a81b33ca241f3b6fe6cc7.tar.gz | |
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b.
Diffstat (limited to 'src/Text/Pandoc/Readers/Odt/Generic')
| -rw-r--r-- | src/Text/Pandoc/Readers/Odt/Generic/Fallible.hs | 1 | ||||
| -rw-r--r-- | src/Text/Pandoc/Readers/Odt/Generic/Namespaces.hs | 1 | ||||
| -rw-r--r-- | src/Text/Pandoc/Readers/Odt/Generic/SetMap.hs | 1 | ||||
| -rw-r--r-- | src/Text/Pandoc/Readers/Odt/Generic/Utils.hs | 1 | ||||
| -rw-r--r-- | src/Text/Pandoc/Readers/Odt/Generic/XMLConverter.hs | 1 | 
5 files changed, 0 insertions, 5 deletions
| diff --git a/src/Text/Pandoc/Readers/Odt/Generic/Fallible.hs b/src/Text/Pandoc/Readers/Odt/Generic/Fallible.hs index 7213bc8f1..343ec14ee 100644 --- a/src/Text/Pandoc/Readers/Odt/Generic/Fallible.hs +++ b/src/Text/Pandoc/Readers/Odt/Generic/Fallible.hs @@ -39,7 +39,6 @@ compatible instances of "ArrowChoice".  -- We export everything  module Text.Pandoc.Readers.Odt.Generic.Fallible where -import Prelude  import           Control.Applicative  import           Control.Monad diff --git a/src/Text/Pandoc/Readers/Odt/Generic/Namespaces.hs b/src/Text/Pandoc/Readers/Odt/Generic/Namespaces.hs index 0a6095e98..82ae3e20e 100644 --- a/src/Text/Pandoc/Readers/Odt/Generic/Namespaces.hs +++ b/src/Text/Pandoc/Readers/Odt/Generic/Namespaces.hs @@ -31,7 +31,6 @@ typesafe Haskell namespace identifiers and unsafe "real world" namespaces.  module Text.Pandoc.Readers.Odt.Generic.Namespaces where -import Prelude  import qualified Data.Map as M  -- diff --git a/src/Text/Pandoc/Readers/Odt/Generic/SetMap.hs b/src/Text/Pandoc/Readers/Odt/Generic/SetMap.hs index b7a555219..afd7d616c 100644 --- a/src/Text/Pandoc/Readers/Odt/Generic/SetMap.hs +++ b/src/Text/Pandoc/Readers/Odt/Generic/SetMap.hs @@ -30,7 +30,6 @@ A map of values to sets of values.  module Text.Pandoc.Readers.Odt.Generic.SetMap where -import Prelude  import qualified Data.Map as M  import qualified Data.Set as S diff --git a/src/Text/Pandoc/Readers/Odt/Generic/Utils.hs b/src/Text/Pandoc/Readers/Odt/Generic/Utils.hs index a09b4cc1d..6c10ed61d 100644 --- a/src/Text/Pandoc/Readers/Odt/Generic/Utils.hs +++ b/src/Text/Pandoc/Readers/Odt/Generic/Utils.hs @@ -53,7 +53,6 @@ module Text.Pandoc.Readers.Odt.Generic.Utils  , composition  ) where -import Prelude  import           Control.Category        ( Category, (>>>), (<<<) )  import qualified Control.Category as Cat ( id )  import           Control.Monad           ( msum ) diff --git a/src/Text/Pandoc/Readers/Odt/Generic/XMLConverter.hs b/src/Text/Pandoc/Readers/Odt/Generic/XMLConverter.hs index 7d72ee125..8c03d1a09 100644 --- a/src/Text/Pandoc/Readers/Odt/Generic/XMLConverter.hs +++ b/src/Text/Pandoc/Readers/Odt/Generic/XMLConverter.hs @@ -116,7 +116,6 @@ module Text.Pandoc.Readers.Odt.Generic.XMLConverter  , matchContent  ) where -import Prelude  import           Control.Applicative  hiding ( liftA, liftA2 )  import           Control.Monad               ( MonadPlus )  import           Control.Arrow | 
