Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : master
http://hackage.haskell.org/trac/ghc/changeset/41da4071051cfb775ea1be856083a24629e81098 >--------------------------------------------------------------- commit 41da4071051cfb775ea1be856083a24629e81098 Author: David Terei <[email protected]> Date: Fri Jan 13 15:31:54 2012 -0800 Comment wibbles >--------------------------------------------------------------- README | 4 ++++ mk/boilerplate.mk | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index a299d76..ca60594 100644 --- a/README +++ b/README @@ -30,3 +30,7 @@ you'll need to get hold of Cachegrind, which is part of Valgrind There are some options you might want to tweak; search for nofib in ../mk/config.mk, and override settings in ../mk/build.mk as usual. +Package Requirements: + * html + * regex-compat (mtl, regex-base, regex-posix) + diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk index 023ec2a..4a01146 100644 --- a/mk/boilerplate.mk +++ b/mk/boilerplate.mk @@ -35,9 +35,6 @@ WERROR= # spectral # real # parallel -# PRIVATE -# PENDING -# UNUSED NoFibSubDirs = imaginary spectral real # The different ways to build nofib. Default is just to mirror _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
