We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91953d commit d61de7aCopy full SHA for d61de7a
src/Stack/SDist.hs
@@ -651,7 +651,7 @@ checkSDistTarball' ::
651
-> L.ByteString -- ^ Tarball contents as a byte string
652
-> RIO env ()
653
checkSDistTarball' opts name bytes = withSystemTempDir "stack" $ \tpath -> do
654
- npath <- (tpath </>) <$> parseRelFile name
+ npath <- (tpath </>) <$> parseRelFile name
655
liftIO $ L.writeFile (toFilePath npath) bytes
656
checkSDistTarball opts npath
657
0 commit comments