[Git][haskell-team/DHG_packages][master] snap-server: patch for newer attoparsec and base

Clint Adams (@clint) gitlab at salsa.debian.org
Fri Sep 9 01:57:03 BST 2022



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
0123f64b by Clint Adams at 2022-09-08T20:55:27-04:00
snap-server: patch for newer attoparsec and base

- - - - -


4 changed files:

- 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/series


Changes:

=====================================
p/haskell-snap-server/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-snap-server (1.1.2.0-2) unstable; urgency=medium
+
+  * Patch for newer attoparsec and base.
+
+ -- Clint Adams <clint at debian.org>  Thu, 08 Sep 2022 20:55:14 -0400
+
 haskell-snap-server (1.1.2.0-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-snap-server/debian/control
=====================================
@@ -11,8 +11,8 @@ Build-Depends:
  ghc (>= 8.4.3),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-attoparsec-dev (<< 0.14),
  libghc-attoparsec-dev (>= 0.12),
+ libghc-attoparsec-dev (<< 0.15),
  libghc-attoparsec-prof,
  libghc-blaze-builder-dev (<< 0.5),
  libghc-blaze-builder-dev (>= 0.4),


=====================================
p/haskell-snap-server/debian/patches/newer-deps
=====================================
@@ -0,0 +1,13 @@
+--- 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,
+     blaze-builder                       >= 0.4      && < 0.5,
+     bytestring                          >= 0.9.1    && < 0.11,
+     case-insensitive                    >= 1.1      && < 1.3,


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0123f64b8de22ac1213fc54b9c8bdac701316a5d
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/20220909/c11d36b5/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list