Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9b7ef0e7d1283ad14888450d083dbebdd2b739ab >--------------------------------------------------------------- commit 9b7ef0e7d1283ad14888450d083dbebdd2b739ab Author: David Terei <[email protected]> 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
