summaryrefslogtreecommitdiff
path: root/standalone/linux/install-haskell-packages
Commit message (Collapse)AuthorAge
* update for TH-capable arm autobuilderGravatar Joey Hess2015-05-31
| | | | Only 1 patched haskell package is needed on arm now.
* add missing patchesGravatar Joey Hess2014-12-04
|
* cabal unpack --pristineGravatar Joey Hess2014-12-04
| | | | | | | Without --pristine, cabal will update the package's cabal file if a newer one is available in hackage. But that can break applying patches. Especially since the new version from hackage can apparently have dos line endings, while the version from the tarball doesn't.
* convert no-th linux build to use cabal.config with pinned versions for ↵Gravatar Joey Hess2014-12-03
| | | | reproducability of builds
* cabal install with -j1 to work around ghc qemu threading bugGravatar Joey Hess2014-12-03
|
* fix paramsGravatar Joey Hess2014-09-12
|
* remove one shift too manyGravatar Joey Hess2014-09-12
|
* armel autobuilder now working again!Gravatar Joey Hess2014-08-15
|
* typoGravatar Joey Hess2014-08-14
|
* run only 1 install job at a timeGravatar Joey Hess2014-08-13
| | | | In qemu-system-arm, more jobs seems to cause frequent qemu-related crashes.
* provide utf-8 locale to avoid silly build failureGravatar Joey Hess2014-07-14
|
* fix logicGravatar Joey Hess2014-07-04
|
* 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
|
* fix QuickCheck install w/o THGravatar Joey Hess2014-05-22
|
* update haskell patches (incomplete)Gravatar Your Name2014-05-20
|
* actually use patches from linux/haskell-patchesGravatar Joey Hess2014-03-10
|
* add a patch to disable accept4, for compatability with older systemsGravatar Joey Hess2014-03-10
|
* updateGravatar Joey Hess2014-03-07
|
* 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.
* begin work on installing TH-using dependencies of webapp, for standalone ↵Gravatar Joey Hess2013-12-16
armel build Will move common patches out of android/haskell-patches.