On 5 October 2011 18:09, . <[email protected]> wrote: > Hi, > I just installed a new computer, downloaded ghc 7.0.3 and HP 2011.2.0.1 > from http://hackage.haskell.org/platform/linux.html > as proposed there, and I can not install haddock. It says it requires > ghc >=7.2 and <=7.4. > Is that intended?
I believe Haddock uses GHC to do the parsing of Haskell source files, so you'll probably need to get an older version of Haddock (as newer ones seem to be aimed explicitly at GHC-7.2); try 2.9.3 or 2.9.2. -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
