Skip to content
  • bjorn@bringert.net's avatar
    5eb39f4e
    When parsing ghc-pkg output, only look at the first package.conf file for... · 5eb39f4e
    bjorn@bringert.net authored
    When parsing ghc-pkg output, only look at the first package.conf file for GlobalPackageDB and SpecificPackageDB, and all package.conf files for UserPackageDB.
    Before, we would consider user packages when fulfilling dependencies
    for global installs. ghc-pkg will refuse to install packages globally if they
    use user packages. Thus, without this patch, global installs can fail when you have user packages installed.
    5eb39f4e
    When parsing ghc-pkg output, only look at the first package.conf file for...
    bjorn@bringert.net authored
    When parsing ghc-pkg output, only look at the first package.conf file for GlobalPackageDB and SpecificPackageDB, and all package.conf files for UserPackageDB.
    Before, we would consider user packages when fulfilling dependencies
    for global installs. ghc-pkg will refuse to install packages globally if they
    use user packages. Thus, without this patch, global installs can fail when you have user packages installed.
Loading