[Git][haskell-team/package-plan][master] Re-enable mueval

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Oct 6 13:21:51 BST 2024



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


Commits:
ff7e880a by Ilias Tsitsimpis at 2024-10-06T15:19:11+03:00
Re-enable mueval

- - - - -


3 changed files:

- packages.txt
- + patches/mueval/0.9.4/newer-deps-non-hackage
- + patches/mueval/0.9.4/series


Changes:

=====================================
packages.txt
=====================================
@@ -386,7 +386,7 @@ graphviz 2999.20.2.0 notest
 gridtables 0.1.0.0
 groups 0.5.3
 gsasl 0.4.0 obsolete # https://bugs.debian.org/1081386
-gtk 0.15.9
+gtk 0.15.9 # obsolete https://bugs.debian.org/967520
 gtk2hs-buildtools 0.13.11.0 binary
 gtk3 0.15.9
 gtk-sni-tray 0.1.8.1
@@ -574,7 +574,7 @@ knob 0.2.2
 kvitable 1.0.3.0 notest
 lambdabot 5.3.1.2 binary key ignore # depends on lambdabot-haskell-plugins, lambdabot-novelty-plugins
 lambdabot-core 5.3.1.2
-lambdabot-haskell-plugins 5.3.1.2 ignore # depends on mueval
+lambdabot-haskell-plugins 5.3.1.2
 lambdabot-irc-plugins 5.3.1.2
 lambdabot-misc-plugins 5.3.1.2
 lambdabot-novelty-plugins 5.3.1.2 ignore # depends on misfortune
@@ -676,7 +676,7 @@ mono-traversable-instances 0.1.1.0
 mountpoints 1.0.2
 mtl-compat 0.2.2 avoid
 mtlparse 0.1.4.0 obsolete # https://bugs.debian.org/1082535
-mueval 0.9.4 key ignore # Cabal (>=3.8.1.0 && <3.9)
+mueval 0.9.4 key
 multimap 1.2.1
 multipart 0.2.1
 multiset-comb 0.2.4.2
@@ -1174,7 +1174,7 @@ yesod-static 1.6.1.0
 yesod-test 1.6.16
 yi 0.19.0 binary key -f+vty -f+pango
 yi-core 0.19.3
-yi-frontend-pango 0.19.1 # ignore https://bugs.debian.org/967521
+yi-frontend-pango 0.19.1 # obsolete https://bugs.debian.org/967521
 yi-frontend-vty 0.19.0
 yi-keymap-emacs 0.19.0
 yi-keymap-vim 0.19.0


=====================================
patches/mueval/0.9.4/newer-deps-non-hackage
=====================================
@@ -0,0 +1,72 @@
+Index: b/mueval.cabal
+===================================================================
+--- a/mueval.cabal
++++ b/mueval.cabal
+@@ -41,7 +41,7 @@ library
+         -static
+ 
+     build-depends:
+-        Cabal >=3.8.1.0 && <3.9,
++        Cabal >=3.8.1.0,
+         QuickCheck >=2.14.3 && <2.16,
+         base >=4.5 && <5,
+         containers >=0.6.7 && <0.7,
+@@ -49,11 +49,11 @@ library
+         extensible-exceptions >=0.1.1.4 && <0.2,
+         filepath >=1.4.2.2 && <1.5,
+         hint >=0.9.0.7 && <0.10,
+-        mtl >=2.2.2 && <2.3,
++        mtl >=2.2.2,
+         process >=1.6.16.0 && <1.7,
+         show >=0.6 && <0.7,
+         simple-reflect >=0.3.3 && <0.4,
+-        unix >=2.7.3 && <2.8
++        unix >=2.7.3
+ 
+ executable mueval
+     main-is:          Main.hs
+@@ -67,7 +67,7 @@ executable mueval
+         -static -threaded -rtsopts -with-rtsopts=-N
+ 
+     build-depends:
+-        Cabal >=3.8.1.0 && <3.9,
++        Cabal >=3.8.1.0,
+         QuickCheck >=2.14.3 && <2.16,
+         base >=4.5 && <5,
+         containers >=0.6.7 && <0.7,
+@@ -75,12 +75,12 @@ executable mueval
+         extensible-exceptions >=0.1.1.4 && <0.2,
+         filepath >=1.4.2.2 && <1.5,
+         hint >=0.9.0.7 && <0.10,
+-        mtl >=2.2.2 && <2.3,
++        mtl >=2.2.2,
+         mueval,
+         process >=1.6.16.0 && <1.7,
+         show >=0.6 && <0.7,
+         simple-reflect >=0.3.3 && <0.4,
+-        unix >=2.7.3 && <2.8
++        unix >=2.7.3
+ 
+ test-suite mueval-test
+     type:             exitcode-stdio-1.0
+@@ -95,7 +95,7 @@ test-suite mueval-test
+         -static -threaded -rtsopts -with-rtsopts=-N
+ 
+     build-depends:
+-        Cabal >=3.8.1.0 && <3.9,
++        Cabal >=3.8.1.0,
+         QuickCheck >=2.14.3 && <2.16,
+         base >=4.5 && <5,
+         containers >=0.6.7 && <0.7,
+@@ -103,9 +103,9 @@ test-suite mueval-test
+         extensible-exceptions >=0.1.1.4 && <0.2,
+         filepath >=1.4.2.2 && <1.5,
+         hint >=0.9.0.7 && <0.10,
+-        mtl >=2.2.2 && <2.3,
++        mtl >=2.2.2,
+         mueval,
+         process >=1.6.16.0 && <1.7,
+         show >=0.6 && <0.7,
+         simple-reflect >=0.3.3 && <0.4,
+-        unix >=2.7.3 && <2.8
++        unix >=2.7.3


=====================================
patches/mueval/0.9.4/series
=====================================
@@ -0,0 +1 @@
+newer-deps-non-hackage



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/ff7e880ab145da7e5c333596a939a253abd55878
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/20241006/6b144db0/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list