summaryrefslogtreecommitdiff
path: root/standalone/no-th
Commit message (Collapse)AuthorAge
* fix import warningsGravatar Joey Hess2016-01-14
|
* last changes to fix android buildGravatar Joey Hess2015-08-02
|
* 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
* module name changedGravatar Joey Hess2015-07-03
|
* 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
| |
* | persistent no longer needs no-th patchGravatar Joey Hess2015-07-02
| |
* | update vector patch; only needed for android cross build nowGravatar Joey Hess2015-07-02
|/
* remove old patches for hamletGravatar Joey Hess2015-06-06
|
* more headersGravatar Joey Hess2015-02-22
|
* add a few exports used by generated codeGravatar Joey Hess2015-02-22
|
* get fromPersistValue importedGravatar Joey Hess2015-02-22
|
* fix import nameGravatar Joey Hess2015-02-22
|
* EvilSplicer hacks for persistentGravatar Joey Hess2015-02-22
|
* update headers to work with spliced TH from persistentGravatar Joey Hess2015-02-22
|
* export Database.Persist.THGravatar Joey Hess2015-02-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
|
* de-qualify importGravatar Joey Hess2014-10-14
| | | | still building with old yesod on android and armel
* typoGravatar Joey Hess2014-10-14
|
* package-qualified import needed by new yesodGravatar Joey Hess2014-10-14
|
* 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.
* update for yesod-form-1.4.0.2Gravatar Joey Hess2014-10-13
|
* manual fixups of spices etcGravatar Joey Hess2014-10-13
|
* build bootstrap3 moduleGravatar Joey Hess2014-10-13
|
* update for yesod-form-1.3.15.4Gravatar Joey Hess2014-09-12
|
* refresh patchGravatar Joey Hess2014-09-12
| | | | Odd, it should have been against 0.0.6 before, but fails to apply now
* re-evil-splicved new version of DAVGravatar Joey Hess2014-08-10
|
* 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.