summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-09-13 10:24:16 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-09-13 10:24:29 +0100
commit009caf6324f61dbb176e4ae2a6a27cfe8750ce44 (patch)
treef4876b12f006bb95981c1e4dad04a46bb80d3807
parent0d14ae19d488a4412fba6923cca0a9943b4a5c7c (diff)
downloadhaskell-wip/ghc-template-haskell-syntax.tar.gz
-rw-r--r--libraries/template-haskell/template-haskell.cabal.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in
index 23da27374d..221918749b 100644
--- a/libraries/template-haskell/template-haskell.cabal.in
+++ b/libraries/template-haskell/template-haskell.cabal.in
@@ -61,10 +61,6 @@ Library
ghc-options: -Wall
- -- We need to set the unit ID to template-haskell (without a
- -- version number) as it's magic.
- ghc-options: -this-unit-id template-haskell
-
-- This should match the default-extensions used in 'ghc.cabal'. This way,
-- GHCi can be used to load it along with the compiler.
Default-Extensions: