summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches
Commit message (Collapse)AuthorAge
* update android patches for new version of shakespeareGravatar androidbuilder2015-08-02
|
* reverted updates to new lib versions that broke android buildGravatar androidbuilder2015-08-02
| | | | I ran into several evilsplicer problems with the new lib versions, most notably including a problem with encoding of embedded binary files
* Merge orca:/tmp/androidGravatar Joey Hess2015-07-02
|\
| * update patches for newer package versionsGravatar Joey Hess2015-07-02
| |
* | remove some patches that are no longer usedGravatar Joey Hess2015-07-02
| |
* | patch needed for new entropy versionGravatar Joey Hess2015-07-02
| |
* | update vector patch; only needed for android cross build nowGravatar Joey Hess2015-07-02
|/
* update android patchesGravatar Joey Hess2015-05-22
|
* finished convering android build to pinned packagesGravatar Joey Hess2014-10-16
| | | | | | | | | Package versions match Debian jessie, except for a few differences needed due to the different version of ghc pulling in a few buildin packages with other versions. Most of the patches were cherry-picked from past commits, since these are older versions.
* android rebuild WIPGravatar Joey Hess2014-10-15
|
* refresh android and no-th haskell patches to latest package versions from cabalGravatar Joey Hess2014-10-14
| | | | | | | | | | | Added a cabal.config file; the result of running cabal freeze. It's not used yet (needs a newer cabal than is in debian stable), but the plan is that once the autbuilders are swiched to jessie, this can be used to make cabal install the same versions of packages that this patch got building, and so avoid breaking every time eg, yesod is upgraded. This commit was sponsored by Daniel Atlas.
* Merge orca:/tmp/buildGravatar Joey Hess2014-07-14
|\
| * refresh haskell patchesGravatar Joey Hess2014-07-14
| |
* | remove bloomfilter patch no longer neededGravatar Joey Hess2014-07-14
|/
* update android haskell patchesGravatar Joey Hess2014-07-04
|
* skein patch seems to be needed for arm as well as androidGravatar Joey Hess2014-06-10
| | | | I don't understand why this patch is needed.
* vector patch also needed for armGravatar Joey Hess2014-06-10
|
* fix gnutls to link, againGravatar Joey Hess2014-05-26
| | | | | | I don't know why, but I keep finding that the way I hacked this to work before doesn't work and a new way is needed. Perhaps changes to cabal made my old hacks break?
* update path to gnutls etc libsGravatar Joey Hess2014-05-26
|
* remove patch that turns out to be unnecessaryGravatar Joey Hess2014-05-26
|
* Merge orca:/tmp/buildGravatar Joey Hess2014-05-25
|\
| * update remaining android patchesGravatar androidbuilder2014-05-26
| |
* | network-protocol-xmpp patch no longer neededGravatar Joey Hess2014-05-25
| |
* | libxml-sax patch no longer neededGravatar Joey Hess2014-05-25
|/
* update android haskell patchesGravatar Sören Brunk2014-05-25
|
* got tasty-rerun working on androidGravatar Joey Hess2014-03-12
|
* fix filenameGravatar Joey Hess2014-02-11
|
* remove no longer needed patchGravatar Joey Hess2014-02-10
|
* add android patch for x509-system cert storeGravatar Joey Hess2014-02-11
|
* refresh patchesGravatar Joey Hess2014-02-08
|
* added back lost certificate path fix for AndroidGravatar Joey Hess2014-02-07
|
* disable NODELAY on androidGravatar Joey Hess2013-12-30
| | | | and also refresh another patch
* refreshed android patchesGravatar Joey Hess2013-12-27
|
* update haskell patches for new versions in hackageGravatar Joey Hess2013-12-26
|
* allow building webapp with EvilSplicer for non-android armGravatar Joey Hess2013-12-18
| | | | | | | | | | | | | | | | Was able to reuse many of the android patches, but several had to be re-done. On Android, ghc is a stage2 build, so can compile, but not run TH code. But debian's ghc on armel cannot even compile TH code, so it has to be patched out. Some haskell packages have been updated to new versions, including yesod and DAV, and their patches had to be redone. The Makefile now has 2 new targets. The first is run on a companion x86 system to do the build and get TH splices. Then the second target is run the same source tree on the arm system to build without needing TH. This commit was sponsored by Svenne Krap.
* begin work on installing TH-using dependencies of webapp, for standalone ↵Gravatar Joey Hess2013-12-16
| | | | | | armel build Will move common patches out of android/haskell-patches.
* Android: Fix SRV record lookups for XMPP to use android getprop command to ↵Gravatar Joey Hess2013-12-03
| | | | find DNS server, since there is no resolv.conf.
* fix gnutlsGravatar Joey Hess2013-11-26
|
* fix ugly hardcoded library path to libgnutls and libnettleGravatar Joey Hess2013-11-26
|
* update to arm-linux-androideabi-4.8 and current cabalGravatar Joey Hess2013-11-11
|
* refresh patches to current hackage versionsGravatar Joey Hess2013-10-18
|
* remove patches that have been applied upstreamGravatar Joey Hess2013-10-18
| | | | WTF?! My birthday is not until April 11th
* remove no longer needed patchGravatar Joey Hess2013-10-18
|
* remove patch that is no longer neededGravatar Joey Hess2013-10-18
|
* update some patches for new versionsGravatar Joey Hess2013-10-18
|
* fix unix-timeGravatar Joey Hess2013-09-23
|
* successfully builds (except XMPP)Gravatar Joey Hess2013-09-22
|
* remove unused patches (2000+ lines!)Gravatar Joey Hess2013-09-22
|
* refresh haskell package patches for new android buildGravatar foo2013-09-22
| | | | | | | | | Android build is now almost entirely automated, except for the installation of cross-built libs needed for XMPP. Haskell packages updated to current newest versions. Am not currently pinning the versions, as that didn't work out last time I tried it (must have missed some pins before).
* patched DNS library to use getprop to find the DNS server (dunno if it will ↵Gravatar Joey Hess2013-05-15
| | | | work)