[Git][haskell-team/DHG_packages][master] fgl: Patch for newer hspec
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Tue Jul 19 10:10:43 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5c10b97b by Ilias Tsitsimpis at 2022-07-19T12:06:00+03:00
fgl: Patch for newer hspec
- - - - -
4 changed files:
- p/haskell-fgl/debian/changelog
- p/haskell-fgl/debian/control
- + p/haskell-fgl/debian/patches/newer-hspec
- + p/haskell-fgl/debian/patches/series
Changes:
=====================================
p/haskell-fgl/debian/changelog
=====================================
@@ -1,9 +1,10 @@
-haskell-fgl (5.7.0.3-2) UNRELEASED; urgency=medium
+haskell-fgl (5.7.0.3-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
* Remove retired developer, Joachim Breitner, from Uploaders.
+ * Patch for newer hspec
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:20 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 19 Jul 2022 12:05:50 +0300
haskell-fgl (5.7.0.3-1) unstable; urgency=medium
=====================================
p/haskell-fgl/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10),
libghc-quickcheck2-dev (<< 2.15),
libghc-quickcheck2-prof,
libghc-hspec-dev (>= 2.1),
- 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-fgl/debian/patches/newer-hspec
=====================================
@@ -0,0 +1,13 @@
+Index: b/fgl.cabal
+===================================================================
+--- a/fgl.cabal
++++ b/fgl.cabal
+@@ -92,7 +92,7 @@ test-suite fgl-tests {
+ build-depends: fgl
+ , base
+ , QuickCheck >= 2.8 && < 2.15
+- , hspec >= 2.1 && < 2.8
++ , hspec >= 2.1 && < 2.9
+ , containers
+
+ hs-source-dirs: test
=====================================
p/haskell-fgl/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-hspec
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5c10b97b9cc85d5e9a7ba56e09a54b5aa5e84073
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5c10b97b9cc85d5e9a7ba56e09a54b5aa5e84073
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/20220719/96ba23b8/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list