SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for cabal-install-3.2.0.0-36.410.x86_64.rpm :

* Wed Jan 05 2022 Peter Simons - Update cabal-install to version 3.2.0.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Wed Oct 13 2021 Guillaume GARDET - Add _constraints
* Tue Aug 17 2021 Ondřej Súkup - relax dependency on random
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Thu Dec 10 2020 Ondřej Súkup - add base16-bytestring.patch for build with new base16-bytestring
* Tue Aug 18 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons - Re-generate file with latest version of spec-cleaner.
* Wed May 06 2020 psimonsAATTsuse.com- Update cabal-install to version 3.2.0.0.
* `v2-build` (and other `v2-`prefixed commands) now accept the `--benchmark-option(s)` flags, which pass options to benchmark executables (analogous to how `--test-option(s)` works). (#6209)
* Add solver optimization to skip a version of a package if it does not resolve any conflicts encountered in the last version, controlled by flag \'--fine-grained-conflicts\'. (#5918)
* `cabal v2-exec` doesn\'t fail in clean package (#6479)
* Show full ABI hash for installed packages in solver log (#5892)
* Create incoming directory even for empty packages (#4130)
* Start GHCi with `main-is` module in scope (#6311)
* Implement `--benchmark-options` for `v2-bench` (#6224)
* Fix store-dir in ghc env files generated by `cabal install --lib - -package-env` (#6298)
* `cabal v2-run` works with `.lhs` files (#6134)
* `subdir` in source-repository-package accepts multiple entries (#5472)
* Create store incoming directory ([#4130](https://github.com/haskell/cabal/issues/4130))
* `fetchRepoTarball` output is not marked ([#6385](https://github.com/haskell/cabal/pull/6385))
* Update `setupMinCabalVersionConstraint` for GHC-8.8 ([#6217](https://github.com/haskell/cabal/pull/6217))
* Implement `cabal install --ignore-project` ([#5919](https://github.com/haskell/cabal/issues/5919))
* `cabal install executable` solver isn\'t affected by default environment contents ([#6410](https://github.com/haskell/cabal/issues/6410))
* Use `lukko` for file locking ([#6345](https://github.com/haskell/cabal/pull/6345))
* Use `hackage-security-0.6` ([#6388](https://github.com/haskell/cabal/pull/6388))
* Other dependency upgrades- Apply \"ghc-8.10-support-for-3.2.patch\" from upstream\'s git repository to fix the build with ghc-8.10.1.
* Mon Mar 09 2020 Ondřej Súkup - relax constraints on network-uri
* Sun Dec 29 2019 psimonsAATTsuse.com- Update cabal-install to version 3.0.0.0.
* `v2-haddock` fails on `haddock` failures (#5977)
* `v2-run` works when given `File.lhs` literate file. (#6134)
* Parse comma-separated lists for extra-prog-path, extra-lib-dirs, extra-framework-dirs, and extra-include-dirs as actual lists. (#5420)
* `v2-repl` no longer changes directory to a randomized temporary folder when used outside of a project. (#5544)
* `install-method` and `overwrite-policy` in `.cabal/config` now actually work. (#5942)
* `v2-install` now reports the error when a package fails to build. (#5641)
* `v2-install` now has a default when called in a project (#5978, #6014, #6092)
* \'--write-ghc-environment-files\' now defaults to \'never\' (#4242)
* Fix `sdist`\'s output when sent to stdout. (#5874)
* Allow a list of dependencies to be provided for `repl --build-depends`. (#5845)
* Legacy commands are now only accessible with the `v1-` prefixes, and the `v2-` commands are the new default. Accordingly, the next version of Cabal will be the start of the 3.x version series. (#5800)
* New solver flag: \'--reject-unconstrained-dependencies\'. (#2568)
* Ported old-style test options to the new-style commands (#5455).
* Improved error messages for cabal file parse errors. (#5710)
* Removed support for `.zip` format source distributions (#5755)
* Add \"simple project\" initialization option. (#5707)
* Add \'--minimize-conflict-set\' flag to try to improve the solver\'s error message, but with an increase in run time. (#5647)
* v2-test now succeeds when there are no test suites. (#5435)
* Add \'--lib\', \'--exe\', and \'--libandexe\' shorthands to init. (#5759)
* init now generates valid `Main.lhs` files. (#5577)
* Init improvements: add flag \'--application-dir\', and when creating a library also create a MyLib.hs module. (#5740)
* Add support for generating test-suite via cabal init. (#5761)
* Increase `max-backjumps` default from 2000 to 4000.
* Make v2-install/new-install-specific flags configurable in ~/.cabal/config
* Add --installdir and --install-method=copy flags to v2-install that make it possible to copy the executable instead of symlinking it
* --symlink-bindir no longer controls the symlinking directory of v2-install (installdir controls both symlinking and copying now)
* Default to non-interactive init.
* Add --test-wrapper that allows a prebuild script to set the test environment.
* Add filterTestFlags: filter test-wrapper for Cabal < 3.0.0.
* Cabal now only builds the minimum of a package for `v2-install` (#5754, #6091)
 
ICM