[commit: ghc] wip/nfs-locking: Drop cabal_macros_boot.h (bece422)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:27:07 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/bece42266ac98ebbcd901efd62d1ffaf68a482ef/ghc
>---------------------------------------------------------------
commit bece42266ac98ebbcd901efd62d1ffaf68a482ef
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Sep 11 00:03:59 2017 +0100
Drop cabal_macros_boot.h
>---------------------------------------------------------------
bece42266ac98ebbcd901efd62d1ffaf68a482ef
src/Settings/Packages/GhcCabal.hs | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Settings/Packages/GhcCabal.hs b/src/Settings/Packages/GhcCabal.hs
index 0e6e1ea..b525c31 100644
--- a/src/Settings/Packages/GhcCabal.hs
+++ b/src/Settings/Packages/GhcCabal.hs
@@ -17,8 +17,6 @@ ghcCabalPackageArgs = stage0 ? package ghcCabal ? builder Ghc ? do
, arg ("-DCABAL_VERSION=" ++ replace "." "," cabalVersion)
, arg "-DBOOTSTRAPPING"
, arg "-DMIN_VERSION_binary_0_8_0"
- , arg "-optP-include"
- , arg $ "-optP" ++ pkgPath ghcCabal -/- "cabal_macros_boot.h"
, arg "-ilibraries/Cabal/Cabal"
, arg "-ilibraries/binary/src"
, arg "-ilibraries/filepath"
More information about the ghc-commits
mailing list