[darcs-users] darcs patch: api docs: comment out leading underscore names which b...

Eric Kow kowey at darcs.net
Thu Mar 26 20:11:35 UTC 2009


On Thu, Mar 26, 2009 at 13:01:38 -0700, Simon Michael wrote:
> Thu Mar 26 12:35:21 PDT 2009  Simon Michael <simon at joyful.com>
>   * api docs: comment out leading underscore names which break hoogle 4.0.0.5
>   I don't know why this recently stopped working again, this makes it more robust

Applied, thanks!  And now hopefully, this will work for my staging
repository too!

api docs: comment out leading underscore names which break hoogle 4.0.0.5
-------------------------------------------------------------------------
> Simon Michael <simon at joyful.com>**20090326193521
>  Ignore-this: b124424216c8a2ed028a14ab647fe9de
>  I don't know why this recently stopped working again, this makes it more robust
> ] hunk ./GNUmakefile 194
>  hoogleindex: $(DARCS_FILES) src/darcs.hs
>  	mkdir -p hoogle
>  	haddock --no-warnings --ignore-all-exports $(patsubst %,--optghc=%,$(GHCFLAGS)) -B `$(GHC) --print-libdir` -o hoogle --hoogle $^
> -	cd hoogle && hoogle --convert=main.txt --output=default.hoo
> +	cd hoogle && perl -p -i -e 's/^_/-- _/' main.txt && hoogle --convert=main.txt --output=default.hoo
>  
>  #set up the hoogle web interface
>  #uses a hoogle source tree configured with --datadir=. and patched to fix haddock urls
> 

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.osuosl.org/pipermail/darcs-users/attachments/20090326/14711c6b/attachment.pgp>


More information about the darcs-users mailing list