summaryrefslogtreecommitdiff
path: root/standalone/no-th
Commit message (Collapse)AuthorAge
* update android haskell patchesGravatar Joey Hess2014-07-04
|
* make EvilSplicer re-box file-embed's ByteStringsGravatar Joey Hess2014-06-13
| | | | | | | | | The armel autobuilder started failing: Assistant/WebApp/Types.hs:128:14: primitive string literal must contain only characters <= '\xFF' This fixes that.
* Merge orca:tmp/f/buildGravatar Joey Hess2014-06-10
|\
| * refreshed haskell patchesGravatar Joey Hess2014-06-11
| |
* | figured out this patchGravatar Joey Hess2014-06-10
| |
* | 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
|/
* another include needed by THGravatar Joey Hess2014-05-26
|
* add imports needed for android with current ghc and libsGravatar Joey Hess2014-05-25
|
* update remaining android patchesGravatar androidbuilder2014-05-26
|
* update patch to export one more module used by THGravatar Joey Hess2014-05-22
|
* updating haskell patches, part 2Gravatar Joey Hess2014-05-21
|
* update haskell patches (incomplete)Gravatar Your Name2014-05-20
|
* refreshed patchesGravatar Joey Hess2014-03-07
|
* refresh patchesGravatar Joey Hess2014-02-08
|
* 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.