Commit 6864952f authored by Clint Adams's avatar Clint Adams
Browse files

serialise: patch for newer tasty

parent dfcc8beb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-serialise (0.2.1.0-3) unstable; urgency=medium

  * Patch for newer tasty.

 -- Clint Adams <clint@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.
+1 −2
Original line number Diff line number Diff line
@@ -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),
+11 −0
Original line number Diff line number Diff line
--- 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,
+1 −0
Original line number Diff line number Diff line
newer-deps