Skip to content

Commit 8ba673f

Browse files
committed
Fix compilation
1 parent c2769a4 commit 8ba673f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stack/GhcPkg.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ghcPkg wc pkgDbs args = do
7272
Right _ -> return eres
7373
where
7474
go = tryAny
75-
$ BL.toStrict
75+
$ BL.toStrict . fst
7676
<$> proc (ghcPkgExeName wc) args' readProcess_
7777
args' = packageDbFlags pkgDbs ++ args
7878

0 commit comments

Comments
 (0)