2 patches for repository http://darcs.net/screened:
patch 806ecb15cd287fdc573fcc39eb03fdef397e9a9e
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Aug 24 07:35:26 CEST 2020
* adapt src/hscurl.hs to cabal-3.x
patch 57fa8b90970bd5ca71d8d3cb293ed2d77d0ff14c
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Aug 24 07:55:49 CEST 2020
* remove work-around for issue1824
The underlying bug in ghc has been fixed a long time ago. Besides, the macro
is no longer passed via command line but instead by including cabal_macros.h.
Amended patch description; I hadn't realized that we have an issue
associated with the bug report.
2 patches for repository http://darcs.net/screened:
patch 7ae9e49d92c88d4dcc94753ed2b5f478ac17a51e
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Aug 24 07:35:26 CEST 2020
* resolve issue2655: PACKAGE_VERSION is not defined
This happens only if darcs is build with the -fcurl flag. The patch adapts
src/hscurl.hs to use CURRENT_PACKAGE_VERSION and include the definition from
"cabal_macros.h".
patch 1c0c6788eb538e7112a655a97901e61261af300d
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Aug 24 07:55:49 CEST 2020
* remove work-around for issue1824
The underlying bug in ghc has been fixed a long time ago. Besides, the macro
is no longer passed via command line but instead by including cabal_macros.h.