[Git][haskell-team/DHG_packages][master] haddock-library: patch for newer hspec
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jul 22 02:27:12 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
92293e77 by Clint Adams at 2022-07-21T21:26:47-04:00
haddock-library: patch for newer hspec
- - - - -
5 changed files:
- p/haskell-haddock-library/debian/changelog
- p/haskell-haddock-library/debian/control
- p/haskell-haddock-library/debian/patches/disable-fixtures-test-suite
- + p/haskell-haddock-library/debian/patches/newer-deps
- p/haskell-haddock-library/debian/patches/series
Changes:
=====================================
p/haskell-haddock-library/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-haddock-library (1.10.0-2) unstable; urgency=medium
+
+ * Patch for newer hspec.
+
+ -- Clint Adams <clint at debian.org> Thu, 21 Jul 2022 21:23:06 -0400
+
haskell-haddock-library (1.10.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-haddock-library/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 10),
libghc-base-compat-dev,
libghc-base-compat-prof,
libghc-hspec-dev (>= 2.4.4),
- libghc-hspec-dev (<< 2.8),
+ libghc-hspec-dev (<< 2.9),
libghc-hspec-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.6.1
=====================================
p/haskell-haddock-library/debian/patches/disable-fixtures-test-suite
=====================================
@@ -4,7 +4,7 @@ Author: Ilias Tsitsimpis <iliastsi at debian.org>
--- a/haddock-library.cabal
+++ b/haddock-library.cabal
-@@ -91,6 +91,7 @@
+@@ -102,6 +102,7 @@ test-suite spec
, hspec-discover:hspec-discover >= 2.4.4 && < 2.8
test-suite fixtures
=====================================
p/haskell-haddock-library/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/haddock-library.cabal
++++ b/haddock-library.cabal
+@@ -96,7 +96,7 @@ test-suite spec
+ -- version of `hspec` & `hspec-discover` to ensure
+ -- intercompatibility
+ build-depends:
+- , hspec >= 2.4.4 && < 2.8
++ , hspec >= 2.4.4 && < 2.9
+
+ build-tool-depends:
+ , hspec-discover:hspec-discover >= 2.4.4 && < 2.8
=====================================
p/haskell-haddock-library/debian/patches/series
=====================================
@@ -1 +1,2 @@
disable-fixtures-test-suite
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/92293e778a1d0ecf722ef669263c81dc00e24667
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/92293e778a1d0ecf722ef669263c81dc00e24667
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/20220722/2dcb6347/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list