Commit 35986101 authored by Clint Adams's avatar Clint Adams
Browse files

uuid-types: patch for newer tasty

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

  * Patch for newer tasty.

 -- Clint Adams <clint@debian.org>  Fri, 13 Apr 2018 16:19:01 -0400

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

  * Patch for newer HUnit/QuickCheck.
+0 −3
Original line number Diff line number Diff line
@@ -22,11 +22,8 @@ Build-Depends:
 libghc-quickcheck2-dev (>= 2.4) <!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>,
 libghc-tasty-hunit-dev (<< 0.10) <!nocheck>,
 libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
 libghc-tasty-quickcheck-dev (<< 0.9) <!nocheck>,
Build-Depends-Indep:
 ghc-doc,
 libghc-hashable-doc,
+10 −4
Original line number Diff line number Diff line
--- a/uuid-types.cabal
+++ b/uuid-types.cabal
@@ -56,8 +56,8 @@
@@ -56,11 +56,11 @@
     Build-Depends:     base >= 3 && < 5,
                        uuid-types,
                        bytestring >= 0.9 && < 0.11,
-                       HUnit >=1.2 && < 1.4,
-                       QuickCheck >=2.4 && < 2.9,
-                       tasty >= 0.10 && < 0.12,
-                       tasty-hunit == 0.9.*,
-                       tasty-quickcheck == 0.8.*
+                       HUnit >=1.2 && < 1.7,
+                       QuickCheck >=2.4 && < 2.11,
                        tasty >= 0.10 && < 0.12,
                        tasty-hunit == 0.9.*,
                        tasty-quickcheck == 0.8.*
+                       tasty >= 0.10
+                       tasty-hunit >= 0.9
+                       tasty-quickcheck >= 0.8
 
 benchmark benchmark
     Type:              exitcode-stdio-1.0
+1 −1
Original line number Diff line number Diff line
newer-hunit-and-quickcheck
newer-deps