On Thu, Mar 26, 2009 at 13:01:38 -0700, Simon Michael wrote:
> Thu Mar 26 12:35:21 PDT 2009  Simon Michael <[email protected]>
>   * 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 <[email protected]>**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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to