
On Wed, Apr 16, 2014 at 11:58:58AM -0700, Brayden Banks wrote:
I think there used to be a haskell-haddock package in the ArchHaskell repos, but there isn't one now and the haddock from [community] is for 7.6.3-1. Stuff still builds, but it complains about haddock being out of date. Are there plans to put it back?
Is there any particular reason why you miss the package? Ghc comes with its own haddock binary: ~~~~ % haddock --version Haddock version 2.14.2, (c) Simon Marlow 2006 Ported to use the GHC API by David Waern 2006-2008 % pacman -Qo /usr/bin/haddock /usr/bin/haddock is owned by ghc 7.8.2-1 ~~~~ /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus Any fool can write code that a computer can understand. Good programmers write code that humans can understand. -- Martin Fowler