[Git][haskell-team/package-plan][master] Fix package plan
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Mon Feb 21 15:23:16 GMT 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / package-plan
Commits:
e142c190 by Ilias Tsitsimpis at 2022-02-21T17:20:08+02:00
Fix package plan
- - - - -
2 changed files:
- packages.txt
- patches/equivalence/0.3.5/drop-fail-dep.patch
Changes:
=====================================
packages.txt
=====================================
@@ -93,7 +93,7 @@ bytestring-progress 1.4
bytestring-to-vector 0.3.0.1
bz2 1.0.0.1
bzlib 0.5.1.0
-c2hs 0.28.7 binary notest
+c2hs 0.28.8 binary notest ahead
cabal-debian 5.0.3 binary -f-local-debian key
cabal-doctest 1.0.8
cabal-install 3.0.1.0 binary -f-lukko key
@@ -343,7 +343,7 @@ gi-gtk-hs 0.3.9 ahead
gi-harfbuzz 0.0.3
gio 0.13.8.1
gi-pango 1.0.23 ahead
-git-annex 8.20210903 binary key -f-ConcurrentOutput
+git-annex 8.20211123 binary key -f-ConcurrentOutput
githash 0.1.5.0
github 0.23
github-backup 1.20200721 binary key
@@ -466,7 +466,7 @@ hspec-wai 0.10.1
HStringTemplate 0.8.7
hsx2hs 0.14.1.8
hsx-jmacro 7.3.8.1
-HsYAML 0.2.1.0
+HsYAML 0.2.1.0 notest
HsYAML-aeson 0.2.0.0
hsyslog 5.0.2
html 1.0.1.2
@@ -546,7 +546,7 @@ lambdabot-reference-plugins 5.3
lambdabot-social-plugins 5.3
lambdabot-trusted 5.3
LambdaHack 0.9.5.0
-language-c 0.8.3
+language-c 0.9.0.1 ahead
language-haskell-extract 0.2.4
language-javascript 0.7.1.0
language-python 0.5.8
@@ -598,8 +598,8 @@ mime 0.4.0.2
mime-mail 0.5.0
mime-mail-ses 0.4.3
mime-types 0.1.0.9
-minimorph 0.3.0.0
-miniutter 0.5.1.1
+minimorph 0.3.0.0 ahead
+miniutter 0.5.1.1 ahead
mintty 0.1.2 avoid # useless on non-Windows systems
misfortune 0.1.1.2
MissingH 1.4.3.0 notest
@@ -822,7 +822,7 @@ scientific 0.3.6.2 notest
scotty 0.11.6
SDL 0.6.7.0 key # dependency of raincat
sdl2 2.5.3.0
-sdl2-ttf 2.1.2
+sdl2-ttf 2.1.1
SDL-gfx 0.7.0.0 key # we have the rest, so why not this
SDL-image 0.6.2.0 key # dependency of raincat
SDL-mixer 0.6.3.0 key # dependency of raincat
@@ -907,7 +907,7 @@ stringsearch 0.3.6.6
structured 0.1
stylish-haskell 0.12.2.0 binary=stylish-haskell ahead
svg-builder 0.1.1
-swish 0.10.0.5 key notest ahead
+swish 0.10.1.0 key notest ahead
syb 0.7.1
syb-with-class 0.6.1.13
system-fileio 0.3.16.4 notest # BROKEN: newer chell
@@ -1081,7 +1081,7 @@ x509-system 1.6.6
x509-util 1.6.5 binary key
x509-validation 1.6.11
xcb-types 0.10.0
-xcffib 0.9.0 binary=python3-xcffib key
+xcffib 0.11.1 binary=python3-xcffib key
xdg-basedir 0.2.2
xdg-desktop-entry 0.1.1.1
xml 1.3.14
=====================================
patches/equivalence/0.3.5/drop-fail-dep.patch
=====================================
@@ -1,15 +1,17 @@
+Index: b/equivalence.cabal
+===================================================================
--- a/equivalence.cabal
+++ b/equivalence.cabal
-@@ -34,7 +34,7 @@
+@@ -35,7 +35,7 @@ Test-Suite test
Other-Modules: Data.Equivalence.Monad_Test,Data.Equivalence.Monad, Data.Equivalence.STT
hs-source-dirs: src testsuite/tests
- Build-Depends: base >= 4, template-haskell, containers, mtl >= 2.0.1, QuickCheck >= 2,
+ Build-Depends: base >= 4, template-haskell, containers, mtl >= 2.2.1 && < 2.3, QuickCheck >= 2,
- STMonadTrans >= 0.4.3, transformers >= 0.2, transformers-compat >= 0.3, fail
+ STMonadTrans >= 0.4.3, transformers >= 0.2, transformers-compat >= 0.3
Library
Build-Depends:
-@@ -44,4 +44,3 @@
+@@ -45,4 +45,3 @@ Library
Data.Equivalence.STT,
Data.Equivalence.Monad
Hs-Source-Dirs: src
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/e142c190d9cf046673f813825c70a5c5764ab1c4
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/e142c190d9cf046673f813825c70a5c5764ab1c4
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/20220221/fa52e9f9/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list