diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-02-06 14:31:17 -0500 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-02-06 14:31:25 -0500 |
commit | a28a55211d6fb8d3182b0a9e47656ff9ca8a3766 (patch) | |
tree | 6cc2ac63f92ec3f736828d5f24be8661db5e8c78 /utils | |
parent | 4aae1918e68c71f14f52d9c96b51b2876744bac8 (diff) | |
download | haskell-a28a55211d6fb8d3182b0a9e47656ff9ca8a3766.tar.gz |
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.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-cabal/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk index 78a67059dd..4f896aab9c 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) \ |