Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Sep 30, 2022
  2. Sep 29, 2022
  3. Sep 24, 2022
  4. Sep 23, 2022
  5. Sep 22, 2022
  6. Sep 21, 2022
  7. Sep 20, 2022
  8. Sep 18, 2022
  9. Sep 17, 2022
  10. Sep 15, 2022
    • sheaf's avatar
      Allow offline bootstrapping of cabal-install · 3f929965
      sheaf authored
      This ports to cabal-install the offline bootstrapping logic which was
      introduced for Hadrian in GHC MR !6315.
      
      This adds a "fetch" command to the bootstrap script, which fetches
      all the dependency tarballs from Hackage, to be used in an offline
      build. See bootstrap/README.md for further information.
      3f929965
  11. Sep 12, 2022
  12. Sep 07, 2022
  13. Sep 04, 2022
  14. Sep 03, 2022
  15. Sep 01, 2022
  16. Aug 31, 2022
    • Alexey Radkov's avatar
      Remove warning on option -threaded when building libraries (#8432) · 1003ed66
      Alexey Radkov authored
      * Remove warning on option -threaded when building libraries
      
      Fixes #8431. Accompanied by option -flink-rts, option -threaded defines
      the flavour of the ghc RTS library the built library will be linked
      against. Note that bare ghc does not warn when option -threaded is used
      for building a library either.
      
      * Cabal no longer warns on -threaded option when building libraries
      
      Note that this commit modifies regression check for issue #774.
      
      * A small changelog was added
  17. Aug 30, 2022
  18. Aug 28, 2022
Loading