Re: [Haskell-cafe] ANNOUNCE: Haddock 2.10.0

2012-03-04 Thread Sergei Trofimovich
On Sat, 3 Mar 2012 21:12:26 +0100 David Waern david.wa...@gmail.com wrote: 2012/3/3 Sergei Trofimovich sly...@gmail.com: It seems to fail to generate buildwrapper documentation. The minimal example: -- Base.hs: module Base where -- | component in cabal file data CabalComponent

Re: [Haskell-cafe] ANNOUNCE: Haddock 2.10.0

2012-03-04 Thread David Waern
2012/3/4 Sergei Trofimovich sly...@gmail.com: Thanks! Fixed upstream. Let me bother you with another example (looks like a regression this time). Example comes from probability-0.2.3.1 package (selfcontained example attached). Haddock seems to have stopped liking utf-8 special chars in

[Haskell-cafe] ANNOUNCE: Haddock 2.10.0

2012-03-03 Thread David Waern
-- Haddock 2.10.0 Version 2.10.0, which was released with GHC 7.4.1, is now uploaded on Hackage. Here are the release notes: -- Changes in 2.10.0

Re: [Haskell-cafe] ANNOUNCE: Haddock 2.10.0

2012-03-03 Thread Sergei Trofimovich
-- Haddock 2.10.0 Version 2.10.0, which was released with GHC 7.4.1, is now uploaded on Hackage. Nice, thank you! It seems to fail to generate buildwrapper documentation. The minimal example: --

Re: [Haskell-cafe] ANNOUNCE: Haddock 2.10.0

2012-03-03 Thread David Waern
2012/3/3 Sergei Trofimovich sly...@gmail.com: It seems to fail to generate buildwrapper documentation. The minimal example: -- Base.hs: module Base where -- | component in cabal file data CabalComponent  = CCLibrary  -- ^ library        { cc_buildable :: Bool -- ^ is the library