Commit 2c8ba56
committed
Ignore non-existent directories running ghc-pkg
When creating a merged package database of dependencies (only done on Windows), packages
are checked for validity. This includes empty packages such as bytestring-builder which
would fail:
```
bytestring-builder-0.10.8.2.0: import-dirs: C:\_bzl\ptbwskyc\execroot\rules_haskell_examples\bazel-out\x64_windows-fastbuild\bin\external\stackage/externalZSstackageZSbytestring-builder/_iface doesn't exist or isn't a directory (use --force to override)
```1 parent efb2450 commit 2c8ba56
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments