[Haskell-beginners] How can I read package document?

Sam Coles sammuel.coles at gmail.com
Sun Dec 8 08:13:32 UTC 2013


You can also run the commands below to generate the documentation. This is
very useful because some of the documentation on the new hackage is
broken/incomplete.

    cd ~/src
    cabal unpack palindromes #untars the package into a dir in the current
dir
    cd palindromes-0.4
    cabal configure
    cabal haddock #generates documentation
    cd dist/doc/html/palindromes/ #index.html is in this directory


On Sat, Dec 7, 2013 at 11:23 PM, S. H. Aegis <shaegis at gmail.com> wrote:

> Thank you so much !
> I wish have a nice day .
>
> Sok H. Chang
>
> 2013. 12. 8. 오전 9:52 Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk> 작성:
>
> >> On 08/12/13 00:21, S. H. Aegis wrote:
> >> Hi. I'm new to Haskell.
> >> I installed Palindromes package through cabal.
> >> But I don't know the usage of command.
> >> (Not enough information on Home Page.)
> >> How can I read document?
> >> Thank you. =)
> >>
> >>
> >>
> >> _______________________________________________
> >> Beginners mailing list
> >> Beginners at haskell.org
> >> http://www.haskell.org/mailman/listinfo/beginners
> > Usually you'd check the documentation on Hackage[1] and if that's not
> > enough, you'd seek help in the source itself[2]. In this case, there are
> > some comments in the source that might interest you.
> >
> > [1]: http://hackage.haskell.org/package/palindromes
> > [2]:
> >
> http://hackage.haskell.org/package/palindromes-0.4/docs/src/Data-Algorithms-Palindromes-Palindromes.html
> >
> > --
> > Mateusz K.
> > _______________________________________________
> > Beginners mailing list
> > Beginners at haskell.org
> > http://www.haskell.org/mailman/listinfo/beginners
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20131208/db521d53/attachment.html>


More information about the Beginners mailing list