New user : how to do?

Hi, I have made a crossword program in Harbour and hwgui under Linux. Having a problem to generate magic number and chexksums of puz files, I found something which perhaps can help me : hpuz
I have installed haskell-platform, but I don’t understand how to build it.
I have build Setup; hs, and updated cabal, but I don’t find how to build hpuz.

Thanks for your help
A+

1 Like

hpuz seems like it is a binding to the libpuz C library. If you use Harbour and hwgui I assume you are not using Haskell. In that case I think it would be better to just use the C library: https://github.com/ccasin/hpuz/tree/master/contrib/libpuz.

Thanks for your answer.

I will have a look to libpuz

A+

I forget to say that I’m also aware to know how to build it with haskell

:wink:
A+