[Git][haskell-team/DHG_packages][master] 3 commits: HTTP: Upgrading from 4000.3.16 to 4000.4.1

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Thu Sep 7 19:23:31 BST 2023



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


Commits:
2bf57062 by Ilias Tsitsimpis at 2023-09-07T21:21:43+03:00
HTTP: Upgrading from 4000.3.16 to 4000.4.1

- - - - -
89639a30 by Ilias Tsitsimpis at 2023-09-07T21:21:43+03:00
lpeg: Upgrading from 1.0.3 to 1.0.4

- - - - -
4652f879 by Ilias Tsitsimpis at 2023-09-07T21:21:43+03:00
lua-arbitrary: Upgrading from 1.0.1 to 1.0.1.1

- - - - -


8 changed files:

- p/haskell-http/debian/changelog
- p/haskell-http/debian/control
- + p/haskell-http/debian/patches/newer-deps
- + p/haskell-http/debian/patches/series
- p/haskell-lpeg/debian/changelog
- p/haskell-lpeg/debian/control
- p/haskell-lua-arbitrary/debian/changelog
- p/haskell-lua-arbitrary/debian/control


Changes:

=====================================
p/haskell-http/debian/changelog
=====================================
@@ -1,9 +1,10 @@
-haskell-http (1:4000.3.16-2) UNRELEASED; urgency=medium
+haskell-http (1:4000.4.1-1) unstable; urgency=medium
 
-  * Declare compliance with Debian policy 4.6.1
+  * New upstream release
   * Declare compliance with Debian policy 4.6.2
+  * Remove MIA uploaders (Closes: #907111)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:33 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 07 Sep 2023 21:06:10 +0300
 
 haskell-http (1:4000.3.16-1) unstable; urgency=medium
 


=====================================
p/haskell-http/debian/control
=====================================
@@ -9,7 +9,7 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-network-dev (>= 2.6),


=====================================
p/haskell-http/debian/patches/newer-deps
=====================================
@@ -0,0 +1,21 @@
+Index: b/HTTP.cabal
+===================================================================
+--- a/HTTP.cabal
++++ b/HTTP.cabal
+@@ -1,6 +1,7 @@
+ Cabal-Version: >= 1.10
+ Name: HTTP
+ Version: 4000.4.1
++x-revision: 2
+ Build-type: Simple
+ License: BSD3
+ License-file: LICENSE
+@@ -109,7 +110,7 @@ Library
+   -- note the test harness constraints should be kept in sync with these
+   -- where dependencies are shared
+   build-depends:
+-      base          >= 4.6.0.0   && < 4.17
++      base          >= 4.6.0.0   && < 4.19
+     , array         >= 0.3.0.2   && < 0.6
+     , bytestring    >= 0.9.1.5   && < 0.12
+     , parsec        >= 2.0       && < 3.2


=====================================
p/haskell-http/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-lpeg/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-lpeg (1.0.3-3) UNRELEASED; urgency=medium
+haskell-lpeg (1.0.4-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:12 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 07 Sep 2023 21:09:06 +0300
 
 haskell-lpeg (1.0.3-2) unstable; urgency=medium
 


=====================================
p/haskell-lpeg/debian/control
=====================================
@@ -6,10 +6,10 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-lua-dev (>= 2.1),
- libghc-lua-dev (<< 2.3),
+ libghc-lua-dev (<< 2.4),
  libghc-lua-prof,
  libghc-tasty-dev (>= 0.11),
  libghc-tasty-prof,


=====================================
p/haskell-lua-arbitrary/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-lua-arbitrary (1.0.1-3) UNRELEASED; urgency=medium
+haskell-lua-arbitrary (1.0.1.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:13 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 07 Sep 2023 21:10:35 +0300
 
 haskell-lua-arbitrary (1.0.1-2) unstable; urgency=medium
 


=====================================
p/haskell-lua-arbitrary/debian/control
=====================================
@@ -7,13 +7,13 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-quickcheck2-dev (>= 2.7),
  libghc-quickcheck2-dev (<< 3),
  libghc-quickcheck2-prof,
  libghc-lua-dev (>= 2.0),
- libghc-lua-dev (<< 2.3),
+ libghc-lua-dev (<< 2.4),
  libghc-lua-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-quickcheck2-doc,



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/970bce755b58c1108bf2b63da368f99f8696fc2a...4652f879f33a93da7778d5b8df8d6fa045047e81

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/970bce755b58c1108bf2b63da368f99f8696fc2a...4652f879f33a93da7778d5b8df8d6fa045047e81
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/20230907/4ad1c17c/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list