[Git][haskell-team/DHG_packages][master] 5 commits: parameterized-utils: Upgrading from 2.1.5.0 to 2.1.7.0

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Oct 6 19:58:11 BST 2023



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
28b46573 by Ilias Tsitsimpis at 2023-10-06T21:30:20+03:00
parameterized-utils: Upgrading from 2.1.5.0 to 2.1.7.0

- - - - -
8a5b5198 by Ilias Tsitsimpis at 2023-10-06T21:30:20+03:00
path-io: Upgrading from 1.7.0 to 1.8.1

- - - - -
c1041977 by Ilias Tsitsimpis at 2023-10-06T21:30:20+03:00
rio-prettyprint: Upgrading from 0.1.1.0 to 0.1.4.0

- - - - -
f7eadf5e by Ilias Tsitsimpis at 2023-10-06T21:56:42+03:00
servant: Upgrading from 0.19 to 0.19.1

- - - - -
be78d51c by Ilias Tsitsimpis at 2023-10-06T21:56:42+03:00
snap-server: Upgrading from 1.1.2.0 to 1.1.2.1

- - - - -


16 changed files:

- p/haskell-parameterized-utils/debian/changelog
- p/haskell-parameterized-utils/debian/control
- p/haskell-path-io/debian/changelog
- p/haskell-path-io/debian/control
- p/haskell-rio-prettyprint/debian/changelog
- p/haskell-rio-prettyprint/debian/control
- p/haskell-servant/debian/changelog
- p/haskell-servant/debian/control
- + p/haskell-servant/debian/patches/newer-hspec
- + p/haskell-servant/debian/patches/series
- p/haskell-servant/debian/rules
- p/haskell-snap-server/debian/changelog
- p/haskell-snap-server/debian/control
- p/haskell-snap-server/debian/patches/newer-deps
- p/haskell-snap-server/debian/patches/no-bytestring-builder
- p/haskell-snap-server/debian/patches/series


Changes:

