[Git][haskell-team/package-plan][master] Re-enable Allure and LambdaHack

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Thu Aug 11 09:14:37 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / package-plan


Commits:
bd70ea91 by Ilias Tsitsimpis at 2022-08-11T11:12:00+03:00
Re-enable Allure and LambdaHack

- - - - -


2 changed files:

- packages.txt
- test-packages.pl


Changes:

=====================================
packages.txt
=====================================
@@ -11,7 +11,7 @@ aeson-pretty 0.8.9
 aeson-qq 0.8.4
 Agda 2.6.2.2 key
 alex 3.2.7.1 binary key
-Allure 0.11.0.0 binary=allure ignore # update requires new packages
+Allure 0.11.0.0 binary=allure
 alsa-core 0.5.0.1
 alsa-mixer 0.3.0
 annotated-wl-pprint 0.7.0
@@ -66,7 +66,7 @@ blaze-html 0.9.1.2
 blaze-markup 0.8.2.8
 blaze-svg 0.3.6.1
 blaze-textual 0.2.2.1 notest
-BlogLiterately 0.8.8 ignore # depends on citeproc
+BlogLiterately 0.8.8 ignore # depends on highlighting-kate
 bloomfilter 2.0.1.0
 bmp 1.2.6.3
 BNFC 2.9.4 binary=bnfc
@@ -167,7 +167,7 @@ copilot-core 3.10
 cpphs 1.20.9.1
 cprng-aes 0.6.1
 cpu 0.1.2
-crackNum 3.2 ignore
+crackNum 3.2 ignore # doesn't ship a library any more
 criterion 1.5.13.0
 criterion-measurement 0.1.3.0
 crypto-api 0.13.3
@@ -371,7 +371,7 @@ gitrev 1.3.1
 gi-vte 2.91.29
 gi-xlib 2.0.11
 glib 0.13.8.2
-glirc 2.38 binary key ignore # broken LTS 19
+glirc 2.39.0.1 binary key ignore # requires newer vty
 Glob 0.10.2
 gloss 1.13.2.1 key
 gloss-rendering 1.13.1.1
@@ -572,7 +572,7 @@ lambdabot-novelty-plugins 5.3.0.2 ignore
 lambdabot-reference-plugins 5.3.0.2 ignore
 lambdabot-social-plugins 5.3.0.2 ignore
 lambdabot-trusted 5.3.0.2 ignore
-LambdaHack 0.11.0.0 ignore # update requires new packages
+LambdaHack 0.11.0.0
 language-c 0.9.1
 language-c99 0.1.3
 language-c99-simple 0.1.2


=====================================
test-packages.pl
=====================================
@@ -178,6 +178,8 @@ for my $pkg (sort keys %packages) {
 		$stats{REMOVED}++;
 	} elsif ($avoid{$pkg}) {
 		# do nothing
+	} elsif ($ignored{$pkg}) {
+		# do nothing
 	} elsif (! exists($versions{$pkg})) {
 		printf "MISSING:  %s %s\n" ,
 			$pkg, $available{$pkg};



View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/bd70ea9165ca0f413881e7622751f84ff3eb850d

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/bd70ea9165ca0f413881e7622751f84ff3eb850d
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/20220811/09fe4302/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list