Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge orca:tmp/f/build | Joey Hess | 2014-06-10 |
|\ | |||
| * | refreshed haskell patches | Joey Hess | 2014-06-11 |
| | | |||
* | | figured out this patch | Joey Hess | 2014-06-10 |
| | | |||
* | | skein patch seems to be needed for arm as well as android | Joey Hess | 2014-06-10 |
| | | | | | | | | I don't understand why this patch is needed. | ||
* | | vector patch also needed for arm | Joey Hess | 2014-06-10 |
|/ | |||
* | another include needed by TH | Joey Hess | 2014-05-26 |
| | |||
* | add imports needed for android with current ghc and libs | Joey Hess | 2014-05-25 |
| | |||
* | update remaining android patches | androidbuilder | 2014-05-26 |
| | |||
* | update patch to export one more module used by TH | Joey Hess | 2014-05-22 |
| | |||
* | updating haskell patches, part 2 | Joey Hess | 2014-05-21 |
| | |||
* | update haskell patches (incomplete) | Your Name | 2014-05-20 |
| | |||
* | refreshed patches | Joey Hess | 2014-03-07 |
| | |||
* | refresh patches | Joey Hess | 2014-02-08 |
| | |||
* | refreshed android patches | Joey Hess | 2013-12-27 |
| | |||
* | update haskell patches for new versions in hackage | Joey Hess | 2013-12-26 |
| | |||
* | allow building webapp with EvilSplicer for non-android arm | Joey Hess | 2013-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. |