aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-11 22:26:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-11 22:26:23 -0700
commit2c85c678f27f2e38e0192a418afe91853986d518 (patch)
treedc50ece7b2c58c23a05bab5e07735bf216712ac1
parent74212eb1b0e1757fc0ac3e5d45b0ee18bac491e5 (diff)
downloadpandoc-2c85c678f27f2e38e0192a418afe91853986d518.tar.gz
Removed redundant import.
-rw-r--r--src/Text/Pandoc/CSV.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/CSV.hs b/src/Text/Pandoc/CSV.hs
index db9226469..810c58f92 100644
--- a/src/Text/Pandoc/CSV.hs
+++ b/src/Text/Pandoc/CSV.hs
@@ -36,7 +36,6 @@ module Text.Pandoc.CSV (
import Text.Parsec
import Text.Parsec.Text (Parser)
-import Text.Parsec.Error (ParseError)
import Data.Text (Text)
import qualified Data.Text as T
import Control.Monad (void)