[commit: ghc] wip/nfs-locking: Drop repeated argument (e0de028)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:23:20 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/e0de0283e09eab974e22c6e37f36479597f3fc78/ghc
>---------------------------------------------------------------
commit e0de0283e09eab974e22c6e37f36479597f3fc78
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Oct 3 17:23:05 2016 +0100
Drop repeated argument
>---------------------------------------------------------------
e0de0283e09eab974e22c6e37f36479597f3fc78
src/Settings/Packages/Compiler.hs | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Settings/Packages/Compiler.hs b/src/Settings/Packages/Compiler.hs
index df9020d..f33dc18 100644
--- a/src/Settings/Packages/Compiler.hs
+++ b/src/Settings/Packages/Compiler.hs
@@ -16,8 +16,6 @@ compilerPackageArgs = package compiler ? do
path <- getBuildPath
mconcat [ builder Alex ? arg "--latin1"
- , builder Ghc ? arg ("-I" ++ path)
-
, builder GhcCabal ? mconcat
[ arg $ "--ghc-option=-DSTAGE=" ++ show (fromEnum stage + 1)
, arg "--disable-library-for-ghci"
More information about the ghc-commits
mailing list