[Git][haskell-team/package-plan][master] 2 commits: Update some ignored packages
Sven Bartscher (@kritzefitz)
gitlab at salsa.debian.org
Wed May 18 13:17:22 BST 2022
Sven Bartscher pushed to branch master at Debian Haskell Group / package-plan
Commits:
56a59ade by Sven Bartscher at 2022-05-18T12:29:54+02:00
Update some ignored packages
- - - - -
07e05129 by Sven Bartscher at 2022-05-18T13:40:43+02:00
Mark hgettext as pending removal
- - - - -
3 changed files:
- packages.txt
- + patches/phybin/0.3/series
- + patches/phybin/0.3/unconstraint-text-dependency.patch
Changes:
=====================================
packages.txt
=====================================
@@ -423,11 +423,11 @@ here 1.2.13
heredoc 0.2.0.0
heterocephalus 1.0.5.4
hex 0.1.2
-hgettext 0.1.31.0
+hgettext 0.1.31.0 ignore # https://bugs.debian.org/1011208
hierarchical-clustering 0.4.7
hi-file-parser 0.1.0.0
highlighting-kate 0.6.4 -f+pcre-light ignore # https://bugs.debian.org/963737
-hindent 5.3.1 ignore # https://bugs.debian.org/963687
+hindent 5.3.1
hinotify 0.4.1
hint 0.9.0.3 notest
hjsmin 0.2.0.4
@@ -446,7 +446,6 @@ hOpenPGP 2.9.5 key
hopenpgp-tools 0.23.6 binary
hosc 0.17
hostname 1.0
-hothasktags 0.3.8 binary ignore # BROKEN: LTS 15.12: newer haskell-src-exts
hourglass 0.2.12
hpack 0.34.3
hs-bibutils 6.10.0.0
@@ -718,7 +717,7 @@ persistent 2.10.5.3
persistent-postgresql 2.10.1.2 notest # avoid dep on persistent-test
persistent-sqlite 2.10.6.2 notest # avoid dep on persistent-test
persistent-template 2.8.2.3
-phybin 0.3 binary ignore # BROKEN: LTS 12: via text (<0.12)
+phybin 0.3 binary
pid1 0.1.2.0
pipes 4.3.14
pipes-aeson 0.4.1.8
=====================================
patches/phybin/0.3/series
=====================================
@@ -0,0 +1 @@
+unconstraint-text-dependency.patch
=====================================
patches/phybin/0.3/unconstraint-text-dependency.patch
=====================================
@@ -0,0 +1,33 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Upate: Fri Dec 18 09:25:03 2015 +0100
+Description: allow later libghc-text versions
+
+--- a/phybin.cabal
++++ b/phybin.cabal
+@@ -75,7 +75,7 @@ Library
+ async, time,
+ filepath,
+ graphviz >= 2999.16,
+- text >= 0.11 && < 0.12,
++ text,
+ prettyclass, fgl,
+ HUnit, bytestring,
+ -- For bytestring.lazy support:
+@@ -101,7 +101,7 @@ Executable phybin
+ async, time,
+ filepath,
+ graphviz >= 2999.16,
+- text >= 0.11 && < 0.12,
++ text,
+ prettyclass, fgl,
+ HUnit, bytestring,
+ -- For bytestring.lazy support:
+@@ -129,7 +129,7 @@ Test-Suite test-phybin
+ async, time,
+ filepath,
+ graphviz >= 2999.16,
+- text >= 0.11 && < 0.12,
++ text,
+ prettyclass, fgl,
+ HUnit, bytestring,
+ parsec >= 3.1.0,
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/2ba44583aa1ae815f4a6bc91aee3cda540d0d7f7...07e05129ba6bda421a100edb88254e2477825ab9
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/2ba44583aa1ae815f4a6bc91aee3cda540d0d7f7...07e05129ba6bda421a100edb88254e2477825ab9
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/20220518/aa8752b5/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list