[Git][haskell-team/DHG_packages][master] websockets: Upgrading from 0.12.7.1 to 0.12.7.3

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Jul 24 13:26:41 BST 2022



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


Commits:
d2fa6138 by Ilias Tsitsimpis at 2022-07-24T15:25:06+03:00
websockets: Upgrading from 0.12.7.1 to 0.12.7.3

- - - - -


3 changed files:

- p/haskell-websockets/debian/changelog
- p/haskell-websockets/debian/control
- p/haskell-websockets/debian/patches/no-bytestring-builder


Changes:

=====================================
p/haskell-websockets/debian/changelog
=====================================
@@ -1,9 +1,10 @@
-haskell-websockets (0.12.7.1-2) UNRELEASED; urgency=medium
+haskell-websockets (0.12.7.3-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
   * Remove retired developer, Joachim Breitner, from Uploaders.
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:23 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 24 Jul 2022 15:24:01 +0300
 
 haskell-websockets (0.12.7.1-1) unstable; urgency=medium
 


=====================================
p/haskell-websockets/debian/control
=====================================
@@ -17,11 +17,10 @@ Build-Depends: debhelper (>= 10),
  libghc-async-dev (<< 2.3),
  libghc-async-prof,
  libghc-attoparsec-dev (>= 0.10),
- libghc-attoparsec-dev (<< 0.14),
- libghc-attoparsec-prof (>= 0.10),
- libghc-attoparsec-prof (<< 0.14),
+ libghc-attoparsec-dev (<< 0.15),
+ libghc-attoparsec-prof,
  libghc-base64-bytestring-dev (>= 0.1),
- libghc-base64-bytestring-dev (<< 1.2),
+ libghc-base64-bytestring-dev (<< 1.3),
  libghc-base64-bytestring-prof,
  libghc-case-insensitive-dev (>= 0.3),
  libghc-case-insensitive-dev (<< 1.3),
@@ -36,7 +35,7 @@ Build-Depends: debhelper (>= 10),
  libghc-network-dev (<< 3.2),
  libghc-network-prof,
  libghc-random-dev (>= 1.0),
- libghc-random-dev (<< 1.2),
+ libghc-random-dev (<< 1.3),
  libghc-random-prof,
  libghc-streaming-commons-dev (>= 0.1),
  libghc-streaming-commons-dev (<< 0.3),
@@ -44,7 +43,7 @@ Build-Depends: debhelper (>= 10),
  libghc-hunit-dev (>= 1.2),
  libghc-hunit-dev (<< 1.7),
  libghc-quickcheck2-dev (>= 2.7),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
  libghc-test-framework-dev (>= 0.4),
  libghc-test-framework-dev (<< 0.9),


=====================================
p/haskell-websockets/debian/patches/no-bytestring-builder
=====================================
@@ -1,42 +1,44 @@
+Index: b/websockets.cabal
+===================================================================
 --- a/websockets.cabal
 +++ b/websockets.cabal
-@@ -85,7 +85,6 @@
-     base64-bytestring >= 0.1    && < 1.2,
+@@ -86,7 +86,6 @@ Library
+     base64-bytestring >= 0.1    && < 1.3,
      binary            >= 0.8.1  && < 0.11,
-     bytestring        >= 0.9    && < 0.11,
+     bytestring        >= 0.9    && < 0.12,
 -    bytestring-builder             < 0.11,
      case-insensitive  >= 0.3    && < 1.3,
      clock             >= 0.8    && < 0.9,
      containers        >= 0.3    && < 0.7,
-@@ -144,7 +143,6 @@
-     base64-bytestring >= 0.1    && < 1.2,
+@@ -146,7 +145,6 @@ Test-suite websockets-tests
+     base64-bytestring >= 0.1    && < 1.3,
      binary            >= 0.8.1  && < 0.11,
-     bytestring        >= 0.9    && < 0.11,
+     bytestring        >= 0.9    && < 0.12,
 -    bytestring-builder             < 0.11,
      case-insensitive  >= 0.3    && < 1.3,
      clock             >= 0.8    && < 0.9,
      containers        >= 0.3    && < 0.7,
-@@ -172,7 +170,6 @@
-     base64-bytestring >= 0.1    && < 1.2,
+@@ -175,7 +173,6 @@ Executable websockets-example
+     base64-bytestring >= 0.1    && < 1.3,
      binary            >= 0.8.1  && < 0.11,
-     bytestring        >= 0.9    && < 0.11,
+     bytestring        >= 0.9    && < 0.12,
 -    bytestring-builder             < 0.11,
      case-insensitive  >= 0.3    && < 1.3,
      clock             >= 0.8    && < 0.9,
      containers        >= 0.3    && < 0.7,
-@@ -202,7 +199,6 @@
-     base64-bytestring >= 0.1    && < 1.2,
+@@ -206,7 +203,6 @@ Executable websockets-autobahn
+     base64-bytestring >= 0.1    && < 1.3,
      binary            >= 0.8.1  && < 0.11,
-     bytestring        >= 0.9    && < 0.11,
+     bytestring        >= 0.9    && < 0.12,
+-    bytestring-builder             < 0.11,
+     case-insensitive  >= 0.3    && < 1.3,
+     clock             >= 0.8    && < 0.9,
+     containers        >= 0.3    && < 0.7,
+@@ -235,7 +231,6 @@ Benchmark bench-mask
+     base64-bytestring >= 0.1    && < 1.3,
+     binary            >= 0.8.1  && < 0.11,
+     bytestring        >= 0.9    && < 0.12,
 -    bytestring-builder             < 0.11,
      case-insensitive  >= 0.3    && < 1.3,
      clock             >= 0.8    && < 0.9,
      containers        >= 0.3    && < 0.7,
-@@ -230,7 +226,6 @@
-         base64-bytestring >= 0.1    && < 1.2,
-         binary            >= 0.8.1  && < 0.11,
-         bytestring        >= 0.9    && < 0.11,
--        bytestring-builder             < 0.11,
-         case-insensitive  >= 0.3    && < 1.3,
-         clock             >= 0.8    && < 0.9,
-         containers        >= 0.3    && < 0.7,



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d2fa6138fbbe0e95e563422b5d054d486bdfc18a

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d2fa6138fbbe0e95e563422b5d054d486bdfc18a
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/20220724/16b2382b/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list