Where to find libClang documentation for haskell? -


where can find documentation haskell libclang bindings?

since package relies on c library, package not build on hackage, meaning documentation not build.

you can generate docs in source directory package. can source running:

$ cabal unpack libclang 

and generate docs running:

$ cd libclang-0.0.9     $ cabal configure $ cabal haddock 

i did this, , put the docs libclang here.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -