3 patches for repository http://darcs.net/screened:
patch 51c62117bcae79860b77d5d7786387423d8fc91b
Author: Ben Franksen <ben.franksen@online.de>
Date: Tue Jun 22 18:19:34 CEST 2021
* remove support for downloading via curl
This includes the cabal flags 'curl' and pkgconfig'. It also removes the
--debug-http and --no-http-pipelining options, and replaces the combined
network option with remoteDarcs. The module Darcs.Util.Download.Request is
also removed, the only items that are still used are two data type
definitions which are now defined directly in Darcs.Util.Download.
patch b3f4a11b1a1167880ebf6d4f4a535954733a7656
Author: Ben Franksen <ben.franksen@online.de>
Date: Tue Jun 22 18:33:31 CEST 2021
* import ConnectionError unqualified
patch dde9988a72d1130eaf2f06ddbc6e755f8e4dc685
Author: Ben Franksen <ben.franksen@online.de>
Date: Wed Jun 23 10:26:07 CEST 2021
* remove type ConnectionError, remove Darcs.Util.Download
The data type was only used in checkCacheReachability and in a way that no
longer worked anyway. The remaining item in Darcs.Util.Download was the
Cachable data type wich is now defined in Darcs.Util.HTTP.
Attachments
|