Commit 4152df52 authored by Clint Adams's avatar Clint Adams
Browse files

exceptions: patch for newer QuickCheck

parent 3d995b4f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-exceptions (0.8.3-6) unstable; urgency=medium

  * Patch for newer QuickCheck.

 -- Clint Adams <clint@debian.org>  Thu, 12 Apr 2018 14:44:48 -0400

haskell-exceptions (0.8.3-5) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+8 −0
Original line number Diff line number Diff line
--- a/exceptions.cabal
+++ b/exceptions.cabal
@@ -62,4 +62,4 @@
     mtl,
     test-framework             >= 0.8      && < 0.9,
     test-framework-quickcheck2 >= 0.3      && < 0.4,
-    QuickCheck                 >= 2.5      && < 2.10
+    QuickCheck                 >= 2.5      && < 2.11
+1 −0
Original line number Diff line number Diff line
newer-quickcheck