aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App/OutputSettings.hs
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2018-11-06 21:25:14 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2018-11-06 21:31:12 +0100
commitdae3a0e3d2e6fc2677f9f59bd046ef2a4e66ce42 (patch)
tree029d5210b40ef724ea8c8b0f4393209d24649eaf /src/Text/Pandoc/App/OutputSettings.hs
parentd66c88a963adeacb4aa5f45a5d8d277ce853b261 (diff)
downloadpandoc-dae3a0e3d2e6fc2677f9f59bd046ef2a4e66ce42.tar.gz
T.P.App: extract Opt into separate module
The new Opt module has only a few dependencies. This is important for compile-times during development, as Template Haskell containing modules are be recompiled whenever a (transitive) dependency changes.
Diffstat (limited to 'src/Text/Pandoc/App/OutputSettings.hs')
-rw-r--r--src/Text/Pandoc/App/OutputSettings.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App/OutputSettings.hs b/src/Text/Pandoc/App/OutputSettings.hs
index a7d5bee1b..654e240d4 100644
--- a/src/Text/Pandoc/App/OutputSettings.hs
+++ b/src/Text/Pandoc/App/OutputSettings.hs
@@ -50,7 +50,8 @@ import System.Exit (exitSuccess)
import System.FilePath
import System.IO (stdout)
import Text.Pandoc
-import Text.Pandoc.App.CommandLineOptions (Opt (..), engines)
+import Text.Pandoc.App.Opt (Opt (..))
+import Text.Pandoc.App.CommandLineOptions (engines)
import Text.Pandoc.BCP47 (Lang (..), parseBCP47)
import qualified Text.Pandoc.UTF8 as UTF8