diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-08-11 22:26:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-08-11 22:26:23 -0700 |
commit | 2c85c678f27f2e38e0192a418afe91853986d518 (patch) | |
tree | dc50ece7b2c58c23a05bab5e07735bf216712ac1 /src/Text/Pandoc | |
parent | 74212eb1b0e1757fc0ac3e5d45b0ee18bac491e5 (diff) | |
download | pandoc-2c85c678f27f2e38e0192a418afe91853986d518.tar.gz |
Removed redundant import.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/CSV.hs | 1 |
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) |