[commit: nofib] master: Fixup Blur (9b7ef0e)

David Terei davidterei at gmail.com
Tue Jan 17 20:12:08 CET 2012


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9b7ef0e7d1283ad14888450d083dbebdd2b739ab

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

commit 9b7ef0e7d1283ad14888450d083dbebdd2b739ab
Author: David Terei <davidterei at gmail.com>
Date:   Mon Jan 16 01:47:24 2012 -0800

    Fixup Blur

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

 fibon/Repa/Blur/{src => }/Main.hs |    0 
 fibon/Repa/Blur/Makefile          |    2 +-
 fibon/Repa/Blur/out.expected.bmp  |  Bin 786486 -> 0 bytes
 3 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fibon/Repa/Blur/src/Main.hs b/fibon/Repa/Blur/Main.hs
similarity index 100%
rename from fibon/Repa/Blur/src/Main.hs
rename to fibon/Repa/Blur/Main.hs
diff --git a/fibon/Repa/Blur/Makefile b/fibon/Repa/Blur/Makefile
index ca3cd78..6fd7d8c 100644
--- a/fibon/Repa/Blur/Makefile
+++ b/fibon/Repa/Blur/Makefile
@@ -68,7 +68,7 @@ SRCS = ../_RepaLib/bmp/Codec/BMP/Base.hs \
        ../_RepaLib/repa-io/Data/Array/Repa/IO/Matrix.hs \
        ../_RepaLib/repa-io/Data/Array/Repa/IO/Timing.hs \
        ../_RepaLib/repa-io/Data/Array/Repa/IO/Vector.hs \
-       src/Main.hs
+       Main.hs
 PROG_ARGS += 12 lena.bmp out.bmp
 HC_OPTS += -threaded -i. -i../_RepaLib/repa -i../_RepaLib/repa-algorithms -i../_RepaLib/repa-io -i../_RepaLib/bmp -i../_RepaLib/repa-bytestring -i../_RepaLib/quickcheck -package base -package binary -package bytestring -package dph-base -package dph-prim-par -package dph-prim-seq -package extensible-exceptions -package ghc -package mtl -package old-time -package random -package vector
 CLEAN_FILES += out.bmp
diff --git a/fibon/Repa/Blur/out.expected.bmp b/fibon/Repa/Blur/out.expected.bmp
deleted file mode 100644
index 71fe990..0000000
Binary files a/fibon/Repa/Blur/out.expected.bmp and /dev/null differ





More information about the Cvs-ghc mailing list