summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* enable LambdaCase and convert around 10% of places that could use itGravatar Joey Hess2017-11-15
| | | | | | | | | | | Needs ghc 7.6.1, so minimum base version increased slightly. All builds are well above this version of ghc, and debian oldstable is as well. Code that could use lambdacase can be found by running: git grep -B 1 'case ' | less and searching in less for "<-" This commit was sponsored by andrea rota.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-14
|\
* | Display progress meter when uploading a key without size informationGravatar Joey Hess2017-11-14
| | | | | | | | | | | | Getting the size by statting the content file. This commit was supported by the NSF-funded DataLad project.
| * Added a commentGravatar astrophoenix2017-11-14
|/
* thoughtsGravatar Joey Hess2017-11-14
|
* initial whining about 2 ssh promptsGravatar yarikoptic2017-11-14
|
* still can't express custom-setup depsGravatar Joey Hess2017-11-14
| | | | | | | | They need unix on non-windows, for Utility.Env, which Build.Configure uses, but cabal can't express that in a custom-setup stanza. To avoid this problem, Utility.Env would need to be moved into unix-compat..
* avoid Utility.Directory which needs Win32 on windowsGravatar Joey Hess2017-11-14
| | | | custom-setup can't depend on Win32 due to cabal limitations
* typoGravatar Joey Hess2017-11-14
|
* add utf8-string to custom-setup depsGravatar Joey Hess2017-11-14
|
* split out setEnv to avoid adding depGravatar Joey Hess2017-11-14
| | | | | | | | | | | Windows needs the setenv package in custom-setup, but I don't want to pull it in on unix, which would probably break some builds and need more work. Instead, split out setEnv to a separate module. Quite likely, unix-compat will get a portable environment layer, and then both modules can be removed from here. This commit was sponsored by Øyvind Andersen Holm.
* bring back custom-setup stanzaGravatar Joey Hess2017-11-14
| | | | | | | | | | | | | Now that windows is using unix-compat 0.5, don't need a dep on Win32 or unix in custom-setup, so the stanza can be parsed by cabal's limited parser again. Note that unix-compat 0.5 is needed on windows, but the cabal file hasn't bumped it yet, since that would necessarily affect non-windows builds. Instead, the stack-windows.yaml makes sure the right version is pulled in. This commit was sponsored by Jeff Goeke-Smith on Patreon.
* clean up build warnings on WindowsGravatar Joey Hess2017-11-14
|
* use unix-compat 0.5 on windowsGravatar Joey Hess2017-11-14
| | | | Re-applying ac57659e61f9743aebd35258e89752ced0040f9f
* remove copypastaGravatar Joey Hess2017-11-14
|
* use fork of unix-compat to fix build with new Win32Gravatar Joey Hess2017-11-14
|
* responseGravatar Joey Hess2017-11-14
|
* update http-client commitGravatar Joey Hess2017-11-14
|
* update; git bug fixed in puGravatar Joey Hess2017-11-13
|
* Revert "Revert "remove dep on Win32-extras""Gravatar Joey Hess2017-11-13
| | | | This reverts commit ce44f20f128ad8740b9098ad86ed70156919cd43.
* typoGravatar Joey Hess2017-11-13
|
* add subdirs in http-client git repoGravatar Joey Hess2017-11-13
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-13
|\
* | use win32 2.6.1.0 (second try)Gravatar Joey Hess2017-11-13
| | | | | | | | Using patched http-client.
| * Added a comment: possible cause (my error)Gravatar astrophoenix2017-11-12
| |
| * (no commit message)Gravatar astrophoenix2017-11-12
| |
| * post question about missing filesGravatar astrophoenix2017-11-12
|/
* Added a comment: remote "origin" missing some gcrypt commands?Gravatar spam@9590d16798fd27f4e38472862e296fc9828e3d392017-11-11
|
* Revert "use unix-compat 0.5 on windows"Gravatar Joey Hess2017-11-09
| | | | | | This reverts commit ac57659e61f9743aebd35258e89752ced0040f9f. Too early for this; needs newer Win32 version. Le sigh.
* add unix-compat versionGravatar Joey Hess2017-11-09
|
* Revert "remove dep on Win32-extras"Gravatar Joey Hess2017-11-09
| | | | | | This reverts commit afaf1799d47d88e1e0ace4f1bb128684761e11c1. Yeah, too early for that too
* updated my win32 forkGravatar Joey Hess2017-11-09
|
* Revert "use win32 2.6.1.0"Gravatar Joey Hess2017-11-09
| | | | | | | This reverts commit 757a7d6e22b9faa443a4f063e1a6df3204e298c1. Blocked by https://github.com/snoyberg/http-client/issues/309 this commit can be reverted once that's fixed.
* bump process to version supporting newer Win32Gravatar Joey Hess2017-11-09
|
* build with newer version of directory which supports newer version of win32Gravatar Joey Hess2017-11-09
|
* allow-newer to work around Cabal needing old version of Win32Gravatar Joey Hess2017-11-09
|
* remove dep on Win32-extrasGravatar Joey Hess2017-11-09
| | | | Win32 now has its own getCurrentProcessId.
* allow-newer to allow Win32-extras to be built with new Win32Gravatar Joey Hess2017-11-09
|
* still need stack-windows.yaml to specify newer versions of Win32 and unix-compatGravatar Joey Hess2017-11-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-09
|\
* | use win32 2.6.1.0Gravatar Joey Hess2017-11-09
| | | | | | | | | | | | | | That has my patches merged into it, so stack-windows.yaml is not needed any longer. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
| * Added a commentGravatar Lykos1532017-11-09
| |
* | use unix-compat 0.5 on windowsGravatar Joey Hess2017-11-09
| | | | | | | | | | | | | | | | | | | | | | That version has my patches for the problems that Utility.PosixFiles was working around, so am able to get rid of that module now. This will later allow bringing back the custom-setup stanza in the cabal file. It will need to depend on unix-compat 0.5 on all OS's, which I'm not ready to do yet. This commit was sponsored by Nick Daly on Patreon.
* | revert accidental changeGravatar Joey Hess2017-11-09
|/
* add news item for git-annex 6.20171109Gravatar Joey Hess2017-11-09
|
* releasing package git-annex version 6.201711096.20171109Gravatar Joey Hess2017-11-09
|
* reorderGravatar Joey Hess2017-11-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-09
|\
* | responseGravatar Joey Hess2017-11-09
| |
* | retitle; known bugGravatar Joey Hess2017-11-09
| |