=====================================
p/haskell-parameterized-utils/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-parameterized-utils (2.1.5.0-3) UNRELEASED; urgency=medium
+haskell-parameterized-utils (2.1.7.0-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:34:23 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 21:12:28 +0300
 
 haskell-parameterized-utils (2.1.5.0-2) unstable; urgency=medium
 


=====================================
p/haskell-parameterized-utils/debian/control
=====================================
@@ -6,19 +6,19 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-base-orphans-dev (>= 0.8.2),
- libghc-base-orphans-dev (<< 0.9),
+ libghc-base-orphans-dev (<< 0.10),
  libghc-base-orphans-prof,
  libghc-constraints-dev (>= 0.10),
  libghc-constraints-dev (<< 0.14),
  libghc-constraints-prof,
  libghc-hashable-dev (>= 1.2),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
  libghc-hashable-prof,
  libghc-hashtables-dev (>= 1.2),
- libghc-hashtables-dev (<< 1.3),
+ libghc-hashtables-dev (<< 1.4),
  libghc-hashtables-prof,
  libghc-hedgehog-dev,
  libghc-hedgehog-prof,
@@ -27,28 +27,35 @@ Build-Depends: debhelper (>= 10),
  libghc-indexed-traversable-dev,
  libghc-indexed-traversable-prof,
  libghc-lens-dev (>= 4.16),
- libghc-lens-dev (<< 5.2),
+ libghc-lens-dev (<< 5.3),
  libghc-lens-prof,
  libghc-profunctors-dev (>= 5.6),
  libghc-profunctors-dev (<< 5.7),
  libghc-profunctors-prof,
+ libghc-th-abstraction-dev (>= 0.4.2),
+ libghc-th-abstraction-dev (<< 0.6),
+ libghc-th-abstraction-prof,
+ libghc-vector-dev (>= 0.12),
+ libghc-vector-dev (<< 0.14),
+ libghc-vector-prof,
+ libghc-hashable-dev,
+ libghc-hashtables-dev,
+ libghc-hedgehog-dev,
+ libghc-hedgehog-prof,
+ libghc-hedgehog-classes-dev,
+ libghc-hedgehog-classes-prof,
+ libghc-lens-dev,
  libghc-tasty-dev (>= 1.2),
  libghc-tasty-dev (<< 1.5),
  libghc-tasty-prof,
  libghc-tasty-ant-xml-dev (>= 1.1),
  libghc-tasty-ant-xml-dev (<< 1.2),
  libghc-tasty-ant-xml-prof,
- libghc-tasty-hedgehog-dev,
+ libghc-tasty-hedgehog-dev (>= 1.2),
  libghc-tasty-hedgehog-prof,
  libghc-tasty-hunit-dev (>= 0.9),
  libghc-tasty-hunit-dev (<< 0.11),
  libghc-tasty-hunit-prof,
- libghc-th-abstraction-dev (>= 0.3),
- libghc-th-abstraction-dev (<< 0.5),
- libghc-th-abstraction-prof,
- libghc-vector-dev (>= 0.12),
- libghc-vector-dev (<< 0.13),
- libghc-vector-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-base-orphans-doc,
  libghc-constraints-doc,


=====================================
p/haskell-path-io/debian/changelog
=====================================
@@ -1,9 +1,10 @@
-haskell-path-io (1.7.0-2) UNRELEASED; urgency=medium
+haskell-path-io (1.8.1-1) unstable; urgency=medium
 
   * Remove retired developer, Joachim Breitner, from Uploaders.
   * Declare compliance with Debian policy 4.6.2
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 18 Jul 2022 18:35:14 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 21:15:11 +0300
 
 haskell-path-io (1.7.0-1) unstable; urgency=medium
 


=====================================
p/haskell-path-io/debian/control
=====================================
@@ -8,16 +8,13 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-dlist-dev (>= 0.8),
  libghc-dlist-dev (<< 2.0),
  libghc-dlist-prof,
- libghc-exceptions-dev (>= 0.8),
- libghc-exceptions-dev (<< 0.11),
- libghc-exceptions-prof,
- libghc-path-dev (>= 0.6),
+ libghc-path-dev (>= 0.7.1),
  libghc-path-dev (<< 0.10),
  libghc-path-prof,
  libghc-temporary-dev (>= 1.1),


=====================================
p/haskell-rio-prettyprint/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-rio-prettyprint (0.1.1.0-3) UNRELEASED; urgency=medium
+haskell-rio-prettyprint (0.1.4.0-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:34:32 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 21:16:09 +0300
 
 haskell-rio-prettyprint (0.1.1.0-2) unstable; urgency=medium
 


=====================================
p/haskell-rio-prettyprint/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.16),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-aeson-dev,
  libghc-aeson-prof,


=====================================
p/haskell-servant/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-servant (0.19-2) UNRELEASED; urgency=medium
+haskell-servant (0.19.1-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:34:35 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 21:17:00 +0300
 
 haskell-servant (0.19-1) unstable; urgency=medium
 


=====================================
p/haskell-servant/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends:
  cdbs,
  debhelper (>= 10),
  haskell-devscripts (>= 0.15),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  libghc-quickcheck2-dev (>= 2.12.6.1),
  libghc-quickcheck2-dev (<< 2.15),
@@ -21,7 +21,7 @@ Build-Depends:
  libghc-attoparsec-dev (<< 0.15),
  libghc-attoparsec-prof,
  libghc-base-compat-dev (>= 0.10.5),
- libghc-base-compat-dev (<< 0.12),
+ libghc-base-compat-dev (<< 0.13),
  libghc-base-compat-prof,
  libghc-bifunctors-dev (>= 5.5.3),
  libghc-bifunctors-dev (<< 5.6),
@@ -32,7 +32,7 @@ Build-Depends:
  libghc-constraints-dev (>= 0.2),
  libghc-constraints-prof,
  libghc-http-api-data-dev (>= 0.4.1),
- libghc-http-api-data-dev (<< 0.4.4),
+ libghc-http-api-data-dev (<< 0.5.1),
  libghc-http-api-data-prof,
  libghc-http-media-dev (>= 0.7.1.3),
  libghc-http-media-dev (<< 0.9),
@@ -41,7 +41,7 @@ Build-Depends:
  libghc-http-types-dev (<< 0.13),
  libghc-http-types-prof,
  libghc-mmorph-dev (>= 1.1.2),
- libghc-mmorph-dev (<< 1.2),
+ libghc-mmorph-dev (<< 1.3),
  libghc-mmorph-prof,
  libghc-network-uri-dev (>= 2.6.1.0),
  libghc-network-uri-dev (<< 2.7),
@@ -62,10 +62,11 @@ Build-Depends:
  libghc-vault-dev (>= 0.3.1.2),
  libghc-vault-dev (<< 0.4),
  libghc-vault-prof,
- libghc-hspec-dev (>= 2.6.0) <!nocheck>,
- libghc-hspec-dev (<< 2.9) <!nocheck>,
- libghc-quickcheck-instances-dev (>= 0.3.19) <!nocheck>,
- libghc-quickcheck-instances-dev (<< 0.4) <!nocheck>,
+ libghc-hspec-dev (>= 2.6.0),
+ libghc-hspec-dev (<< 2.11),
+ libghc-quickcheck-instances-dev (>= 0.3.19),
+ libghc-quickcheck-instances-dev (<< 0.4),
+ hspec-discover,
 Build-Depends-Indep: ghc-doc,
  libghc-quickcheck2-doc,
  libghc-aeson-doc,


=====================================
p/haskell-servant/debian/patches/newer-hspec
=====================================
@@ -0,0 +1,16 @@
+Index: b/servant.cabal
+===================================================================
+--- a/servant.cabal
++++ b/servant.cabal
+@@ -166,9 +166,9 @@ test-suite spec
+ 
+   -- Additional dependencies
+   build-depends:
+-      hspec                >= 2.6.0    && < 2.10
++      hspec                >= 2.6.0    && < 2.11
+     , QuickCheck           >= 2.12.6.1 && < 2.15
+     , quickcheck-instances >= 0.3.19   && < 0.4
+ 
+   build-tool-depends:
+-    hspec-discover:hspec-discover >= 2.6.0 && < 2.10
++    hspec-discover:hspec-discover >= 2.6.0 && < 2.11


=====================================
p/haskell-servant/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-hspec


=====================================
p/haskell-servant/debian/rules
=====================================
@@ -1,9 +1,8 @@
 #!/usr/bin/make -f
 
+DEB_ENABLE_TESTS = yes
 ifeq (s390x,$(DEB_HOST_ARCH))
 	DEB_ENABLE_TESTS = no
-else
-	DEB_ENABLE_TESTS = yes
 endif
 
 DEB_CABAL_PACKAGE = servant


=====================================
p/haskell-snap-server/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-snap-server (1.1.2.0-3) UNRELEASED; urgency=medium
+haskell-snap-server (1.1.2.1-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:34:38 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 06 Oct 2023 21:18:34 +0300
 
 haskell-snap-server (1.1.2.0-2) unstable; urgency=medium
 


=====================================
p/haskell-snap-server/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-attoparsec-dev (>= 0.12),
@@ -17,8 +17,8 @@ Build-Depends:
  libghc-blaze-builder-dev (<< 0.5),
  libghc-blaze-builder-dev (>= 0.4),
  libghc-blaze-builder-prof,
- libghc-case-insensitive-dev (<< 1.3),
  libghc-case-insensitive-dev (>= 1.1),
+ libghc-case-insensitive-dev (<< 1.3),
  libghc-case-insensitive-prof,
  libghc-clock-dev (<< 0.9),
  libghc-clock-dev (>= 0.7.1),
@@ -45,10 +45,10 @@ Build-Depends:
  libghc-snap-core-dev (>= 1.0),
  libghc-snap-core-prof,
  libghc-unix-compat-dev (>= 0.2),
- libghc-unix-compat-dev (<< 0.6),
+ libghc-unix-compat-dev (<< 0.8),
  libghc-unix-compat-prof,
  libghc-vector-dev (>= 0.7),
- libghc-vector-dev (<< 0.13),
+ libghc-vector-dev (<< 0.14),
  libghc-vector-prof,
 Build-Depends-Indep:
  ghc-doc,


=====================================
p/haskell-snap-server/debian/patches/newer-deps
=====================================
@@ -1,13 +1,29 @@
+Index: b/snap-server.cabal
+===================================================================
 --- a/snap-server.cabal
 +++ b/snap-server.cabal
-@@ -96,8 +96,8 @@ Library
-     Snap.Internal.Http.Server.TLS
- 
-   build-depends:
--    attoparsec                          >= 0.12     && < 0.14,
--    base                                >= 4.6      && < 4.15,
-+    attoparsec                          >= 0.12     && < 0.15,
-+    base                                >= 4.6      && < 5,
+@@ -1,5 +1,6 @@
+ name:           snap-server
+ version:        1.1.2.1
++x-revision: 2
+ synopsis:       A web server for the Snap Framework
+ description:
+   Snap is a simple and fast web development framework and server written in
+@@ -99,7 +100,7 @@ Library
+     attoparsec                          >= 0.12     && < 0.15,
+     base                                >= 4.6      && < 5,
      blaze-builder                       >= 0.4      && < 0.5,
-     bytestring                          >= 0.9.1    && < 0.11,
+-    bytestring                          >= 0.9.1    && < 0.12,
++    bytestring                          >= 0.9.1    && < 0.13,
      case-insensitive                    >= 1.1      && < 1.3,
+     clock                               >= 0.7.1    && < 0.9,
+     containers                          >= 0.3      && < 0.7,
+@@ -114,7 +115,7 @@ Library
+     text                                >= 0.11     && < 2.1,
+     time                                >= 1.0      && < 1.13,
+     transformers                        >= 0.3      && < 0.7,
+-    unix-compat                         >= 0.2      && < 0.7,
++    unix-compat                         >= 0.2      && < 0.8,
+     vector                              >= 0.7      && < 0.14
+ 
+   other-extensions:


=====================================
p/haskell-snap-server/debian/patches/no-bytestring-builder
=====================================
@@ -1,30 +1,16 @@
+Index: b/snap-server.cabal
+===================================================================
 --- a/snap-server.cabal
 +++ b/snap-server.cabal
-@@ -100,7 +100,6 @@ Library
-     base                                >= 4.6      && < 4.15,
-     blaze-builder                       >= 0.4      && < 0.5,
-     bytestring                          >= 0.9.1    && < 0.11,
--    bytestring-builder                  >= 0.10.4   && < 0.11,
-     case-insensitive                    >= 1.1      && < 1.3,
-     clock                               >= 0.7.1    && < 0.9,
-     containers                          >= 0.3      && < 0.7,
-@@ -216,7 +215,6 @@ Test-suite testsuite
-     base,
-     base16-bytestring                   >= 0.1      && < 1.1,
-     blaze-builder,
--    bytestring-builder,
-     bytestring,
-     case-insensitive,
-     clock,
-@@ -327,7 +325,6 @@ Benchmark benchmark
+@@ -332,7 +332,6 @@ Benchmark benchmark
      base,
      blaze-builder,
      bytestring,
 -    bytestring-builder,
-     criterion                           >= 0.6     && < 1.6,
+     criterion                           >= 0.6     && < 1.7,
      io-streams,
      io-streams-haproxy,
-@@ -411,7 +408,6 @@ Executable snap-test-pong-server
+@@ -417,7 +416,6 @@ Executable snap-test-pong-server
      base,
      blaze-builder,
      bytestring,
@@ -32,7 +18,7 @@
      case-insensitive,
      clock,
      containers,
-@@ -504,7 +500,6 @@ Executable snap-test-server
+@@ -518,7 +516,6 @@ Executable snap-test-server
      base,
      blaze-builder,
      bytestring,


=====================================
p/haskell-snap-server/debian/patches/series
=====================================
@@ -1,2 +1,2 @@
-no-bytestring-builder
 newer-deps
+no-bytestring-builder



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/f0b65872a7010fd9d69c7b18d051737aa4ba7e14...be78d51c48a23f727f4b0290d026207a63077e25

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/f0b65872a7010fd9d69c7b18d051737aa4ba7e14...be78d51c48a23f727f4b0290d026207a63077e25
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/20231006/3275abaa/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list