Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Apr 30, 2024
    • sheaf's avatar
      Reinstate 'initialBuildSteps' function · dd74e921
      sheaf authored
      This patch reinstates the 'initialBuildSteps' function, as it is
      used by stack in its implementation of the multi-repl feature.
      
      A deprecation warning has been added to that function: calling it does
      not suffice to prepare the sources for a package, as there are other
      steps that one might also need to perform:
      
        - running pre-processors (such as alex/happy)
        - running pre-build hooks or custom logic (in build-type: Hooks
          or build-type: Custom or Configure)
      
      Consumers wanting to prepare the sources of a package, e.g. in order to
      launch a REPL session, are advised to run
      `Setup repl --repl-multi-file=<fn>` instead.
      
      Fixes #9856
      dd74e921
    • mergify[bot]'s avatar
      Merge pull request #9953 from ffaf1/drop-ghc-support-changelog · d428c5f6
      mergify[bot] authored
      State supported GHC versions in release notes
      d428c5f6
  2. Apr 29, 2024
  3. Apr 27, 2024
  4. Apr 26, 2024
  5. 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.
      f27cd58a
    • mergify[bot]'s avatar
      Merge pull request #9935 from ffaf1/fix-readme · a474bf88
      mergify[bot] authored
      Fix changelog/readme
      a474bf88
    • f-a's avatar
      Fix changelog/readme · ea0f4640
      f-a authored
      ea0f4640
  6. Apr 24, 2024
  7. Apr 23, 2024
  8. Apr 22, 2024
  9. Apr 21, 2024
  10. Apr 19, 2024
  11. Apr 18, 2024
  12. Apr 17, 2024
Loading