[commit: ghc] wip/nfs-locking: Drop GenApply arguments, as it actually needs none. (0bec73c)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:12:01 UTC 2017


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

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

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

commit 0bec73c1eb86a91e15cfa8df53d14264ff854160
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Oct 23 18:15:51 2016 +0100

    Drop GenApply arguments, as it actually needs none.


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

0bec73c1eb86a91e15cfa8df53d14264ff854160
 hadrian.cabal                     | 1 -
 src/Settings/Builders/GenApply.hs | 6 ------
 src/Settings/Default.hs           | 2 --
 3 files changed, 9 deletions(-)

diff --git a/hadrian.cabal b/hadrian.cabal
index 6039b01..3b19557 100644
--- a/hadrian.cabal
+++ b/hadrian.cabal
@@ -74,7 +74,6 @@ executable hadrian
                        , Settings.Builders.Cc
                        , Settings.Builders.Configure
                        , Settings.Builders.DeriveConstants
-                       , Settings.Builders.GenApply
                        , Settings.Builders.GenPrimopCode
                        , Settings.Builders.Ghc
                        , Settings.Builders.GhcCabal
diff --git a/src/Settings/Builders/GenApply.hs b/src/Settings/Builders/GenApply.hs
deleted file mode 100644
index b268c07..0000000
--- a/src/Settings/Builders/GenApply.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Settings.Builders.GenApply (genApplyBuilderArgs) where
-
-import Settings.Builders.Common
-
-genApplyBuilderArgs :: Args
-genApplyBuilderArgs = builder GenApply ? flag GhcUnregisterised ? arg "-u"
diff --git a/src/Settings/Default.hs b/src/Settings/Default.hs
index 4588c4b..f529019 100644
--- a/src/Settings/Default.hs
+++ b/src/Settings/Default.hs
@@ -16,7 +16,6 @@ import Settings.Builders.Ar
 import Settings.Builders.DeriveConstants
 import Settings.Builders.Cc
 import Settings.Builders.Configure
-import Settings.Builders.GenApply
 import Settings.Builders.GenPrimopCode
 import Settings.Builders.Ghc
 import Settings.Builders.GhcCabal
@@ -52,7 +51,6 @@ defaultBuilderArgs = mconcat
     , ccBuilderArgs
     , configureBuilderArgs
     , deriveConstantsBuilderArgs
-    , genApplyBuilderArgs
     , genPrimopCodeBuilderArgs
     , ghcBuilderArgs
     , ghcCabalBuilderArgs



More information about the ghc-commits mailing list