[Git][haskell-team/DHG_packages][master] tasty-hedgehog: patch for newer dependencies
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Jan 14 04:08:49 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
93a1f3d6 by Clint Adams at 2026-01-13T23:06:43-05:00
tasty-hedgehog: patch for newer dependencies
- - - - -
5 changed files:
- p/haskell-tasty-hedgehog/debian/changelog
- p/haskell-tasty-hedgehog/debian/control
- + p/haskell-tasty-hedgehog/debian/patches/newer-deps
- + p/haskell-tasty-hedgehog/debian/patches/series
- p/haskell-tasty-hedgehog/debian/rules
Changes:
=====================================
p/haskell-tasty-hedgehog/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-tasty-hedgehog (1.4.0.2-2) UNRELEASED; urgency=medium
+haskell-tasty-hedgehog (1.4.0.2-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:15 -0500
+ [ Clint Adams ]
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Tue, 13 Jan 2026 23:01:51 -0500
haskell-tasty-hedgehog (1.4.0.2-1) unstable; urgency=medium
=====================================
p/haskell-tasty-hedgehog/debian/control
=====================================
@@ -10,22 +10,21 @@ Build-Depends: debhelper-compat (= 13),
ghc (>= 9.4),
ghc-prof,
libghc-hedgehog-dev (>= 1.4),
- libghc-hedgehog-dev (<< 1.5),
+ libghc-hedgehog-dev (<< 1.8),
libghc-hedgehog-prof,
libghc-tagged-dev (>= 0.8),
libghc-tagged-dev (<< 0.9),
libghc-tagged-prof,
libghc-tasty-dev (>= 0.11),
- libghc-tasty-dev (<< 1.5),
+ libghc-tasty-dev (<< 1.6),
libghc-tasty-prof,
- libghc-tasty-expected-failure-dev (>= 0.11),
- libghc-tasty-expected-failure-dev (<< 0.13),
- libghc-tasty-expected-failure-prof,
+ libghc-tasty-expected-failure-dev (>= 0.11) <!nocheck>,
+ libghc-tasty-expected-failure-dev (<< 0.13) <!nocheck>,
Build-Depends-Indep: ghc-doc,
libghc-hedgehog-doc,
libghc-tagged-doc,
libghc-tasty-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/qfpl/tasty-hedgehog
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tasty-hedgehog
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tasty-hedgehog]
=====================================
p/haskell-tasty-hedgehog/debian/patches/newer-deps
=====================================
@@ -0,0 +1,37 @@
+--- a/tasty-hedgehog.cabal
++++ b/tasty-hedgehog.cabal
+@@ -1,5 +1,6 @@
+ name: tasty-hedgehog
+ version: 1.4.0.2
++x-revision: 8
+ license: BSD3
+ license-file: LICENCE
+ author: Dave Laing
+@@ -21,10 +22,10 @@ source-repository head
+
+ library
+ exposed-modules: Test.Tasty.Hedgehog
+- build-depends: base >= 4.8 && <4.19
++ build-depends: base >= 4.8 && <4.23
+ , tagged >= 0.8 && < 0.9
+- , tasty >= 0.11 && < 1.5
+- , hedgehog >= 1.4 && < 1.5
++ , tasty >= 0.11 && < 1.6
++ , hedgehog >= 1.4 && < 1.8
+ hs-source-dirs: src
+ ghc-options: -Wall
+ default-language: Haskell2010
+@@ -33,10 +34,10 @@ test-suite tasty-hedgehog-tests
+ type: exitcode-stdio-1.0
+ main-is: Main.hs
+ hs-source-dirs: test
+- build-depends: base >= 4.8 && <4.19
+- , tasty >= 0.11 && < 1.5
++ build-depends: base >= 4.8 && <4.23
++ , tasty >= 0.11 && < 1.6
+ , tasty-expected-failure >= 0.11 && < 0.13
+- , hedgehog >= 1.4 && < 1.5
++ , hedgehog >= 1.4 && < 1.8
+ , tasty-hedgehog
+ ghc-options: -Wall
+ default-language: Haskell2010
=====================================
p/haskell-tasty-hedgehog/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-tasty-hedgehog/debian/rules
=====================================
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
export DEB_ENABLE_TESTS = yes
+export LC_ALL = C.UTF-8
%:
dh $@
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/93a1f3d6972fe16c4d33af7d270c71ec4aecb993
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/93a1f3d6972fe16c4d33af7d270c71ec4aecb993
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/20260114/9c8cb348/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list