summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-08-05 22:46:26 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-08-25 20:05:31 -0400
commit4a426924578c1febe8a5d34c7a265223ba8031df (patch)
tree4cdbceb89873af08b542278c19312f85545eb803 /ghc
parent659502bc4f78ccba1b35d06eeaa934f2614f1706 (diff)
downloadhaskell-4a426924578c1febe8a5d34c7a265223ba8031df.tar.gz
Drop mk/{build,install,config}.mk.in
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc-bin.cabal.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 7a4f604e0f..d7cf0cc55a 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -82,10 +82,6 @@ Executable ghc
UnboxedTuples
ViewPatterns
- -- The flag being True by default, this reflects the
- -- mk/config.mk.in logic for GhcThreaded (which ends up
- -- always being True as well). One can still opt out by
- -- disabling this flag.
if flag(threaded)
ghc-options: -threaded