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.
2 parents 4dd9273 + 74b4049 commit d29d7bbCopy full SHA for d29d7bb
Cabal/Distribution/Simple/GHCJS.hs
@@ -789,8 +789,9 @@ libAbiHash verbosity _pkg_descr lbi lib clbi = do
789
else error "libAbiHash: Can't find an enabled library way"
790
--
791
(ghcjsProg, _) <- requireProgram verbosity ghcjsProgram (withPrograms lbi)
792
- getProgramInvocationOutput verbosity
793
- (ghcInvocation ghcjsProg comp platform ghcArgs)
+ hash <- getProgramInvocationOutput verbosity
+ (ghcInvocation ghcjsProg comp platform ghcArgs)
794
+ return (takeWhile (not . isSpace) hash)
795
796
adjustExts :: String -> String -> GhcOptions -> GhcOptions
797
adjustExts hiSuf objSuf opts =
0 commit comments