summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-13 22:18:23 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-13 22:18:23 -0800
commit9f43acb5d25b4c8f62f99d382819be2f59c31817 (patch)
tree29816374bf7382b19f295b7ce4bd49ee5ce2878f /src/Text/Pandoc
parentf3133a8e9ee9095daed3261056e9bc2f4b129dfb (diff)
ICML writer: removed redundant import.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/Writers/ICML.hs1
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]