[Git][haskell-team/package-plan][master] Ignore packages that seem unmaintained

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Jul 3 12:29:52 BST 2022



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


Commits:
b1959ac2 by Ilias Tsitsimpis at 2022-07-03T14:29:35+03:00
Ignore packages that seem unmaintained

- - - - -


2 changed files:

- packages.txt
- test-packages.pl


Changes:

=====================================
packages.txt
=====================================
@@ -331,7 +331,7 @@ ghc-events 0.17.0.3
 ghc-exactprint 0.6.4
 ghc-lib-parser 9.0.2.20211226
 ghc-lib-parser-ex 9.0.0.6
-ghc-mtl 1.2.1.0
+ghc-mtl 1.2.1.0 ignore # unmaintained
 ghc-paths 0.1.0.12
 ghc-tcplugins-extra 0.4.2
 ghc-typelits-extra 0.4.3
@@ -395,10 +395,10 @@ harp 0.4.3.5
 hashable 1.3.5.0
 hashable-extras 0.2.3 avoid
 hashable-time 0.3
-hashmap 1.3.3
+hashmap 1.3.3 ignore # Deprecated in favor of unordered-containers
 hashtables 1.2.4.2
 haskeline 0.8.2
-HaskellForMaths 0.4.9
+HaskellForMaths 0.4.9 ignore # BROKEN: LTS 19
 haskell-gi 0.26.0
 haskell-gi-base 0.26.0
 haskell-gi-overloading 1.0 avoid # Empty package
@@ -451,7 +451,7 @@ hostname 1.0
 hourglass 0.2.12
 hpack 0.34.7
 hs-bibutils 6.10.0.0
-hscolour 1.24.4
+hscolour 1.24.4 ignore # unmaintained
 hsemail 2.2.1
 HSH 2.1.3 key # dependency of twidge
 hsini 0.5.1.2
@@ -485,7 +485,7 @@ hsx-jmacro 7.3.8.2
 HsYAML 0.2.1.1 notest
 HsYAML-aeson 0.2.0.1
 hsyslog 5.0.2
-html 1.0.1.2
+html 1.0.1.2 ignore # unmaintained
 html-conduit 1.3.2.2
 http2 3.0.3
 HTTP 4000.3.16 notest
@@ -643,7 +643,7 @@ monad-par-extras 0.3.3
 MonadPrompt 1.0.0.5
 MonadRandom 0.5.3
 monads-tf 0.1.0.3
-monad-unlift 0.2.0
+monad-unlift 0.2.0 ignore # Deprecated in favor of unliftio-core, unliftio, rio
 monoid-extras 0.6.1
 monoid-subclasses 1.1.3
 mono-traversable 1.0.15.3
@@ -727,7 +727,7 @@ path-io 1.7.0
 path-pieces 0.2.1
 patience 0.3
 pcap 0.4.5.2
-pcre-light 0.4.1.0
+pcre-light 0.4.1.0 ignore # depends on obsolete libpcre3-dev
 pem 0.2.4
 persistable-record 0.6.0.5
 persistable-types-HDBC-pg 0.0.3.5
@@ -809,7 +809,7 @@ regex-applicative 0.3.4
 regex-applicative-text 0.1.0.1
 regex-base 0.94.0.2
 regex-compat 0.95.2.1
-regex-compat-tdfa 0.95.1.4
+regex-compat-tdfa 0.95.1.4 ignore # unmaintained
 regex-pcre 0.95.0.0 key # dependency of ganeti, mediawiki2latex
 regex-pcre-builtin 0.95.2.3.8.44 avoid
 regex-posix 0.96.0.1


=====================================
test-packages.pl
=====================================
@@ -93,6 +93,7 @@ while (<LTS>) {
      next if /^#/;
      next if /^--/;
      next if /^\s*$/;
+     next if /^with-compiler:/;
      next if /installed,?$/;
      unless (m/^(?:constraints:)?\s+(.*?) ==(.*?),?$/) {
              print "Ignoring unparseable line $.: $_\n";



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/b1959ac2205b7531b17bffb1c36479b6db47fd07
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/20220703/96ff38ac/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list