[Git][haskell-team/DHG_packages][master] cabal-install: Upgrading from 3.4.1.0 to 3.8.1.0
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Oct 11 16:11:11 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
83f8534e by Clint Adams at 2023-10-11T11:06:49-04:00
cabal-install: Upgrading from 3.4.1.0 to 3.8.1.0
- - - - -
3 changed files:
- p/haskell-cabal-install/debian/changelog
- p/haskell-cabal-install/debian/control
- p/haskell-cabal-install/debian/patches/newer-deps
Changes:
=====================================
p/haskell-cabal-install/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-cabal-install (3.4.1.0-4) UNRELEASED; urgency=medium
+haskell-cabal-install (3.8.1.0-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.2
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:33:31 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Wed, 11 Oct 2023 11:00:36 -0400
haskell-cabal-install (3.4.1.0-3) unstable; urgency=medium
=====================================
p/haskell-cabal-install/debian/control
=====================================
@@ -16,12 +16,17 @@ Build-Depends:
ghc,
ghc-prof,
libghc-http-dev (>= 1:4000.1.5),
- libghc-http-dev (<< 1:4000.4),
+ libghc-http-dev (<< 1:4000.5),
+ libghc-http-prof,
+ libghc-async-dev (>= 2.0),
libghc-async-dev (<< 2.3),
libghc-async-prof,
libghc-base16-bytestring-dev (>= 0.1.1),
libghc-base16-bytestring-dev (<< 1.1.0.0),
libghc-base16-bytestring-prof,
+ libghc-cabal-install-solver-dev (>= 3.8),
+ libghc-cabal-install-solver-dev (<< 3.9),
+ libghc-cabal-install-solver-prof,
libghc-cryptohash-sha256-dev (>= 0.11),
libghc-cryptohash-sha256-dev (<< 0.12),
libghc-echo-dev (>= 0.1.3),
@@ -29,11 +34,11 @@ Build-Depends:
libghc-edit-distance-dev (>= 0.2.2),
libghc-edit-distance-dev (<< 0.3),
libghc-edit-distance-prof,
- libghc-hackage-security-dev (>= 0.6.0.1),
+ libghc-hackage-security-dev (>= 0.6.2.0),
libghc-hackage-security-dev (<< 0.7),
libghc-hackage-security-prof,
libghc-hashable-dev (>= 1.0),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
libghc-hashable-prof,
libghc-lukko-dev (>= 0.1),
libghc-lukko-dev (<< 0.2),
@@ -51,13 +56,36 @@ Build-Depends:
libghc-regex-posix-dev (<< 0.97),
libghc-regex-posix-prof,
libghc-resolv-dev (>= 0.1.1),
- libghc-resolv-dev (<< 0.2),
+ libghc-resolv-dev (<< 0.3),
+ libghc-resolv-prof,
+ libghc-safe-exceptions-dev (>= 0.1.7.0),
+ libghc-safe-exceptions-dev (<< 0.2),
+ libghc-safe-exceptions-prof,
libghc-tar-dev (>= 0.5.0.3),
libghc-tar-dev (<< 0.6),
libghc-tar-prof,
libghc-zlib-dev (>= 0.5.3),
libghc-zlib-dev (<< 0.7),
libghc-zlib-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-http-doc,
+ libghc-async-doc,
+ libghc-base16-bytestring-doc,
+ libghc-cabal-install-solver-doc,
+ libghc-cryptohash-sha256-doc,
+ libghc-echo-doc,
+ libghc-edit-distance-doc,
+ libghc-hackage-security-doc,
+ libghc-hashable-doc,
+ libghc-lukko-doc,
+ libghc-network-uri-doc,
+ libghc-random-doc,
+ libghc-regex-base-doc,
+ libghc-regex-posix-doc,
+ libghc-resolv-doc,
+ libghc-safe-exceptions-doc,
+ libghc-tar-doc,
+ libghc-zlib-doc,
Standards-Version: 4.6.2
Homepage: https://www.haskell.org/cabal/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-cabal-install
@@ -66,7 +94,7 @@ Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-cabal
Package: cabal-install
Architecture: any
Depends:
- ghc (>= 8.4.3),
+ ghc (>= 9),
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
=====================================
p/haskell-cabal-install/debian/patches/newer-deps
=====================================
@@ -1,11 +1,33 @@
--- a/cabal-install.cabal
+++ b/cabal-install.cabal
-@@ -336,7 +336,7 @@ executable cabal
- build-depends:
- async >= 2.0 && < 2.3,
- array >= 0.4 && < 0.6,
-- base >= 4.8 && < 4.15,
-+ base >= 4.8 && < 4.16,
- base16-bytestring >= 0.1.1 && < 1.1.0.0,
- binary >= 0.7.3 && < 0.9,
- bytestring >= 0.10.6.0 && < 0.11,
+@@ -46,7 +46,7 @@ common warnings
+ ghc-options: -Wunused-packages
+
+ common base-dep
+- build-depends: base >=4.10 && <4.17
++ build-depends: base >=4.10 && <4.18
+
+ common cabal-dep
+ build-depends: Cabal ^>=3.8
+@@ -220,10 +220,10 @@ library
+ random >= 1.2 && < 1.3,
+ stm >= 2.0 && < 2.6,
+ tar >= 0.5.0.3 && < 0.6,
+- time >= 1.5.0.1 && < 1.12,
++ time >= 1.5.0.1 && < 1.13,
+ zlib >= 0.5.3 && < 0.7,
+ hackage-security >= 0.6.2.0 && < 0.7,
+- text >= 1.2.3 && < 1.3,
++ text >= 1.2.3 && < 1.3 || >= 2.0 && <2.1,
+ parsec >= 3.1.13.0 && < 3.2,
+ regex-base >= 0.94.0.0 && <0.95,
+ regex-posix >= 0.96.0.0 && <0.97,
+@@ -233,7 +233,7 @@ library
+ if os(windows)
+ build-depends: windns >= 0.1.0 && < 0.2
+ else
+- build-depends: resolv >= 0.1.1 && < 0.2
++ build-depends: resolv >= 0.1.1 && < 0.3
+
+ if os(windows)
+ -- newer directory for symlinks
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/83f8534e56c1065d7f642647aae0f997ab7df038
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/83f8534e56c1065d7f642647aae0f997ab7df038
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20231011/e16778f3/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list