On Friday 07 May 2010 16:15:41, Daniel Fischer wrote: > b) using Don Stewart's ghc-core (http://hackage.haskell.org/package/ghc- > core), e.g. ghc.core -f html -- -O2 Source.hs > Source.html
And of course, the html backend of ghc-core was removed with version 0.5 :( If you want html output, $ cabal install --constraint="hscolour == 1.13" ghc-core-0.4.3 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
