RE: Compiling nofib-analyse

2015-01-05 Thread Simon Peyton Jones
@haskell.org | Subject: Re: Compiling nofib-analyse | | Attached is a patch which axes HTML support in nofib-analyse. | I would Phab it but I don't know how to do that for submodules. | | Maybe we should drop the LaTeX support too! | | Edward | | Excerpts from Edward Z. Yang's message

RE: Compiling nofib-analyse

2015-01-05 Thread Edward Z. Yang
- | From: Edward Z. Yang [mailto:ezy...@mit.edu] | Sent: 02 January 2015 21:58 | To: Simon Peyton Jones; ghc-devs@haskell.org | Subject: Re: Compiling nofib-analyse | | Attached is a patch which axes HTML support in nofib-analyse. | I would Phab it but I don't know how to do

Re: Compiling nofib-analyse

2015-01-02 Thread Edward Z. Yang
Attached is a patch which axes HTML support in nofib-analyse. I would Phab it but I don't know how to do that for submodules. Maybe we should drop the LaTeX support too! Edward Excerpts from Edward Z. Yang's message of 2014-12-30 19:10:56 -0500: Pretty sure it's the aptly named 'html'.

Compiling nofib-analyse

2014-12-30 Thread Simon Peyton Jones
When building nofib-analyse (in nofib), I get /home/simonpj/local/bin/ghc -O -cpp --make Main -o nofib-analyse Main.hs:14:18: Could not find module 'Text.Html' Use -v to see a list of the files searched for. There are rather a lot of HTML packages. Which one is needed? Does this

Re: Compiling nofib-analyse

2014-12-30 Thread Edward Z. Yang
Pretty sure it's the aptly named 'html'. https://hackage.haskell.org/package/html I can't remember the last time I used the HTML reporting capability, so I'd be happy about removing it. Edward Excerpts from Simon Peyton Jones's message of 2014-12-30 07:03:17 -0500: When building nofib-analyse