Need help creating libpandoc, Haskell + C and .NET bindings for Pandoc

I would like to use Pandoc in the utility that I am writing (C # console application), and I found this binding project on GitHub, libpandoc and, by extension, the .NET binding project, libpandoc-dotnet .

I would like the author to include the built-in DLL, but I assume that he wanted to leave it open for future versions of Pandoc.

I don't have Haskell experience at all , I just want .NET bindings at the end. I am trying to install the dependencies through cabal, but I do not understand the error messages, and a quick search leads me to believe that the installation baseis a no-no, so I'm not sure what to do.

C:\Development\Contrib\libpandoc>cabal install base-4.1.0.0 Resolving dependencies... cabal: Could not resolve dependencies: next goal: base (user goal) rejecting: base-3.0.3.2, 3.0.3.1, 4.6.0.1, 4.6.0.0, 4.5.1.0/installed-7c8..., 4.5.1.0, 4.5.0.0, 4.4.1.0, 4.4.0.0, 4.3.1.0, 4.3.0.0, 4.2.0.2, 4.2.0.1, 4.2.0.0 (global constraint requires ==4.1.0.0) rejecting: base-4.1.0.0 (only already installed instances can be used) rejecting: base-4.0.0.0 (global constraint requires ==4.1.0.0)

( ? -?) . , , , , . , , , C.

Update:

OK. , libpandoc 3 , . , Haskell , , , , . , , , .

libpandoc, , .

, libpandoc Pandoc (1.10).

+5

All Articles