(octopus) ➜ src git:(master) ✗ ghc -o solidity-cfg-builder Main.hs
[7 of 9] Compiling CFG.Parsing ( CFG/Parsing.hs, CFG/Parsing.o )
CFG/Parsing.hs:6:1: error:
Could not find module ‘Text.Parsec.Number’
Perhaps you meant
Text.Parsec.Char (from parsec-3.1.13.0)
Text.Parsec.Error (from parsec-3.1.13.0)
Text.Parsec.Expr (from parsec-3.1.13.0)
Use -v to see a list of the files searched for.
|
6 | import Text.Parsec.Number
| ^^^^^^^^^^^^^^^^^^^^^^^^^
parsec
- 3.1.13, но модуль Text.Parsec.Number
не найден