From 78eb21cf8858bf292d7b2d00e52aae40d2b2d6ea Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 24 Feb 2017 21:06:29 -0400 Subject: [PATCH] remove cryptohash from debian build-dep option --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ee2813e9e9..7706d943f7 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: libghc-data-default-dev, libghc-hslogger-dev, libghc-pcre-light-dev, - libghc-cryptonite-dev | libghc-cryptohash-dev (>= 0.11.0), + libghc-cryptonite-dev, libghc-sandi-dev, libghc-utf8-string-dev, libghc-aws-dev (>= 0.9.2-2~),