[Git][haskell-team/DHG_packages][master] fgl-arbitrary: Patch for newer hspec

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Thu Jul 21 08:10:49 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
dbce5742 by Ilias Tsitsimpis at 2022-07-21T10:08:05+03:00
fgl-arbitrary: Patch for newer hspec

- - - - -


4 changed files:

- p/haskell-fgl-arbitrary/debian/changelog
- p/haskell-fgl-arbitrary/debian/control
- + p/haskell-fgl-arbitrary/debian/patches/newer-hspec
- + p/haskell-fgl-arbitrary/debian/patches/series


Changes:

=====================================
p/haskell-fgl-arbitrary/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-fgl-arbitrary (0.2.0.6-2) UNRELEASED; urgency=medium
+haskell-fgl-arbitrary (0.2.0.6-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * Patch for newer hspec
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:20 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 21 Jul 2022 10:07:32 +0300
 
 haskell-fgl-arbitrary (0.2.0.6-1) unstable; urgency=medium
 


=====================================
p/haskell-fgl-arbitrary/debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 10),
  libghc-quickcheck2-dev,
  libghc-fgl-dev,
  libghc-hspec-dev (>= 2.1),
- libghc-hspec-dev (<< 2.8),
+ libghc-hspec-dev (<< 2.9),
  libghc-hspec-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-quickcheck2-doc,


=====================================
p/haskell-fgl-arbitrary/debian/patches/newer-hspec
=====================================
@@ -0,0 +1,13 @@
+Index: b/fgl-arbitrary.cabal
+===================================================================
+--- a/fgl-arbitrary.cabal
++++ b/fgl-arbitrary.cabal
+@@ -48,7 +48,7 @@ test-suite fgl-arbitrary-tests
+                     , fgl
+                     , base
+                     , QuickCheck
+-                    , hspec >= 2.1 && < 2.8
++                    , hspec >= 2.1 && < 2.9
+                     , containers
+ 
+     hs-source-dirs:   test


=====================================
p/haskell-fgl-arbitrary/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-hspec



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/dbce5742d16f2e4d3aade28e812d0b680fc0c4a5
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/20220721/3e980daa/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list