head 1.4; access; symbols pkgsrc-2022Q4:1.3.0.8 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.6 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.4 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.2 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.2.0.6 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.4 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.2 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2023.01.25.17.14.39; author pho; state dead; branches; next 1.3; commitid SvSzGN2ZQLhzIWaE; 1.3 date 2022.02.11.17.49.05; author pho; state Exp; branches; next 1.2; commitid ztRMuZpwQl9U5esD; 1.2 date 2021.04.25.13.43.44; author pho; state Exp; branches; next 1.1; commitid AMoxvjDViUaF7GQC; 1.1 date 2020.01.19.07.51.26; author pho; state Exp; branches; next ; commitid e7dITSFykV9w1hTB; desc @@ 1.4 log @misc/cabal-install: Update to 3.8.1.0 3.8.1.0 - Mikolaj Konarski - August 2022 * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.8.1.0.md @ text @$NetBSD: patch-cabal-install.cabal,v 1.3 2022/02/11 17:49:05 pho Exp $ Fix build with GHC 9.2 --- cabal-install.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ cabal-install.cabal @@@@ -266,7 +266,7 @@@@ executable cabal build-depends: async >= 2.0 && < 2.3, array >= 0.4 && < 0.6, - base >= 4.8 && < 4.15, + base >= 4.8 && < 5, base16-bytestring >= 0.1.1 && < 1.1.0.0, binary >= 0.7.3 && < 0.9, bytestring >= 0.10.6.0 && < 0.12, @@@@ -278,7 +278,7 @@@@ executable cabal echo >= 0.1.3 && < 0.2, edit-distance >= 0.2.2 && < 0.3, filepath >= 1.4.0.0 && < 1.5, - hashable >= 1.0 && < 1.4, + hashable >= 1.0 && < 1.5, HTTP >= 4000.1.5 && < 4000.4, mtl >= 2.0 && < 2.3, network-uri >= 2.6.0.2 && < 2.7, @@@@ -287,7 +287,7 @@@@ executable cabal random >= 1.2 && < 1.3, stm >= 2.0 && < 2.6, tar >= 0.5.0.3 && < 0.6, - time >= 1.5.0.1 && < 1.11, + time >= 1.5.0.1 && < 1.12, transformers >= 0.4.2.0 && < 0.6, zlib >= 0.5.3 && < 0.7, hackage-security >= 0.6.0.1 && < 0.7, @ 1.3 log @Update to cabal-install-3.6.2.0 3.6.2.0 Emily Pillmore October 2021 * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.6.2.0.md 3.6.0.0 Emily Pillmore August 2021 * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.6.0.0.md @ text @d1 1 a1 1 $NetBSD: patch-cabal-install.cabal,v 1.2 2021/04/25 13:43:44 pho Exp $ @ 1.2 log @Update to cabal-install-3.4.0.0 3.4.0.0 Oleg Grenrus February 2021 * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.0.0.md 3.2.0.0 Herbert Valerio Riedel April 2020 * `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) 3.0.1.0 Herbert Valerio Riedel April 2020 * 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 @ text @d1 1 a1 1 $NetBSD: patch-cabal-install.cabal,v 1.1 2020/01/19 07:51:26 pho Exp $ d3 1 a3 2 Fix build with GHC 9 Fix build with base16-bytestring-1.0.* d7 1 a7 1 @@@@ -336,8 +336,8 @@@@ executable cabal a11 1 - base16-bytestring >= 0.1.1 && < 0.2, d13 1 a13 1 + base16-bytestring >= 0.1.1 && < 1.1, d15 19 a33 2 bytestring >= 0.10.6.0 && < 0.11, Cabal == 3.4.*, @ 1.1 log @Import cabal-install-3.0.0.0 from wip 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. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 1 Fix build with GHC 8.8 d8 1 a8 1 @@@@ -308,7 +308,7 @@@@ executable cabal d12 4 a15 3 - base >= 4.8 && < 4.13, + base >= 4.8 && < 4.14, base16-bytestring >= 0.1.1 && < 0.2, d18 1 a18 9 @@@@ -332,7 +332,7 @@@@ executable cabal tar >= 0.5.0.3 && < 0.6, time >= 1.5.0.1 && < 1.10, zlib >= 0.5.3 && < 0.7, - hackage-security >= 0.5.2.2 && < 0.6, + hackage-security >= 0.5.2.2 && < 0.7, text >= 1.2.3 && < 1.3, parsec >= 3.1.13.0 && < 3.2 @