From 2932ac8574e79d5d5b3b65ed81b0125d4d146f12 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 27 Jan 2019 12:27:24 -0800 Subject: Add isPrefixOf to imports. --- src/Text/Pandoc/App/CommandLineOptions.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/App') diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs index c041e30e4..98316eee6 100644 --- a/src/Text/Pandoc/App/CommandLineOptions.hs +++ b/src/Text/Pandoc/App/CommandLineOptions.hs @@ -45,7 +45,7 @@ import Control.Monad.Trans import Data.Aeson.Encode.Pretty (encodePretty', Config(..), keyOrder, defConfig, Indent(..), NumberFormat(..)) import Data.Char (toLower, toUpper) -import Data.List (intercalate, sort) +import Data.List (intercalate, sort, isPrefixOf) import Data.Maybe (fromMaybe) import Skylighting (Style, Syntax (..), defaultSyntaxMap, parseTheme, pygments) -- cgit v1.2.3