Commit 4ce85039 authored by Clint Adams's avatar Clint Adams
Browse files

cryptohash-sha256: actually fix the b-ds

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

  * Actually fix the build-deps.

 -- Clint Adams <clint@debian.org>  Fri, 13 Apr 2018 08:59:45 -0400

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

  * Patch for newer tasty.
+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-sha256