dmanam / haskell-wlc

Haskell bindings for the wlc Wayland compositor library (basically done but ugly)
GNU General Public License v3.0
3 stars 0 forks source link

Haddock Documentation #1

Open ghost opened 7 years ago

ghost commented 7 years ago

Hello,

I just stumpled upon this. Is this package ready to use? Is it finished? Does it work?

I would love to see some documentation and examples. It would be nice to have inline Haddock documentation, and further it'd be nice to upload the package to Hackage so that the documentation is accessable through the web.

So, what's the state of this project? Did you hear of https://github.com/aktowns/bindings-wlc, too? Can you compare this package with bindings-wlc?

dmanam commented 7 years ago

The package does work, and I believe it has everything in the wlc api. I wasn't really going to work on this further, since upon further reading I learned that I'm better off using libweston were I to continue the project this was made for. However, if you're planning on using this library, I'll gladly continue maintaining and updating it. As for Haddock documentation, I'll try to get to it soon.

Regarding bindings-wlc, I think I had seen that but for some reason decided it didn't work for my purposes. I can't recall exactly why I didn't just use it though.