[commit: ghc] wip/nfs-locking: Remove a (useless?) output from the buildPackageData rule. (90c4840)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:51:26 UTC 2017


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

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

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

commit 90c48400bd72d55c030707b62eb3b4eb42eac6b1
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Jan 13 06:42:45 2015 +0000

    Remove a (useless?) output from the buildPackageData rule.


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

90c48400bd72d55c030707b62eb3b4eb42eac6b1
 src/Package/Data.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Package/Data.hs b/src/Package/Data.hs
index ef89ed0..d3b13a5 100644
--- a/src/Package/Data.hs
+++ b/src/Package/Data.hs
@@ -88,7 +88,7 @@ buildPackageData (Package name path _) (stage, dist, settings) =
     , "setup-config"
     , "build" </> "autogen" </> "cabal_macros.h"
     -- TODO: Is this needed? Also check out Paths_cpsa.hs.
-    , "build" </> "autogen" </> ("Paths_" ++ name) <.> "hs"
+    -- , "build" </> "autogen" </> ("Paths_" ++ name) <.> "hs"
     ] &%> \_ -> do
         need ["shake/src/Package/Data.hs"]
         need [path </> name <.> "cabal"]



More information about the ghc-commits mailing list