[commit: ghc] wip/nfs-locking: Remove unnecessary use of -DGENERICS flag (#402) (f189ed4)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:58:00 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/f189ed4db11f35a9f73e8e7bf7ae311a734aefb0/ghc

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

commit f189ed4db11f35a9f73e8e7bf7ae311a734aefb0
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Sat Aug 26 11:16:04 2017 -0400

    Remove unnecessary use of -DGENERICS flag (#402)
    
    Mirroring a change made to GHC in
    http://git.haskell.org/ghc.git/commit/a28a55211d6fb8d3182b0a9e47656ff9ca8a3766


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

f189ed4db11f35a9f73e8e7bf7ae311a734aefb0
 src/Settings/Packages/GhcCabal.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Settings/Packages/GhcCabal.hs b/src/Settings/Packages/GhcCabal.hs
index 3c07c67..dba4f9b 100644
--- a/src/Settings/Packages/GhcCabal.hs
+++ b/src/Settings/Packages/GhcCabal.hs
@@ -18,7 +18,6 @@ ghcCabalPackageArgs = stage0 ? package ghcCabal ? builder Ghc ? do
         , arg ("-DCABAL_VERSION=" ++ replace "." "," cabalVersion)
         , arg "-DBOOTSTRAPPING"
         , arg "-DMIN_VERSION_binary_0_8_0"
-        , arg "-DGENERICS"
         , arg "-optP-include"
         , arg $ "-optP" ++ pkgPath ghcCabal -/- "cabal_macros_boot.h"
         , arg "-ilibraries/Cabal/Cabal"



More information about the ghc-commits mailing list