tweag / asterius

DEPRECATED in favor of ghc wasm backend, see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc
1.98k stars 55 forks source link

ahc --help #890

Open Sorokin-Anton opened 2 years ago

Sorokin-Anton commented 2 years ago

Describe the bug A clear and concise description of what the bug is. ahc --help fails when using lastest docker image

To Reproduce Steps to reproduce the behavior. run docker run --rm -it -v $(pwd):/project -w /project terrorjack/asterius Now you see this:

/root/.asterius/.stack-work/install/x86_64-linux-tinfo6/3445437948fd86ce7ef120ae609b3b54e4a1ea68fb09256c10b6b2a6394fb17d/8.8.4/share/x86_64-linux-ghc-8.8.4/asterius-0.0.1/.boot/asterius_lib/ghc-usage.txt: openFile: does not exist (No such file or directory)

Expected behavior A clear and concise description of what you expected to happen. help message appears, because ahc with no arguments prints ahc: no input files Usage: For basic information, try the--help' option.`

Environment