Re-add TemplateHaskell pragma in pandoc-cli.

This was an hlint false positive.
This commit is contained in:
John MacFarlane
2022-10-31 09:03:10 -07:00
parent 487d8003a5
commit 3e48d9701d
+1
View File
@@ -1,4 +1,5 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE TemplateHaskell #-}
{- |
Module : Main
Copyright : Copyright (C) 2006-2022 John MacFarlane