Commit 1bf8710d authored by Clint Adams's avatar Clint Adams
Browse files

cryptohash-md5: commas

parent 3776035c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-cryptohash-md5 (0.11.100.1-4) unstable; urgency=medium

  * Fix patch.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 13:26:31 -0400

haskell-cryptohash-md5 (0.11.100.1-3) unstable; urgency=medium

  * Patch for newer base and tasty-*.
+3 −3
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@
-                   , tasty             == 0.11.*
-                   , tasty-quickcheck  == 0.8.*
-                   , tasty-hunit       == 0.9.*
+                   , tasty             >= 0.11,
+                   , tasty-quickcheck  >= 0.8,
+                   , tasty-hunit       >= 0.9,
+                   , tasty             >= 0.11
+                   , tasty-quickcheck  >= 0.8
+                   , tasty-hunit       >= 0.9
 
 benchmark bench-md5
   default-language:  Haskell2010