[Git][haskell-team/DHG_packages][master] hedgehog-classes: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Oct 8 01:48:38 BST 2024
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d3b05592 by Scott Talbert at 2024-10-07T20:17:56-04:00
hedgehog-classes: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-hedgehog-classes/debian/changelog
- p/haskell-hedgehog-classes/debian/control
- p/haskell-hedgehog-classes/debian/patches/newer-deps
Changes:
=====================================
p/haskell-hedgehog-classes/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-hedgehog-classes (0.2.5.4-2) UNRELEASED; urgency=medium
+haskell-hedgehog-classes (0.2.5.4-2) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.7.0
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:32 +0300
+ [ Scott Talbert ]
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Mon, 07 Oct 2024 20:10:13 -0400
haskell-hedgehog-classes (0.2.5.4-1) unstable; urgency=medium
=====================================
p/haskell-hedgehog-classes/debian/control
=====================================
@@ -9,19 +9,19 @@ Build-Depends: debhelper (>= 10),
ghc (>= 9.4),
ghc-prof,
libghc-aeson-dev (>= 0.9),
- libghc-aeson-dev (<< 2.2),
+ libghc-aeson-dev (<< 2.3),
libghc-aeson-prof,
libghc-comonad-dev (>= 5.0),
libghc-comonad-dev (<< 5.1),
libghc-comonad-prof,
libghc-hedgehog-dev (>= 1),
- libghc-hedgehog-dev (<< 1.3),
+ libghc-hedgehog-dev (<< 1.6),
libghc-hedgehog-prof,
libghc-pretty-show-dev (>= 1.9),
libghc-pretty-show-dev (<< 1.11),
libghc-pretty-show-prof,
libghc-primitive-dev (>= 0.6.4),
- libghc-primitive-dev (<< 0.9),
+ libghc-primitive-dev (<< 0.10),
libghc-primitive-prof,
libghc-semirings-dev (>= 0.2),
libghc-semirings-dev (<< 0.8),
=====================================
p/haskell-hedgehog-classes/debian/patches/newer-deps
=====================================
@@ -15,10 +15,12 @@ Index: b/hedgehog-classes.cabal
Hedgehog.Classes.Traversable
build-depends:
- , base >= 4.12 && < 4.18
-+ , base >= 4.12 && < 4.20
++ , base >= 4.12 && < 4.21
, binary >= 0.8 && < 0.9
- , containers >= 0.5 && < 0.7
- , hedgehog >= 1 && < 1.3
+- , containers >= 0.5 && < 0.7
+- , hedgehog >= 1 && < 1.3
++ , containers >= 0.5 && < 0.8
++ , hedgehog >= 1 && < 1.6
, pretty-show >= 1.9 && < 1.11
, silently >= 1.2 && < 1.3
- , transformers >= 0.5 && < 0.6
@@ -39,7 +41,7 @@ Index: b/hedgehog-classes.cabal
cpp-options: -DHAVE_VECTOR
if flag(primitive)
- build-depends: primitive >= 0.6.4 && < 0.8
-+ build-depends: primitive >= 0.6.4 && < 0.9
++ build-depends: primitive >= 0.6.4 && < 0.10
cpp-options: -DHAVE_PRIMITIVE
test-suite spec
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d3b055923fcbf29cbd2e6efcc7dc459483ca02b7
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d3b055923fcbf29cbd2e6efcc7dc459483ca02b7
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/20241008/be654687/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list