Skip to content
  • Duncan Coutts's avatar
    Use the InstalledPackageIndex rather than calling ghc-pkg in Haddock module · 31204829
    Duncan Coutts authored
    Previously we made two calls to ghc-pkg per-dependent package which starts
    to get very slow once you have 100's of installed packages and the package
    you're building depends on several of them. Now we use the cached information
    about the installed packages. Also refactored the code to generate the haddock
    package flags so we can export it and use it elsewhere more easily.
    31204829