[Git][haskell-team/DHG_packages][master] tasty-hspec: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Thu Jan 8 23:53:04 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
537f3684 by Clint Adams at 2026-01-08T18:52:36-05:00
tasty-hspec: patch for newer deps

- - - - -


4 changed files:

- p/haskell-tasty-hspec/debian/changelog
- p/haskell-tasty-hspec/debian/control
- + p/haskell-tasty-hspec/debian/patches/newer-deps
- + p/haskell-tasty-hspec/debian/patches/series


Changes:

=====================================
p/haskell-tasty-hspec/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-tasty-hspec (1.2.0.4-2) UNRELEASED; urgency=medium
+haskell-tasty-hspec (1.2.0.4-2) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:48 -0500
+  [ Clint Adams ]
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Thu, 08 Jan 2026 18:48:42 -0500
 
 haskell-tasty-hspec (1.2.0.4-1) unstable; urgency=medium
 


=====================================
p/haskell-tasty-hspec/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
  ghc (>= 9.4),
  ghc-prof,
  libghc-quickcheck2-dev (>= 2.7),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.18),
  libghc-quickcheck2-prof,
  libghc-hspec-dev (>= 2.11.0),
  libghc-hspec-dev (<< 2.12),
@@ -22,10 +22,10 @@ Build-Depends: debhelper-compat (= 13),
  libghc-hspec-core-dev (<< 2.12),
  libghc-hspec-core-prof,
  libghc-tasty-dev (>= 1.3),
- libghc-tasty-dev (<< 1.5),
+ libghc-tasty-dev (<< 1.6),
  libghc-tasty-prof,
  libghc-tasty-quickcheck-dev (>= 0.9.1),
- libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-dev (<< 0.12),
  libghc-tasty-quickcheck-prof,
  libghc-tasty-smallcheck-dev (>= 0.1),
  libghc-tasty-smallcheck-dev (<< 0.9),
@@ -38,7 +38,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-tasty-doc,
  libghc-tasty-quickcheck-doc,
  libghc-tasty-smallcheck-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/mitchellwrosen/tasty-hspec
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tasty-hspec
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tasty-hspec]


=====================================
p/haskell-tasty-hspec/debian/patches/newer-deps
=====================================
@@ -0,0 +1,54 @@
+--- a/tasty-hspec.cabal
++++ b/tasty-hspec.cabal
+@@ -1,18 +1,18 @@
+-cabal-version:       2.2
+-name:                tasty-hspec
+-version:             1.2.0.4
+-synopsis:            Hspec support for the Tasty test framework.
+-description:         This package provides a Tasty provider for Hspec test
+-                     suites.
++cabal-version: 2.2
+ 
+-homepage:            https://github.com/mitchellwrosen/tasty-hspec
+-license:             BSD-3-Clause
+-license-file:        LICENSE
+-author:              Mitchell Rosen
+-maintainer:          mitchellwrosen at gmail.com
+-category:            Testing
+-build-type:          Simple
+-tested-with:         GHC == 9.2.7, GHC == 9.4.4, GHC == 9.6.1
++author: Mitchell Dalvi Rosen
++build-type: Simple
++category: Testing
++description: This package provides a Tasty provider for Hspec test suites.
++homepage: https://github.com/mitchellwrosen/tasty-hspec
++license-file: LICENSE
++license: BSD-3-Clause
++maintainer: Mitchell Dalvi Rosen <mitchellwrosen at gmail.com>
++name: tasty-hspec
++synopsis: Hspec support for the Tasty test framework.
++tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1, GHC == 9.12.1
++version: 1.2.0.4
++x-revision: 8
+ 
+ extra-doc-files:
+   .gitignore
+@@ -28,14 +28,14 @@ source-repository head
+ 
+ library
+   build-depends:
+-    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18,
++    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21,
+     hspec ^>= 2.11.0,
+     hspec-api ^>= 2.11.0,
+     hspec-core ^>= 2.11.0,
+-    QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14,
+-    tasty ^>= 1.3 || ^>= 1.4,
++    QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14 || ^>= 2.15 || ^>= 2.16 || ^>= 2.17,
++    tasty ^>= 1.3 || ^>= 1.4 || ^>= 1.5,
+     tasty-smallcheck >= 0.1 && < 0.9,
+-    tasty-quickcheck ^>= 0.9.1 || ^>= 0.10,
++    tasty-quickcheck ^>= 0.9.1 || ^>= 0.10 || ^>= 0.11,
+   default-extensions:
+     LambdaCase
+     ScopedTypeVariables


=====================================
p/haskell-tasty-hspec/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/537f36847d0e2644344b9aad0c17eb3305d7b6b0

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/537f36847d0e2644344b9aad0c17eb3305d7b6b0
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/20260108/a86ad95a/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list