add libghc-unbounded-delays-dev to debian/control deps

This commit is contained in:
Joey Hess 2025-09-29 11:11:20 -04:00
commit b13b1d48b2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 16 additions and 0 deletions

1
debian/control vendored
View file

@ -75,6 +75,7 @@ Build-Depends:
libghc-optparse-applicative-dev (>= 0.11.0), libghc-optparse-applicative-dev (>= 0.11.0),
libghc-torrent-dev, libghc-torrent-dev,
libghc-concurrent-output-dev, libghc-concurrent-output-dev,
libghc-unbounded-delays-dev,
libghc-disk-free-space-dev, libghc-disk-free-space-dev,
libghc-mountpoints-dev, libghc-mountpoints-dev,
libghc-magic-dev, libghc-magic-dev,

View file

@ -11,3 +11,5 @@ unbounded-delays
``` ```
oddly we still built fine I believe for the http://github.com/datalad/git-annex where we also do not have that one I think oddly we still built fine I believe for the http://github.com/datalad/git-annex where we also do not have that one I think
> [[fixed|done]] presumably --[[Joey]]

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2025-09-29T15:07:41Z"
content="""
git-annex has a dependency on unbounded-delays, listed in git-annex.cabal.
Noting has changed here since 2024 when it stopped vendoring part of that
library and added the dependency.
I do see that the debian/control shipped with git-annex was missing that
dep, I've added it and I *guess* that will fix your problem
"""]]