Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cabal-install-3.2.0.0-7.7 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: cabal-install Distribution: openSUSE:Factory:zSystems
Version: 3.2.0.0 Vendor: openSUSE
Release: 7.7 Build date: Tue Mar 21 10:25:06 2023
Group: Unspecified Build host: s390zl23
Size: 97756204 Source RPM: cabal-install-3.2.0.0-7.7.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/cabal-install
Summary: The command-line interface for Cabal and Hackage
The 'cabal' command-line program simplifies the process of managing Haskell
software by automating the fetching, configuration, compilation and
installation of Haskell libraries and programs.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Jan 05 2022 Peter Simons <psimons@suse.com>
  - 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 <guillaume.gardet@opensuse.org>
  - Add _constraints
* Tue Aug 17 2021 Ondřej Súkup <mimi.vx@gmail.com>
  - relax dependency on random
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Thu Dec 10 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - add base16-bytestring.patch for build with new base16-bytestring
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
  - Re-generate file with latest version of spec-cleaner.
* Wed May 06 2020 psimons@suse.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 <mimi.vx@gmail.com>
  - relax constraints on network-uri
* Sun Dec 29 2019 psimons@suse.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)

Files

/usr/bin/cabal
/usr/share/doc/packages/cabal-install
/usr/share/doc/packages/cabal-install/README.md
/usr/share/doc/packages/cabal-install/changelog
/usr/share/licenses/cabal-install
/usr/share/licenses/cabal-install/LICENSE
/usr/share/man/man1/cabal.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024