Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Apr 27, 2024
  2. Apr 26, 2024
  3. Apr 25, 2024
    • f-a's avatar
      Add release notes for Cabal 3.12 (#9920) · f27cd58a
      f-a authored
      * Add release notes for Cabal 3.12
      
      Forwardport of #9785, #9908
      
      Add changelog/release notes for Cabal 3.12 (#9785)
      
      - generated with
           git log --pretty=oneline --no-color cabal-install-v3.10.1.0..HEAD > 3.12.prlog
      - deduped
      - stored WIP “release notes” file for future `cabal-install` release
      
      3.12 changelogs updated (#9908)
      
      * Update changelog for 3.12
      
      (and for future WIP 3.12.1.0 cabal-install)
      
      * Remove changelog.d files
      
      * 3.12 changelog fixup (#9922)
      
      * Incorporate Brandon’s suggestions
      
      See #9920.
      
      * Incorporate Artem’s suggestions
      
      See #9920.
      
      * Do not repeat yourself
      
      * Fix whitespace
      
      * Fix release notes grammar
      
      See #9920.
    • mergify[bot]'s avatar
      Merge pull request #9935 from ffaf1/fix-readme · a474bf88
      mergify[bot] authored
      Fix changelog/readme
    • f-a's avatar
      Fix changelog/readme · ea0f4640
      f-a authored
      ea0f4640
  4. Apr 24, 2024
  5. Apr 23, 2024
  6. Apr 22, 2024
  7. Apr 21, 2024
  8. Apr 19, 2024
  9. Apr 18, 2024
  10. Apr 17, 2024
  11. Apr 16, 2024
  12. Apr 15, 2024
    • mergify[bot]'s avatar
      Merge pull request #9886 from haskell/ci-validate-old-ghcs · b216b993
      mergify[bot] authored
      CI: stop validating GHC 7
    • andreas.abel's avatar
      CI: drop validation of GHC 7 · 29dc53c3
      andreas.abel authored
      Changes:
      - bump GHC_FOR_RELEASE to 9.4.8
      - bump action versions
      - uniform quoting style
      - satisfy actionlint
      - fix order: setup Haskell before cache restore (uses setup.haskell-outputs)
      - use `--ignore-project` in `cabal install hackage-repo-tool`
      - use GHC_FOR_RELEASE also in validate-old-ghcs
      - closes #8858: deleted comment
      - closes #9858 by dropping container and using ghcup to setup ghcs
      
      GHCs that do not install on ubuntu-22.04 with GHCup are dropped, meaning we only keep GHC 8.0.2 and up.
      29dc53c3
Loading