Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fold Build/SysConfig.hs into BuildInfo via include | Joey Hess | 2017-12-14 |
| | | | | | | | | | | | This avoids warnings from stack about the module not being listed in the cabal file. So, the generated file is also renamed to Build/SysConfig. Note that the setup program seems to be cached despite these changes; I had to cabal clean to get cabal to update it so that Build/SysConfig was written. This commit was sponsored by Jochen Bartl on Patreon. | ||
* | more lambda-case conversion | Joey Hess | 2017-12-05 |
| | |||
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | memoize construction of the Request -> Request function to apply the UrlOptions | Joey Hess | 2014-08-15 |
| | |||
* | add UrlOptions sum type | Joey Hess | 2014-02-24 |
| | |||
* | Send a git-annex user-agent when downloading urls. | Joey Hess | 2013-09-28 |
Overridable with --user-agent option. Not yet done for S3 or WebDAV due to limitations of libraries used -- nether allows a user-agent header to be specified. This commit sponsored by Michael Zehrer. |