You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHC generates command lines like this: unlit --ghc --language=haskell --from=asciidoc -h Example.lhs Example.lhs tmpfile.hs unlit doesn't handle the -h, and assumes that the two Example.lhs arguments are its input and output file. So it overwrites the source file instead of writing to the temp file.
The text was updated successfully, but these errors were encountered:
GHC generates command lines like this:
unlit --ghc --language=haskell --from=asciidoc -h Example.lhs Example.lhs tmpfile.hs
unlit
doesn't handle the-h
, and assumes that the twoExample.lhs
arguments are its input and output file. So it overwrites the source file instead of writing to the temp file.The text was updated successfully, but these errors were encountered: