summaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-22 09:45:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-22 09:45:50 -0700
commit694676e81fea8b8b0a154279a12f7ed9f9565cd3 (patch)
tree5128bdf31e2f27c05c436a6e8cd9f43addfe2f99 /debian/control
parent2d409772bbee0de9ad4daad1f90bae0eb86f0313 (diff)
downloadkeysafe-694676e81fea8b8b0a154279a12f7ed9f9565cd3.tar.gz
add missing argon2 build-dep
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 1a8e344..f20d18b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,8 @@ Priority: optional
Section: utils
Build-Depends: debhelper (>= 10),
ghc,
+ libghc-argon2-dev (>= 1.2),
+ libghc-argon2-dev (<< 1.3),
libghc-monadrandom-dev (>= 0.4),
libghc-monadrandom-dev (<< 0.5),
libghc-safesemaphore-dev (>= 0.10),