Skip to content

Cabal-3.6.0.0

Compare
Choose a tag to compare
@emilypi emilypi released this 05 Aug 20:54
· 134 commits to 3.6 since this release
26b99e3

This release marks the first release candidate for the 3.6.x Cabal series. Thanks to everyone who contributed!

Cabal 3.6.0.0 Changelog

  • Backported to 3.4 #6964 #6968

  • CI setup #6959

    • Remove travis scripts
  • Code organization #6960 #6963 #6970 #6974 #6975

    • Move Cabal sources into Cabal/src
    • Move cabal-install sources to cabal-install/src/
    • Move doc/ to the top-level of the repository
    • Add stylish-haskell config.
  • Documentation improvements #6813 #6971 #7047

    Write highlights

  • Add post-checkout-command to source-package-repository #6664 #7047

  • Add hsc2hs-options, for specifying additional options to pass to hsc2hs #6295

  • Include cmm-sources when linking shared objects #7182 #7252

    • Previously cmm-sources were not included in the final link when building a library as a shared object. Fix this.
  • Add language extensions for GHC 9.2 #7312

  • --dry-run and --only-download effect v2-configure, v2-freeze, v2-run, and v2-exec #7379

  • Alert user and suggest command on spelling mistakes