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@gmail.com> wrote:
Thank you so much !
I wish have a nice day .

Sok H. Chang

2013. 12. 8. ¿ÀÀü 9:52 Mateusz Kowalczyk <fuuzetsu@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@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@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners