diff --git a/debian/control b/debian/control index 3ae6084609..a6911a9724 100644 --- a/debian/control +++ b/debian/control @@ -75,6 +75,7 @@ Build-Depends: libghc-optparse-applicative-dev (>= 0.11.0), libghc-torrent-dev, libghc-concurrent-output-dev, + libghc-unbounded-delays-dev, libghc-disk-free-space-dev, libghc-mountpoints-dev, libghc-magic-dev, diff --git a/doc/bugs/FTBFS__58___needs_build-dep_libghc-unbounded-delays-dev.mdwn b/doc/bugs/FTBFS__58___needs_build-dep_libghc-unbounded-delays-dev.mdwn index f0e3c7b47c..e032d72f17 100644 --- a/doc/bugs/FTBFS__58___needs_build-dep_libghc-unbounded-delays-dev.mdwn +++ b/doc/bugs/FTBFS__58___needs_build-dep_libghc-unbounded-delays-dev.mdwn @@ -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 + +> [[fixed|done]] presumably --[[Joey]] diff --git a/doc/bugs/FTBFS__58___needs_build-dep_libghc-unbounded-delays-dev/comment_1_2415e9fc5ff3a66bacc039f5476dc013._comment b/doc/bugs/FTBFS__58___needs_build-dep_libghc-unbounded-delays-dev/comment_1_2415e9fc5ff3a66bacc039f5476dc013._comment new file mode 100644 index 0000000000..b670ce5a25 --- /dev/null +++ b/doc/bugs/FTBFS__58___needs_build-dep_libghc-unbounded-delays-dev/comment_1_2415e9fc5ff3a66bacc039f5476dc013._comment @@ -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 +"""]]