Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | finished convering android build to pinned packages | Joey Hess | 2014-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 WIP | Joey Hess | 2014-10-15 |
| | |||
* | de-qualify import | Joey Hess | 2014-10-14 |
| | | | | still building with old yesod on android and armel | ||
* | typo | Joey Hess | 2014-10-14 |
| | |||
* | package-qualified import needed by new yesod | Joey Hess | 2014-10-14 |
| | |||
* | refresh android and no-th haskell patches to latest package versions from cabal | Joey Hess | 2014-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. | ||
* | update for yesod-form-1.4.0.2 | Joey Hess | 2014-10-13 |
| | |||
* | manual fixups of spices etc | Joey Hess | 2014-10-13 |
| | |||
* | build bootstrap3 module | Joey Hess | 2014-10-13 |
| | |||
* | update for yesod-form-1.3.15.4 | Joey Hess | 2014-09-12 |
| | |||
* | refresh patch | Joey Hess | 2014-09-12 |
| | | | | Odd, it should have been against 0.0.6 before, but fails to apply now | ||
* | re-evil-splicved new version of DAV | Joey Hess | 2014-08-10 |
| | |||
* | update android haskell patches | Joey Hess | 2014-07-04 |
| | |||
* | make EvilSplicer re-box file-embed's ByteStrings | Joey Hess | 2014-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/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. |