From 8fb9a0d168517462860d6916c1f882958520988b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 7 Oct 2019 21:22:50 -0700 Subject: Remove derive_json_via_th flag; always use TH. This cuts down on code duplication and reduces the chance for errors. See #4083. --- src/Text/Pandoc/App/CommandLineOptions.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Text/Pandoc/App/CommandLineOptions.hs') diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs index 82d88c1c7..98129d0fd 100644 --- a/src/Text/Pandoc/App/CommandLineOptions.hs +++ b/src/Text/Pandoc/App/CommandLineOptions.hs @@ -2,9 +2,6 @@ {-# LANGUAGE CPP #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TupleSections #-} -#ifdef DERIVE_JSON_VIA_TH -{-# LANGUAGE TemplateHaskell #-} -#endif {- | Module : Text.Pandoc.App.CommandLineOptions Copyright : Copyright (C) 2006-2019 John MacFarlane -- cgit v1.2.3