[Git][haskell-team/DHG_packages][master] tar: patch for newer tasty and tasty-quickcheck

Clint Adams gitlab at salsa.debian.org
Fri Jun 5 20:44:20 BST 2020



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


Commits:
33f759a3 by Clint Adams at 2020-06-05T15:43:50-04:00
tar: patch for newer tasty and tasty-quickcheck

- - - - -


3 changed files:

- p/haskell-tar/debian/changelog
- + p/haskell-tar/debian/patches/newer-deps
- + p/haskell-tar/debian/patches/series


Changes:

=====================================
p/haskell-tar/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-tar (0.5.1.1-2) unstable; urgency=medium
+
+  * Patch for newer tasty and tasty-quickcheck.
+
+ -- Clint Adams <clint at debian.org>  Fri, 05 Jun 2020 15:43:36 -0400
+
 haskell-tar (0.5.1.1-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-tar/debian/patches/newer-deps
=====================================
@@ -0,0 +1,13 @@
+--- a/tar.cabal
++++ b/tar.cabal
+@@ -101,8 +101,8 @@
+                  deepseq,
+                  bytestring-handle,
+                  QuickCheck       == 2.*,
+-                 tasty            >= 0.10 && <0.12,
+-                 tasty-quickcheck == 0.8.*
++                 tasty            >= 0.10,
++                 tasty-quickcheck >= 0.8
+ 
+   if flag(old-time)
+     build-depends: directory < 1.2, old-time


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/33f759a336a494865a573b89b018d927b7fc1a29
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/20200605/57b3dcbf/attachment.html>


More information about the Pkg-haskell-commits mailing list