darcs

Patch 1999 fix manpage generation in Setup.hs and clean up imports

Title fix manpage generation in Setup.hs and clean up imports
Superseder Nosy List bfrk
Related Issues
Status accepted Assigned To
Milestone

Created on 2020-02-21.18:57:31 by bfrk, last changed 2020-06-20.08:47:51 by bfrk.

Files
File name Status Uploaded Type Edit Remove
fix-manpage-generation-in-setup_hs-and-clean-up-imports.dpatch bfrk, 2020-02-21.18:57:31 application/x-darcs-patch
patch-preview.txt bfrk, 2020-02-21.18:57:31 text/x-darcs-patch
unnamed bfrk, 2020-02-21.18:57:31 text/plain
See mailing list archives for discussion on individual patches.
Messages
msg21870 (view) Author: bfrk Date: 2020-02-21.18:57:31
This fixes Setup.hs so that building just the library with cabal doesn't
fail, which is necessary for darcs to be used as a cabal subproject e.g.
when builing darcsden. The fix is simply to check whether the files we
expect are actually there when building or installing the manpage and
otherwise do nothing. Previous attempts (by me) to find out which targets
are actually being built using the Cabal library don't work and have been
removed.

1 patch for repository http://darcs.net/screened:

patch 592492b6b0ca524cf154ede4fcb0b902eb596ad0
Author: Ben Franksen <ben.franksen@online.de>
Date:   Wed Feb 12 12:58:10 CET 2020
  * fix manpage generation in Setup.hs and clean up imports
Attachments
msg21937 (view) Author: ganesh Date: 2020-02-27.21:31:31
Fine with me, I haven't tested it apart from having been using screened, 
but I don't expect any Windows-specific problems.
History
Date User Action Args
2020-02-21 18:57:31bfrkcreate
2020-02-21 18:58:00bfrksetstatus: needs-screening -> needs-review
2020-02-27 21:31:32ganeshsetstatus: needs-review -> accepted-pending-tests
messages: + msg21937
2020-06-20 08:47:51bfrksetstatus: accepted-pending-tests -> accepted