Commit 5e352b30 authored by Clint Adams's avatar Clint Adams
Browse files

uuid-types: patch for newer HUnit/QuickCheck

parent 922b94ea
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-uuid-types (1.0.3-6) unstable; urgency=medium

  * Patch for newer HUnit/QuickCheck.

 -- Clint Adams <clint@debian.org>  Fri, 13 Apr 2018 14:56:14 -0400

haskell-uuid-types (1.0.3-5) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+2 −2
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@ Build-Depends:
 libghc-text-dev (>= 1),
 libghc-text-prof,
 libghc-hunit-dev (>= 1.2) <!nocheck>,
 libghc-hunit-dev (<< 1.6) <!nocheck>,
 libghc-hunit-dev (<< 1.7) <!nocheck>,
 libghc-quickcheck2-dev (>= 2.4) <!nocheck>,
 libghc-quickcheck2-dev (<< 2.10) <!nocheck>,
 libghc-quickcheck2-dev (<< 2.11) <!nocheck>,
 libghc-tasty-dev (>= 0.10) <!nocheck>,
 libghc-tasty-dev (<< 0.12) <!nocheck>,
 libghc-tasty-hunit-dev (>= 0.9) <!nocheck>,
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@
                        bytestring >= 0.9 && < 0.11,
-                       HUnit >=1.2 && < 1.4,
-                       QuickCheck >=2.4 && < 2.9,
+                       HUnit >=1.2 && < 1.6,
+                       QuickCheck >=2.4 && < 2.10,
+                       HUnit >=1.2 && < 1.7,
+                       QuickCheck >=2.4 && < 2.11,
                        tasty >= 0.10 && < 0.12,
                        tasty-hunit == 0.9.*,
                        tasty-quickcheck == 0.8.*