$ stack install pandoc-cli
Error: [S-4804]
Stack failed to construct a build plan.
While constructing the build plan, Stack encountered the following errors:
In the dependencies for pandoc-cli-0.1.1.1:
hslua-cli must match >=1.4.1 && <1.5, but the Stack configuration has no specified
version (latest matching version is 1.4.1)
pandoc-lua-engine must match >=0.2 && <0.3, but the Stack configuration has no specified
version (latest matching version is 0.2.1.1)
pandoc-server must match >=0.1 && <0.2, but the Stack configuration has no specified
version (latest matching version is 0.1.0.2)
needed since pandoc-cli is a build target.
Clearly, stack is having issues understanding version numbers. Best I can tell, stack has the pieces to form a build plan bu
An oldie but a goodie. It served as a nice introduction to type-level metaprogramming for me a couple years ago and changed my code forever. For better, I maintain, though plenty I've met would disagree.
A coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!
I'm working on a universal tic-tac-toe backend that can be communicated with in any language via RPC. Should I chose Rust, or a higher level functional language like Haskell?
I've been looking into Haskell and it seems really good. But does it have mature and productive frameworks that handle database access, HTTP, etc., or am I better off just going with Elixir/Phoenix?
Who here has experience using #AWS #Code9 for writing #AWSLambda functions in the #Haskell #programmingLanguage? From what I can tell its support for Haskell is rudimentary at best. No debugging, no code completion, no error hints during source code writing. Is it usable at all? If so, how? Or best ...
Link Actions
From what I can tell Code9's support for Haskell is rudimentary at best. No debugging, no code completion, no error hints during source code writing. Is it usable at all? If so, how? Or best to avoid?
Who here uses #IDEOne to write and compile #Haskell computer software source code? It behaves different from the #GHCI, which makes it difficult to follow all kinds of tutorials. Drop me a hint, please?
Link Actions
IDEOne behaves different from the GHCI, which makes it difficult to follow all kinds of tutorials.