Hello,
Attempting to stack build this project throws the following error:
embeddedHaskellAetherling/src/Core/Aetherling/Interpretations/Backend_Execute/Test_Helpers.hs:232:27: error:
Variable not in scope: test_json_dir :: [Char]
|
232 | let test_file_prelude = test_json_dir ++ test_name
| ^^^^^^^^^^^^^
To finish the build I added
to the complaining file and the project seems to build fine. However it is not clear what is test_json_dir used for.
Hello,
Attempting to
stack buildthis project throws the following error:To finish the build I added
to the complaining file and the project seems to build fine. However it is not clear what is
test_json_dirused for.