We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue by nomeata Thursday Mar 26, 2020 at 17:22 GMT Originally opened as antalsz/hs-to-coq#152
It seems that
hs-to-coq --ghc -package-env=hs-to-coq.env
doesn’t work the way it should, but
GHC_ENVIRONMENT=hs-to-coq.env hs-to-coq
does.
Some wild guess: We need to extract the --ghc flags and pass them to the GHC API earlier, maybe in lib/HsToCoq/Util/GHC.hs.
--ghc
lib/HsToCoq/Util/GHC.hs
(Not working on that right now, the work-around is fine for now.)
The text was updated successfully, but these errors were encountered:
-package-envs isn't present in the current hs-to-coq --help menu.
-package-envs
hs-to-coq --help
Sorry, something went wrong.
It's a GHC flag, hs-to-coq just passes it through (when prefixed with --ghc)
No branches or pull requests
Issue by nomeata
Thursday Mar 26, 2020 at 17:22 GMT
Originally opened as antalsz/hs-to-coq#152
It seems that
doesn’t work the way it should, but
does.
Some wild guess: We need to extract the
--ghc
flags and pass them to the GHC API earlier, maybe inlib/HsToCoq/Util/GHC.hs
.(Not working on that right now, the work-around is fine for now.)
The text was updated successfully, but these errors were encountered: