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

Clint Adams gitlab at salsa.debian.org
Sun Sep 1 02:48:49 BST 2019



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


Commits:
6864952f by Clint Adams at 2019-09-01T01:48:12Z
serialise: patch for newer tasty

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-serialise/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-serialise (0.2.1.0-3) unstable; urgency=medium
+
+  * Patch for newer tasty.
+
+ -- Clint Adams <clint at debian.org>  Sat, 31 Aug 2019 21:42:55 -0400
+
 haskell-serialise (0.2.1.0-2) unstable; urgency=medium
 
   * Gratuitous sourceful post-NEW upload.


=====================================
p/haskell-serialise/debian/control
=====================================
@@ -43,9 +43,8 @@ Build-Depends: debhelper (>= 10),
  libghc-quickcheck-instances-prof (>= 0.3.12),
  libghc-quickcheck-instances-prof (<< 0.4),
  libghc-tasty-dev (>= 0.11),
- libghc-tasty-dev (<< 1.2),
+ libghc-tasty-dev (<< 1.3),
  libghc-tasty-prof (>= 0.11),
- libghc-tasty-prof (<< 1.2),
  libghc-tasty-hunit-dev (>= 0.9),
  libghc-tasty-hunit-dev (<< 0.11),
  libghc-tasty-hunit-prof (>= 0.9),


=====================================
p/haskell-serialise/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/serialise.cabal
++++ b/serialise.cabal
+@@ -126,7 +126,7 @@
+     cborg,
+     serialise,
+     QuickCheck              >= 2.9     && < 2.13,
+-    tasty                   >= 0.11    && < 1.2,
++    tasty                   >= 0.11    && < 1.3,
+     tasty-hunit             >= 0.9     && < 0.11,
+     tasty-quickcheck        >= 0.8     && < 0.11,
+     quickcheck-instances    >= 0.3.12  && < 0.4,


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6864952f11e1ab9da1753bb7e12f600867896c77
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/20190901/aefe851b/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list