- 06 Sep, 2022 3 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
- 02 Aug, 2022 4 commits
-
-
Scott Talbert authored
-
Scott Talbert authored
-
Scott Talbert authored
-
Scott Talbert authored
This used to happen in Dh_Haskell.sh before the Perl port. This should fix a large number of packages being reported as FTBFS on the reproducible status.
-
- 29 Jul, 2022 1 commit
-
-
Scott Talbert authored
Previously run() was capturing the output until the command completed. For very long builds, this could make it appear to the buildd that the build was hung.
-
- 21 Jul, 2022 1 commit
-
-
Ilias Tsitsimpis authored
This caused tests to not being run.
-
- 20 Jul, 2022 1 commit
-
-
Ilias Tsitsimpis authored
This should fix #1011762, bug#1011767, #1011764, #1011834, #1011873,
-
- 04 Jul, 2022 1 commit
-
-
Ilias Tsitsimpis authored
The CABAL_PACKAGE environment variable holds the Debianized name of the Haskell package (e.g., for the X11-xft Haskell package, CABAL_PACKAGE will be 'x11-xft'). This means that ${CABAL_PACKAGE}.cabal may not exist. Try glob("*.cabal") instead.
-
- 01 Jul, 2022 1 commit
-
-
Ilias Tsitsimpis authored
Fix a bug in the code that modifies the timestamps for files with incorrect ones.
-
- 20 Jun, 2022 2 commits
-
-
Scott Talbert authored
-
Scott Talbert authored
The grep/sed method didn't work for some .cabal files, so just use Haskell which will necessarily know how to parse it's own files. This will be a bit slower, but probably not enough to care too much.
-
- 07 Jun, 2022 1 commit
-
-
Scott Talbert authored
-
- 03 Jun, 2022 1 commit
-
-
Scott Talbert authored
This reverts commit 3061a1b8. It broke haddock installation.
-
- 01 Jun, 2022 2 commits
-
-
Scott Talbert authored
-
Scott Talbert authored
bug#1011767, #1011764, #1011834, #1011873, #1011877, #1011915, #1011860, bug#1011855, #1011910, #1011896)
-
- 23 May, 2022 2 commits
-
-
Scott Talbert authored
-
Scott Talbert authored
Evidently, haddock wipes out some of the files created by the build recipe (specifically at least the in-place registration files in dist-ghc/package.conf.inplace), so move it before build.
-
- 17 May, 2022 4 commits
-
-
Scott Talbert authored
-
Scott Talbert authored
-
Scott Talbert authored
-
Scott Talbert authored
Replace the broken shell expansion with calls to Text::ParseWords::shellwords() which seems to be the Perl way of parsing command line arguments into an array.
-
- 27 Apr, 2022 2 commits
-
-
Scott Talbert authored
-
Scott Talbert authored
When a GHC package uses internal or convenience libraries, package registration will generate a directory (containing multiple files) instead of a single file. In this case, only install/parse the *first* file in the directory as this should contain the public library and we don't install/parse the internal library files.
-
- 26 Apr, 2022 1 commit
-
-
Scott Talbert authored
-
- 25 Apr, 2022 1 commit
-
-
Felix Lechner authored
Other commands have been envisioned, but so far the sole dot is the only one.
-
- 24 Apr, 2022 2 commits
-
-
Felix Lechner authored
-
Felix Lechner authored
This bug was introduced in commit 9389c725 when the author overlooked the second 'sed' expression on this line: https://salsa.debian.org/haskell-team/haskell-devscripts/-/blob/f1728c583936c8dd77059fdf74e7276ca8d2a178/dh_haskell_blurbs#L97 The fix was verified with the haskell-exceptions sources mentioned in the bug report. Thanks to Scott Talbert for bringing the matter to our attention!
-
- 21 Apr, 2022 6 commits
-
-
Felix Lechner authored
Thanks to David Fox for bringing the matter to our attention, and for the fix as well!
-
Felix Lechner authored
-
Felix Lechner authored
Fix tested with haskell-yaml_0.11.4.0-1. Thanks to Scott Talbert for bringing this matter to our attention!
-
Felix Lechner authored
Fix tested with haskell-attoparsec_0.13.2.4-2. Thanks to Scott Talbert for bringing this matter to our attention!
-
Felix Lechner authored
-
Felix Lechner authored
Hopefully we got all of them. Thanks to Scott Talbert for bringing the matter to our attention!
-
- 16 Apr, 2022 3 commits
-
-
Felix Lechner authored
-
Felix Lechner authored
-
Felix Lechner authored
-
- 15 Apr, 2022 1 commit
-
-
Felix Lechner authored
-