diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-06-09 15:34:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-06-09 15:34:37 -0400 |
commit | 781b116eb1726ea56f873ebc78c505b110b25284 (patch) | |
tree | 1012f3863dea465c8806dccb1b21b6dedb648807 | |
parent | 23739bec7b20c86c86315efb381ff68db5fc40c0 (diff) |
pin crytonite on android to 0.15, which is the version I've been using
-rw-r--r-- | doc/forum/Building_Android_app_fails/comment_1_094b90cbc1e2e069900c0037fec145ad._comment | 11 | ||||
-rw-r--r-- | standalone/android/cabal.config | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Building_Android_app_fails/comment_1_094b90cbc1e2e069900c0037fec145ad._comment b/doc/forum/Building_Android_app_fails/comment_1_094b90cbc1e2e069900c0037fec145ad._comment new file mode 100644 index 000000000..6d735d4cf --- /dev/null +++ b/doc/forum/Building_Android_app_fails/comment_1_094b90cbc1e2e069900c0037fec145ad._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-06-09T19:27:03Z" + content=""" +FWIW, my android autobuilder currently has cryptonite-0.15 installed. + +Seems that version is not frozen in the cabal.config for android, +so tried a newer one in your case. I'm not sure if that will fix your +problem, but it may be worth a try. +"""]] diff --git a/standalone/android/cabal.config b/standalone/android/cabal.config index a55d85b24..dd57db47e 100644 --- a/standalone/android/cabal.config +++ b/standalone/android/cabal.config @@ -200,3 +200,4 @@ constraints: unix installed, bytestring installed, scientific ==0.3.3.1, clock ==0.4.6.0 + cryptonite ==cryptonite-0.16 |