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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -