summaryrefslogtreecommitdiff
path: root/standalone/android/cabal.config
Commit message (Collapse)AuthorAge
* remove xmpp supportGravatar Joey Hess2016-11-14
| | | | | | | | | | | | I've long considered the XMPP support in git-annex a wart. It's nice to remove it. (This also removes the NetMessager, which was only used for XMPP, and the daemonstatus's desynced list (likewise).) Existing XMPP remotes should be ignored by git-annex. This commit was sponsored by Brock Spratlen on Patreon.
* pin crytonite on android to 0.15, which is the version I've been usingGravatar Joey Hess2016-06-09
|
* pin unix to already installed versionGravatar Joey Hess2016-04-28
| | | | | | | | This prevents multiple versions of unix, from ghc and needed by newer versions of some packages conflicting. Had to update the bytestring and blaze-builder pins follow-on from this change.
* pin directory to last version that doesn't break MissingHGravatar Joey Hess2016-04-28
| | | | https://github.com/jgoerzen/missingh/issues/31
* allow any version of ansi-terminalGravatar Joey Hess2015-08-03
|
* avoid pinning tasty to old versionGravatar Joey Hess2015-08-03
| | | | | Newer version is needed for new version of optparse-applicative, and any version will do.
* bump optparse-applicative versionGravatar androidbuilder2015-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
* modify pins to allow building on debian jessieGravatar Joey Hess2015-07-03
| | | | | Debian testing is currently a little broken for use for the android autobuilder.
* android: install exact same package versions for host and cross compilerGravatar Joey Hess2015-07-02
|
* update android patchesGravatar Joey Hess2015-05-22
|
* remaining dataenc to sandi conversionsGravatar Joey Hess2015-05-07
| | | | | | I've tested all the dataenc to sandi conversions except Assistant.XMPP, and all have unchanged behavior, including behavior on large unicode code points.
* Removed dependency on haskell SHA library, instead using cryptohash >= 0.11.0.Gravatar Joey Hess2015-04-19
|
* update pinned versions for android and armel to use new enough http-client ↵Gravatar Joey Hess2015-04-18
| | | | | | | for proxy support I have not updated the autobuilder yet; these versions seem ok by inspection.
* 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
|
* 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
|
* don't pin baseGravatar Joey Hess2014-10-14
|
* actual bounds from android autobuilderGravatar 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.