mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 04:44:39 +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"
|
(path, h) <- openTempFile tmpdir "Cryptol.cry"
|
||||||
hPutStr h preludeContents
|
hPutStr h preludeContents
|
||||||
hClose h
|
hClose h
|
||||||
print $ "Wrote Prelude to " ++ path
|
putStrLn $ "Wrote Prelude to " ++ path
|
||||||
return path
|
return path
|
||||||
|
Loading…
Reference in New Issue
Block a user