Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Aug 29, 2021
  2. Aug 26, 2021
  3. Aug 25, 2021
  4. Aug 20, 2021
  5. Aug 17, 2021
  6. Aug 16, 2021
  7. Aug 14, 2021
    • Niklas Hambüchen's avatar
      Add field to to remember libs needed for fully static linking · bf32602d
      Niklas Hambüchen authored and Alex Biehl's avatar Alex Biehl committed
      * WIP: Still need to update ghc to use the new `libraryDirsStatic` and
             `extraLibrariesStatic` fields in `InstalledPackageInfo` for linking.
      * WIP: Adding -L paths to .a libs in .conf files will likely increase nix
             closure size for dynamically linked Haskell packages because if pkg-config
             finds an `-a` file, the path to it will be remembered.
             (That only has an impact if the .a file is in a split-output from the .so file.)
             Perhaps we make the feature that `pkg-config --static` is called
             opt-outable.
             On the other hand Haskell libs always carry their .a files, so pulling
             a few system `.a` files more shouldn't make much of a difference.
             So this opt-out should probably be an extra feature for later, if at all.
      bf32602d
  8. Aug 11, 2021
  9. Aug 09, 2021
  10. Aug 08, 2021
  11. Aug 06, 2021
  12. Aug 05, 2021
  13. Aug 03, 2021
  14. Aug 02, 2021
  15. Jul 28, 2021
  16. Jul 25, 2021
  17. Jul 24, 2021
  18. Jul 23, 2021
  19. Jul 14, 2021
  20. Jul 07, 2021
  21. Jun 23, 2021
  22. Jun 15, 2021
  23. Jun 07, 2021
    • Hannes Siebenhandl's avatar
      Modernise `outdated` command · 9ea2c6f4
      Hannes Siebenhandl authored
      Reformat imports and data declarations.
      Remove old code-paths from `cabal-install/src/Distribution/Client/Setup.hs`
      Remove unnecessary parentheses.
      Mirror command structure from other Commands.
      9ea2c6f4
  24. Jun 06, 2021
  25. Jun 05, 2021
  26. Jun 03, 2021
Loading