[commit: nofib] master: spectral/mate: remove unnecessary HS_SRCS (569d8eb)

git at git.haskell.org git at git.haskell.org
Thu May 4 18:24:20 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/569d8eb56370cdca0fce4628b2df211627ef137d/nofib

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

commit 569d8eb56370cdca0fce4628b2df211627ef137d
Author: Michal Terepeta <michal.terepeta at gmail.com>
Date:   Thu May 4 08:46:54 2017 -0400

    spectral/mate: remove unnecessary HS_SRCS
    
    I've mistakenly added it as a workaround to build problems, but the
    whole problem was only due a missing `.depend` file (which is created
    by `make boot` and interestigly is not cleaned by `make clean`). In
    any way, the `HS_SRCS` is simply unnecessary and can be removed.
    
    Signed-off-by: Michal Terepeta <michal.terepeta at gmail.com>
    
    Test Plan: build & run
    
    Reviewers: bgamari
    
    Reviewed By: bgamari
    
    Differential Revision: https://phabricator.haskell.org/D3389


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

569d8eb56370cdca0fce4628b2df211627ef137d
 spectral/mate/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/spectral/mate/Makefile b/spectral/mate/Makefile
index d2812b9..798ed44 100644
--- a/spectral/mate/Makefile
+++ b/spectral/mate/Makefile
@@ -1,10 +1,6 @@
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 
-# It's necessary to specify those manually so that the current make-based system
-# compiles them in the right order.
-# TODO(michalt): This should go away once we move to the Shake-based system.
-HS_SRCS = Board.hs Move.hs Problem.hs Solution.hs Main.hs
 PROG_ARGS = holzhausen.prob
 
 # 	Other problems



More information about the ghc-commits mailing list