[commit: ghc] master: Remove unnecessary use of -DGENERICS flag (a28a552)

git at git.haskell.org git at git.haskell.org
Mon Feb 6 19:34:28 UTC 2017


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

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

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

commit a28a55211d6fb8d3182b0a9e47656ff9ca8a3766
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Mon Feb 6 14:31:17 2017 -0500

    Remove unnecessary use of -DGENERICS flag
    
    This flag was only needed for old versions of binary, and now that we've
    upgraded to binary-0.8.4.1, it is no longer necessary.


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

a28a55211d6fb8d3182b0a9e47656ff9ca8a3766
 utils/ghc-cabal/ghc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk
index 78a6705..4f896aa 100644
--- a/utils/ghc-cabal/ghc.mk
+++ b/utils/ghc-cabal/ghc.mk
@@ -60,7 +60,7 @@ $(ghc-cabal_DIST_BINARY): utils/ghc-cabal/Main.hs $(TOUCH_DEP) | $$(dir $$@)/. b
 	       -odir  bootstrapping \
 	       -hidir bootstrapping \
 	       -ilibraries/Cabal/Cabal \
-	       -ilibraries/binary/src -DGENERICS \
+	       -ilibraries/binary/src \
 	       -ilibraries/filepath \
 	       -ilibraries/hpc \
 	       $(utils/ghc-cabal_dist_EXTRA_HC_OPTS) \



More information about the ghc-commits mailing list