Commit 76e82dc9 authored by Clint Adams's avatar Clint Adams
Browse files

these: patch for newer tasty

parent 10af8042
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-these (0.7.4-5) unstable; urgency=medium

  * Patch for newer tasty.

 -- Clint Adams <clint@debian.org>  Sun, 21 Oct 2018 21:23:19 -0400

haskell-these (0.7.4-4) unstable; urgency=medium

  * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ Build-Depends:
 libghc-quickcheck-instances-dev (>= 0.3.15),
 libghc-quickcheck-instances-dev (<< 0.4),
 libghc-tasty-dev (>= 0.10),
 libghc-tasty-dev (<< 1.1),
 libghc-tasty-dev (<< 1.2),
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-tasty-quickcheck-dev (<< 0.11),
 libghc-unordered-containers-dev,
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
-                       tasty                   >= 0.10   && < 0.12,
-                       tasty-quickcheck        >= 0.8    && < 0.10,
+                       quickcheck-instances    >= 0.3.15 && < 0.4,
+                       tasty                   >= 0.10   && < 1.1,
+                       tasty                   >= 0.10   && < 1.2,
+                       tasty-quickcheck        >= 0.8    && < 0.11,
                        aeson,
                        bifunctors,