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 /standalone | |
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 'standalone')
-rw-r--r-- | standalone/android/cabal.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/cabal.config b/standalone/android/cabal.config index f39dee91f..de7d72dc0 100644 --- a/standalone/android/cabal.config +++ b/standalone/android/cabal.config @@ -54,7 +54,7 @@ constraints: Crypto ==4.2.5.1, data-default-instances-containers ==0.0.1, data-default-instances-dlist ==0.0.1, data-default-instances-old-locale ==0.0.1, - dataenc ==0.14.0.7, + sandi ==0.3.0.1, dbus ==0.10.8, distributive ==0.4.4, dlist ==0.7.0.1, |