aboutsummaryrefslogtreecommitdiff
path: root/standalone/no-th/evilsplicer-headers.hs
Commit message (Collapse)AuthorAge
* fix import warningsGravatar Joey Hess2016-01-14
|
* last changes to fix android buildGravatar Joey Hess2015-08-02
|
* module name changedGravatar Joey Hess2015-07-03
|
* more headersGravatar 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
|
* 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
|
* 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.
* another include needed by THGravatar Joey Hess2014-05-26
|
* add imports needed for android with current ghc and libsGravatar Joey Hess2014-05-25
|
* 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.