diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-07 18:07:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-07 18:07:13 -0400 |
commit | b116facc4a99ee63c82fa2ecec0de634c908c236 (patch) | |
tree | a9e6642e6c4077880cb894270f858f0e376fdbc2 /debian/control | |
parent | 6585821a3528b29a0e75b461d429eba54dae12b5 (diff) |
remaining dataenc to sandi conversions
I've tested all the dataenc to sandi conversions except Assistant.XMPP,
and all have unchanged behavior, including behavior on large unicode code
points.
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 ce7ce7504..133c2ee49 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: libghc-hslogger-dev, libghc-pcre-light-dev, libghc-cryptohash-dev (>= 0.11.0), - libghc-dataenc-dev, + libghc-sandi-dev, libghc-utf8-string-dev, libghc-aws-dev (>= 0.9.2-2~), libghc-conduit-dev, |