aboutsummaryrefslogtreecommitdiff
path: root/standalone/no-th/haskell-patches/yesod-form_spliced-TH.patch
Commit message (Collapse)AuthorAge
* 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
* update patches for newer package versionsGravatar Joey Hess2015-07-02
|
* 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.
* 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
|
* updating haskell patches, part 2Gravatar Joey Hess2014-05-21
|
* refresh patchesGravatar Joey Hess2014-02-08
|
* 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.