diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-24 21:06:29 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-24 21:06:29 -0400 |
commit | 366d29029b15eca556c171398699307a4c8e844c (patch) | |
tree | 9bfb044169d7f893c517bb29f557cbb7a1ee6c36 /debian/control | |
parent | 23006356b933a9f9c1b357c14b66a997903216a5 (diff) |
remove cryptohash from debian build-dep option
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ee2813e9e..7706d943f 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~), |