jhcr
jhcr copied to clipboard
Linux executable
Hi, how to compile this to ubuntu? I want try this with wurstscript on wine.
I try make install
, make jhcr
, etc, with no result.
Current progress:
make jhcr
~/.cabal/bin/cabal v1-exec -- ghc convert
[3 of 5] Compiling Jass.Parser ( Jass/Parser.hs, Jass/Parser.o )
Jass/Parser.hs:23:1: error:
Could not find module ‘Text.Megaparsec’
Use -v to see a list of the files searched for.
|
23 | import Text.Megaparsec
| ^^^^^^^^^^^^^^^^^^^^^^
Jass/Parser.hs:24:1: error:
Could not find module ‘Text.Megaparsec.Char’
Perhaps you meant Text.Parsec.Char (from parsec-3.1.13.0)
Use -v to see a list of the files searched for.
|
24 | import Text.Megaparsec.Char
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jass/Parser.hs:25:1: error:
Could not find module ‘Text.Megaparsec.Char.Lexer’
Use -v to see a list of the files searched for.
|
25 | import qualified Text.Megaparsec.Char.Lexer as L
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jass/Parser.hs:27:1: error:
Could not find module ‘Control.Monad.Combinators.Expr’
Use -v to see a list of the files searched for.
|
27 | import Control.Monad.Combinators.Expr
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
make: *** [GNUmakefile:43: convert] Error 1
p.s. i do not know anything about cabal and haskel.