aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App/CommandLineOptions.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-07-13 22:46:10 -0700
committerJohn MacFarlane <[email protected]>2025-07-13 22:46:10 -0700
commitcff9ace0db3ec62f9c0fc72529e531e1985133b9 (patch)
treebd9c4b6d5421bb8e93d013f5476d2e4d4f22300c /src/Text/Pandoc/App/CommandLineOptions.hs
parent2cf9b55421d7026dac8c45730b8538f13e4bbb78 (diff)
Revert "Export `copyrightMessage` from Text.Pandoc.App module."
This reverts commit 2cf9b55421d7026dac8c45730b8538f13e4bbb78.
Diffstat (limited to 'src/Text/Pandoc/App/CommandLineOptions.hs')
-rw-r--r--src/Text/Pandoc/App/CommandLineOptions.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs
index 383ab04a7..db7d5a1ac 100644
--- a/src/Text/Pandoc/App/CommandLineOptions.hs
+++ b/src/Text/Pandoc/App/CommandLineOptions.hs
@@ -21,7 +21,6 @@ module Text.Pandoc.App.CommandLineOptions (
, options
, engines
, setVariable
- , copyrightMessage
) where
import Control.Monad.Trans
import Control.Monad.State.Strict