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

cryptohash-sha1: patch for newer base, tasty-*

parent 5817c906
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-cryptohash-sha1 (0.11.100.1-3) unstable; urgency=medium

  * Patch for newer base, tasty-*.

 -- Clint Adams <clint@debian.org>  Sun, 15 Apr 2018 10:27:54 -0400

haskell-cryptohash-sha1 (0.11.100.1-2) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+0 −3
Original line number Diff line number Diff line
@@ -13,11 +13,8 @@ Build-Depends: debhelper (>= 10),
 libghc-base16-bytestring-dev (>= 0.1.1),
 libghc-base16-bytestring-dev (<< 0.2),
 libghc-tasty-dev (>= 0.11),
 libghc-tasty-dev (<< 0.12),
 libghc-tasty-hunit-dev (>= 0.9),
 libghc-tasty-hunit-dev (<< 0.10),
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-tasty-quickcheck-dev (<< 0.9),
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/hvr/cryptohash-sha1
+24 −0
Original line number Diff line number Diff line
--- a/cryptohash-sha1.cabal
+++ b/cryptohash-sha1.cabal
@@ -41,7 +41,7 @@
 
 library
   default-language:  Haskell2010
-  build-depends:     base             >= 4.5   && < 4.10
+  build-depends:     base             >= 4.5   && < 4.12
                    , bytestring       >= 0.9.2 && < 0.11
 
   hs-source-dirs:    src
@@ -63,9 +63,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-sha1
   default-language:  Haskell2010
+1 −0
Original line number Diff line number Diff line
newer-deps