[commit: ghc] master: Remove BUILD_DPH, not used (8c628ad)

git at git.haskell.org git at git.haskell.org
Fri Jul 6 17:05:07 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8c628ad9b9241dcf4ea087ca9efa5f0ca9632aa5/ghc

>---------------------------------------------------------------

commit 8c628ad9b9241dcf4ea087ca9efa5f0ca9632aa5
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date:   Fri Jul 6 19:04:30 2018 +0200

    Remove BUILD_DPH, not used


>---------------------------------------------------------------

8c628ad9b9241dcf4ea087ca9efa5f0ca9632aa5
 mk/build.mk.sample | 3 ---
 mk/config.mk.in    | 2 --
 2 files changed, 5 deletions(-)

diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index ce7b4d6..601ab02 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -99,9 +99,6 @@ endif
 # https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Running#AdditionalPackages
 #BUILD_EXTRA_PKGS=YES
 
-# Uncomment the following line to enable building DPH
-#BUILD_DPH=YES
-
 # Uncomment the following to force `integer-gmp` to use the in-tree GMP 6.1.2
 # (other sometimes useful configure-options: `--with-gmp-{includes,libraries}`)
 #libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-intree-gmp
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 6ff8e0e..c97f551 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -875,8 +875,6 @@ else
 HSCOLOUR_SRCS = YES
 endif
 
-# Build and install DPH?
-BUILD_DPH = NO
 # Build and install the "extra" packages (see ./packages)?
 BUILD_EXTRA_PKGS = NO
 



More information about the ghc-commits mailing list