[Git][haskell-team/package-plan][master] Re-enable packages that are on testing

Ilias Tsitsimpis gitlab at salsa.debian.org
Sun Nov 22 17:08:23 GMT 2020



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


Commits:
c9b737b5 by Ilias Tsitsimpis at 2020-11-22T19:03:53+02:00
Re-enable packages that are on testing

- - - - -


5 changed files:

- packages.txt
- + patches/reactive-banana/1.2.1.0/newer-deps
- + patches/reactive-banana/1.2.1.0/series
- + patches/snap-templates/1.0.0.2/newer-deps
- + patches/snap-templates/1.0.0.2/series


Changes:

=====================================
packages.txt
=====================================
@@ -782,7 +782,7 @@ random-source 0.3.0.8
 rank2classes 1.3.2.1
 rate-limit 1.4.2
 raw-strings-qq 1.1
-reactive-banana 1.2.1.0 key ignore # BROKEN: LTS 15.12: newer hashable
+reactive-banana 1.2.1.0 key
 readable 0.3.1
 ReadArgs 1.2.3 notest
 readline 1.0.3.0
@@ -885,7 +885,7 @@ smtp-mail 0.3.0.0
 snap 1.1.3.0
 snap-core 1.0.4.2
 snap-server 1.1.1.2
-snap-templates 1.0.0.2 binary ignore # BROKEN LTS 15 via hashable
+snap-templates 1.0.0.2 binary
 soap 0.2.3.6
 soap-tls 0.1.1.4
 sockaddr 0.0.0
@@ -1009,9 +1009,9 @@ transformers-compat 0.6.5
 tree-monad 0.3.1
 trifecta 2.1
 tuple 0.3.0.2
-twitter-conduit 0.5.0 ignore # unused library
-twitter-types 0.10.1 ignore # unused library
-twitter-types-lens 0.10.0 ignore # unused library
+twitter-conduit 0.5.0
+twitter-types 0.10.1
+twitter-types-lens 0.10.0
 typed-process 0.2.6.0
 type-equality 1
 type-errors 0.2.0.0 notest # Tests require doctest >=0.16.0.1
@@ -1032,7 +1032,7 @@ unliftio 0.2.13
 unliftio-core 0.1.2.0
 unordered-containers 0.2.10.0
 unsafe 0.0
-uri 0.1.6.4 ignore # REMOVE ??
+uri 0.1.6.4
 uri-bytestring 0.3.2.2
 uri-bytestring-aeson 0.1.0.8
 uri-encode 1.5.0.6
@@ -1080,7 +1080,7 @@ web-routes-hsp 0.24.6.1 key
 web-routes-th 0.22.6.6 key
 websockets 0.12.7.1
 weigh 0.0.16
-werewolf 1.5.2.0 ignore # BROKEN LTS 15, also seems unmaintained
+werewolf 1.5.2.0 ignore # https://bugs.debian.org/975464
 with-location 0.1.0
 wizards 1.0.3
 wl-pprint-annotated 0.1.0.1


=====================================
patches/reactive-banana/1.2.1.0/newer-deps
=====================================
@@ -0,0 +1,17 @@
+--- a/reactive-banana.cabal
++++ b/reactive-banana.cabal
+@@ -44,12 +44,12 @@
+     hs-source-dirs:     src
+ 
+     build-depends:      base >= 4.2 && < 5,
+-                        semigroups >= 0.13 && < 0.19,
++                        semigroups >= 0.13 && < 0.20,
+                         containers >= 0.5 && < 0.7,
+                         transformers >= 0.2 && < 0.6,
+                         vault == 0.3.*,
+                         unordered-containers >= 0.2.1.0 && < 0.3,
+-                        hashable >= 1.1 && < 1.3,
++                        hashable >= 1.1 && < 1.4,
+                         pqueue >= 1.0 && < 1.5
+ 
+     exposed-modules:


=====================================
patches/reactive-banana/1.2.1.0/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
patches/snap-templates/1.0.0.2/newer-deps
=====================================
@@ -0,0 +1,17 @@
+Index: b/snap-templates.cabal
+===================================================================
+--- a/snap-templates.cabal
++++ b/snap-templates.cabal
+@@ -74,10 +74,10 @@ Executable snap
+     directory-tree      >= 0.11    && < 0.13,
+     filepath            >= 1.1     && < 1.5,
+     -- Blacklist bad versions of hashable
+-    hashable            (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),
++    hashable            (>= 1.1 && < 1.2) || (>= 1.2.0.6),
+     old-time            >= 1.0     && < 1.2,
+ --    snap-server         >= 1.0     && < 1.1,
+-    template-haskell    >= 2.2     && < 2.15,
++    template-haskell    >= 2.2,
+     text                >= 0.11    && < 1.3
+ 
+   extensions:


=====================================
patches/snap-templates/1.0.0.2/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/c9b737b598553bb0123db1048d27da90b70235be
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/20201122/274fac5d/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list