mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 20:03:27 +03:00
skip the quotation marks when reporting temp file location
This commit is contained in:
parent
4796b0a75a
commit
fa780dbd1a
@ -31,5 +31,5 @@ writePreludeContents = io $ do
|
||||
(path, h) <- openTempFile tmpdir "Cryptol.cry"
|
||||
hPutStr h preludeContents
|
||||
hClose h
|
||||
print $ "Wrote Prelude to " ++ path
|
||||
putStrLn $ "Wrote Prelude to " ++ path
|
||||
return path
|
||||
|
Loading…
Reference in New Issue
Block a user