summaryrefslogtreecommitdiff
path: root/standalone
Commit message (Collapse)AuthorAge
* 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
|
* update for debian jessie, which has libgnutls28-dev, not libgnutls-devGravatar Joey Hess2014-12-03
|
* update licenses file for nsis and NullSoft licences used by windows installerGravatar Joey Hess2014-12-03
|
* clarify where host libs come fromGravatar Joey Hess2014-12-03
|
* force recompilation of the nullsoft installer; it does not seem to be ↵Gravatar Joey Hess2014-12-03
| | | | noticing changes somehow
* update license file, adding licenses of all haskell library dependenciesGravatar Joey Hess2014-12-01
| | | | | | | This only includes dependencies from the git-annex.cabal file, not dependencies of dependencies etc. I need some kind of automated system to make sure I get all of those. TTBOMK, all of them are free software, generally released under a BSD license.
* avoid false build failure in android logGravatar Joey Hess2014-11-05
|
* deal with android SDK changeGravatar Joey Hess2014-10-20
| | | | No longer has android-18 target, now it's android-19.
* pin git to known working versionGravatar Joey Hess2014-10-16
|
* update git patch to current gitGravatar Joey Hess2014-10-16
|
* jessie has a new enough automake, so it doesn't need to be cloned hereGravatar Joey Hess2014-10-16
|
* 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
|
* fix build failure with empty parameterGravatar Joey Hess2014-10-15
|
* no more need for .cabal/bin in PATHGravatar Joey Hess2014-10-15
|
* switching android builder to debian jessieGravatar Joey Hess2014-10-14
|
* avoid pinning some core libsGravatar Joey Hess2014-10-14
| | | | | These vary depending on ghc version, so need to be different in the native and android ghc cabals.
* avoid pinning more ghc builtinsGravatar Joey Hess2014-10-14
|
* fix pathGravatar Joey Hess2014-10-14
|
* don't pin baseGravatar Joey Hess2014-10-14
|
* make cabal.config be available whenever cabal install is runGravatar Joey Hess2014-10-14
| | | | Ensures the constraints are consistently applied.
* use cabal.config when installing nativeGravatar Joey Hess2014-10-14
|
* use pinned package versions from cabal.configGravatar Joey Hess2014-10-14
|
* actual bounds from android autobuilderGravatar Joey Hess2014-10-14
|
* 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
|
* fix paramsGravatar 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
* 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.
* git-am chooked on this because it has trailing whitespace. srsly?Gravatar Joey Hess2014-08-13
|
* disable HAVE_CLOCK_GETTIME to avoid needing to port librt to androidGravatar Joey Hess2014-08-13
|
* update git patchGravatar Joey Hess2014-08-13
|
* try to fix PATH so test suite will workGravatar Joey Hess2014-08-13
|
* clean upGravatar Joey Hess2014-08-13
|
* typoGravatar Joey Hess2014-08-13
|
* work aroud ongong transformers-compat cabal issueGravatar Joey Hess2014-08-13
|
* remove old ghc libsGravatar Joey Hess2014-08-13
|
* Update build.shGravatar Yury V. Zaytsev2014-08-13
| | | Haskell Platform now lives in C:/haskell and is on %PATH% by default, msysgit/bin (and msysgit/mingw/bin) directory is also on %PATH% (last)