diff options
| author | John MacFarlane <[email protected]> | 2022-10-31 09:03:10 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-10-31 09:03:10 -0700 |
| commit | 3e48d9701d955dc1df27f9cfd2eb5111b2cd9c1f (patch) | |
| tree | f9c55f979f9c921efd20efea012c429f8d51ed9a /pandoc-cli | |
| parent | 487d8003a530194950ba74d9eaa0ccc841829c1d (diff) | |
Re-add TemplateHaskell pragma in pandoc-cli.
This was an hlint false positive.
Diffstat (limited to 'pandoc-cli')
| -rw-r--r-- | pandoc-cli/src/pandoc.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc-cli/src/pandoc.hs b/pandoc-cli/src/pandoc.hs index 8068f6756..3c0889d8e 100644 --- a/pandoc-cli/src/pandoc.hs +++ b/pandoc-cli/src/pandoc.hs @@ -1,4 +1,5 @@ {-# LANGUAGE CPP #-} +{-# LANGUAGE TemplateHaskell #-} {- | Module : Main Copyright : Copyright (C) 2006-2022 John MacFarlane |
