diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-13 22:18:23 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-13 22:18:23 -0800 |
commit | 9f43acb5d25b4c8f62f99d382819be2f59c31817 (patch) | |
tree | 29816374bf7382b19f295b7ce4bd49ee5ce2878f /src/Text | |
parent | f3133a8e9ee9095daed3261056e9bc2f4b129dfb (diff) | |
download | pandoc-9f43acb5d25b4c8f62f99d382819be2f59c31817.tar.gz |
ICML writer: removed redundant import.
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Pandoc/Writers/ICML.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/ICML.hs b/src/Text/Pandoc/Writers/ICML.hs index 4b2e794d3..db837571e 100644 --- a/src/Text/Pandoc/Writers/ICML.hs +++ b/src/Text/Pandoc/Writers/ICML.hs @@ -27,7 +27,6 @@ import Data.List (isPrefixOf, isInfixOf, stripPrefix) import Data.Text as Text (breakOnAll, pack) import Control.Monad.State import Network.URI (isURI) -import System.FilePath.Posix (pathSeparator) import qualified Data.Set as Set type Style = [String] |