These are my planned patches for branch-2.14 leading up to a new release
2.14.4. The changes consist mostly of backports and patches that I could
pull w/o conflict from screened. The main goals: fix the test suite, fix the
quick-and-dirty MonadFail "fixes" that broke tests or are obviously
incorrect by inspection.
8 patches for repository http://darcs.net/releases/branch-2.14:
patch 68d2ba7bfe8b65168b2be95017ab5209521eccbd
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Apr 27 21:03:00 CEST 2020
* import shelly-1.7.1 as a new subdirectory
patch 241fee554ecef415e3c16e1147cf5c8d47b0af6b
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Apr 27 22:01:25 CEST 2020
* make shelly build w/o warning for all supported compilers
patch 9e9c1c5e2c6b23632605a5885d958b3cd3e20bb1
Author: Ben Franksen <ben.franksen@online.de>
Date: Tue Apr 28 08:54:21 CEST 2020
* replace runhaskell with runghc in tests/renames.sh
It seems runghc is better supported by ghc packagers than runhaskell. This
is not a complete solution, though. If cabal is used with
--with-compiler=/path/to/ghc, there is no guarantee that we have a runghc or
a runhaskell in the PATH.
patch 2d9cc480459cadd4917436d973d971a9b53fade4
Author: Ben Franksen <ben.franksen@online.de>
Date: Tue Apr 28 12:28:47 CEST 2020
* rollback most of the fail->error replacements
As I had suspected, this is semantically unsound. In fact many shell tests
were now broken. This backports the correct fixes from screened instead. All
tests pass now, at least on Linux.
patch d09a942fd27365388bde0da8e1757eef3d9118c6
Author: Ben Franksen <ben.franksen@online.de>
Date: Tue Apr 28 12:48:17 CEST 2020
* add release notes for 2.14.4
patch c01226ea46132adf6b94217115a3b6b9f5adf5f2
Author: Ben Franksen <ben.franksen@online.de>
Date: Tue Apr 28 12:48:48 CEST 2020
* bump version to 2.14.4
patch 084e35c8083dc0fbbeb28c9a41f383c78c101a0d
Author: Ben Franksen <ben.franksen@online.de>
Date: Tue Apr 28 16:22:42 CEST 2020
* bump shelly version to 1.7.1.1 to avoid conflict with official version
patch 8b998301a03c7930d61fc16bd57e756b9dae33a4
Author: Ben Franksen <ben.franksen@online.de>
Date: Tue Apr 28 18:17:32 CEST 2020
tagged 2.14.4
Attachments
|