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

cryptohash-md5: patch for newer base and tasty-*

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

  * Patch for newer base and tasty-*.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 11:57:27 -0400

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

  [ Ilias Tsitsimpis ]
+1 −4
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ Uploaders: Clint Adams <clint@debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
 haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
 haskell-devscripts (>= 0.8),
 cdbs,
 ghc,
 ghc-prof,
@@ -13,11 +13,8 @@ Build-Depends: debhelper (>= 10),
 libghc-puremd5-dev (>= 2.1.3),
 libghc-puremd5-dev (<< 2.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-md5
+24 −0
Original line number Diff line number Diff line
--- a/cryptohash-md5.cabal
+++ b/cryptohash-md5.cabal
@@ -41,7 +41,7 @@
 
 library
   default-language:  Haskell2010
-  build-depends:     base             >= 4.5   && < 4.10
+  build-depends:     base             >= 4.5   && < 5
                    , bytestring       >= 0.9.2 && < 0.11
 
   hs-source-dirs:    src
@@ -64,9 +64,9 @@
 
                    , base16-bytestring >= 0.1.1  && < 0.2
                    , pureMD5           >= 2.1.3  && < 2.2
-                   , 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
+1 −0
Original line number Diff line number Diff line
newer-deps