Repository : ssh://darcs.haskell.org//srv/darcs/nofib

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/479919b151ceedf972c29dab20eab048fffff721

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

commit 479919b151ceedf972c29dab20eab048fffff721
Author: David Terei <[email protected]>
Date:   Mon Jan 16 02:46:50 2012 -0800

    Fix up Repa makefile

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

 fibon/Repa/Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/fibon/Repa/Makefile b/fibon/Repa/Makefile
index 63c2c72..31de060 100644
--- a/fibon/Repa/Makefile
+++ b/fibon/Repa/Makefile
@@ -1,11 +1,9 @@
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 
-SSUBDIRS = \
-  Blur     FFT2d    FFT3d    Laplace  MMult
+SSUBDIRS = Blur Canny FFTHighPass2d FFT3d Laplace MMult Sobel Volume
 
 SUBDIRS = $(filter-out $(NOT_THESE), $(SSUBDIRS))
 
 include $(TOP)/mk/target.mk
 
-



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to