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

cryptohash-sha256: patch for newer tasty

parent 9f188ff7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-cryptohash-sha256 (0.11.101.0-3) unstable; urgency=medium

  * Patch for newer tasty.

 -- Clint Adams <clint@debian.org>  Thu, 12 Apr 2018 23:27:58 -0400

haskell-cryptohash-sha256 (0.11.101.0-2) unstable; urgency=medium

  * Bump to Standards-Version 4.1.4.
+15 −0
Original line number Diff line number Diff line
--- a/cryptohash-sha256.cabal
+++ b/cryptohash-sha256.cabal
@@ -112,9 +112,9 @@
 
                    , base16-bytestring >= 0.1.1  && < 0.2
                    , SHA               >= 1.6.4  && < 1.7
-                   , tasty             == 0.11.*
-                   , tasty-quickcheck  == 0.8.*
-                   , tasty-hunit       == 0.9.*
+                   , tasty             >= 0.11
+                   , tasty-quickcheck  >= 0.8
+                   , tasty-hunit       >= 0.9
 
 benchmark bench-sha256
   default-language:  Haskell2010
+1 −0
Original line number Diff line number Diff line
newer-tasty