[Git][haskell-team/DHG_packages][master] hspec: Upgrading from 2.11.9 to 2.11.16
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jan 6 14:48:04 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
7e5a1af5 by Clint Adams at 2026-01-06T09:47:42-05:00
hspec: Upgrading from 2.11.9 to 2.11.16
- - - - -
3 changed files:
- p/haskell-hspec/debian/changelog
- p/haskell-hspec/debian/control
- p/haskell-hspec/debian/patches/no-hspec-discover
Changes:
=====================================
p/haskell-hspec/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-hspec (2.11.9-3) UNRELEASED; urgency=medium
+haskell-hspec (2.11.16-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:37 -0500
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Tue, 06 Jan 2026 09:44:09 -0500
haskell-hspec (2.11.9-2) unstable; urgency=medium
=====================================
p/haskell-hspec/debian/control
=====================================
@@ -11,8 +11,8 @@ Build-Depends: debhelper-compat (= 13),
ghc-prof,
libghc-quickcheck2-dev (>= 2.12),
libghc-quickcheck2-prof,
- libghc-hspec-core-dev (>= 2.11.9),
- libghc-hspec-core-dev (<< 2.11.10),
+ libghc-hspec-core-dev (>= 2.11.16),
+ libghc-hspec-core-dev (<< 2.11.17),
libghc-hspec-core-prof,
libghc-hspec-expectations-dev (>= 0.8.4),
libghc-hspec-expectations-dev (<< 0.8.5),
@@ -21,7 +21,7 @@ Build-Depends-Indep: ghc-doc,
libghc-quickcheck2-doc,
libghc-hspec-core-doc,
libghc-hspec-expectations-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://hspec.github.io/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hspec
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hspec]
@@ -31,8 +31,8 @@ Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
${misc:Depends},
- hspec-discover (>= 2.11.9),
- hspec-discover (<< 2.11.10),
+ hspec-discover (>= 2.11.16),
+ hspec-discover (<< 2.11.17),
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
=====================================
p/haskell-hspec/debian/patches/no-hspec-discover
=====================================
@@ -2,15 +2,13 @@ Do not depend on hspec-discover (the haskell library), as that is empty
anyways. We ensure that the hspec-discover binary is available via
control/debian.
-Index: b/hspec.cabal
-===================================================================
--- a/hspec.cabal
+++ b/hspec.cabal
@@ -47,7 +47,6 @@ library
QuickCheck >=2.12
, base ==4.*
- , hspec-core ==2.11.9
-- , hspec-discover ==2.11.9
+ , hspec-core ==2.11.16
+- , hspec-discover ==2.11.16
, hspec-expectations ==0.8.4.*
exposed-modules:
Test.Hspec
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7e5a1af5efd911fdbf9bce75e2140633d0db3684
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7e5a1af5efd911fdbf9bce75e2140633d0db3684
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/20260106/1237eaab/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list