[Git][haskell-team/DHG_packages][master] Fix FTBFS on futhark due to missing build deps
Kari Pahula (@kaol)
gitlab at salsa.debian.org
Fri Aug 22 18:17:22 BST 2025
Kari Pahula pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
abc33775 by Kari Pahula at 2025-08-22T20:13:39+03:00
Fix FTBFS on futhark due to missing build deps
- - - - -
2 changed files:
- p/haskell-futhark/debian/changelog
- p/haskell-futhark/debian/control
Changes:
=====================================
p/haskell-futhark/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-futhark (0.25.32-2) unstable; urgency=medium
+
+ * Add missing build-deps libghc-tasty-{dev,prof},
+ libghc-tasty-hunit-{dev,prof} and libghc-tasty-quickcheck-{dev,prof}.
+
+ -- Kari Pahula <kaol at debian.org> Fri, 22 Aug 2025 20:12:40 +0300
+
haskell-futhark (0.25.32-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-futhark/debian/control
=====================================
@@ -83,6 +83,12 @@ Build-Depends: debhelper (>= 10),
libghc-srcloc-prof,
libghc-statistics-dev,
libghc-statistics-prof,
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-hunit-prof,
+ libghc-tasty-quickcheck-dev,
+ libghc-tasty-quickcheck-prof,
libghc-temporary-dev,
libghc-temporary-prof,
libghc-terminal-size-dev (>= 0.3),
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/abc337754938ad2fadd23700c596c145c9d9fc70
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/abc337754938ad2fadd23700c596c145c9d9fc70
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20250822/820544c6/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list