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 c11c6bc commit 1b457f3Copy full SHA for 1b457f3
builder/make-config-files.nix
@@ -43,9 +43,6 @@ let
43
libDir = "lib/${ghcCommand}-${ghc.version}";
44
packageCfgDir = "${libDir}/package.conf.d";
45
46
-
47
- isComponentLibrary = d: d.identifier == identifier;
48
49
# Filters out only library packages that for this GHC target
50
# TODO investigate why this is needed
51
# TODO find out why p ? configFiles helps (for instance for `R1909.aarch64-unknown-linux-gnu.tests.cabal-22.run.x86_64-linux`)
0 commit comments