summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2022-03-29 20:25:07 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2022-03-29 20:40:55 -0400
commit204ee72013d746962136ea24c19a74dfbc0f800c (patch)
treeaea155c9d6104850292029f1fe576052d676cb13 /libraries/template-haskell
parentdda46e2da13268c239db3290720b014cef00c01d (diff)
downloadhaskell-wip/proper-salted-unit-ids.tar.gz
Stop hard-coding simplified unit IDs for wired-in packageswip/proper-salted-unit-ids
This is needed for #20647, and also something we perhaps want anyways, as somewhat discussed in #20742.
Diffstat (limited to 'libraries/template-haskell')
-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 097e5bae24..6735c76af5 100644
--- a/libraries/template-haskell/template-haskell.cabal.in
+++ b/libraries/template-haskell/template-haskell.cabal.in
@@ -63,10 +63,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: