We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2769a4 commit 8ba673fCopy full SHA for 8ba673f
1 file changed
src/Stack/GhcPkg.hs
@@ -72,7 +72,7 @@ ghcPkg wc pkgDbs args = do
72
Right _ -> return eres
73
where
74
go = tryAny
75
- $ BL.toStrict
+ $ BL.toStrict . fst
76
<$> proc (ghcPkgExeName wc) args' readProcess_
77
args' = packageDbFlags pkgDbs ++ args
78
0 commit comments