[Git][haskell-team/DHG_packages][master] snap-templates: Patch to build with newer libraries
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Jan 5 01:16:27 GMT 2024
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d28cd6be by Scott Talbert at 2024-01-04T20:14:27-05:00
snap-templates: Patch to build with newer libraries
- - - - -
2 changed files:
- p/haskell-snap-templates/debian/changelog
- p/haskell-snap-templates/debian/patches/newer-deps
Changes:
=====================================
p/haskell-snap-templates/debian/changelog
=====================================
@@ -1,9 +1,13 @@
-haskell-snap-templates (1.0.0.2-5) UNRELEASED; urgency=medium
+haskell-snap-templates (1.0.0.2-5) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.1
* Declare compliance with Debian policy 4.6.2
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:07 +0300
+ [ Scott Talbert ]
+ * Patch to build with newer libraries (Closes: #1054870)
+
+ -- Scott Talbert <swt at techie.net> Thu, 04 Jan 2024 20:14:13 -0500
haskell-snap-templates (1.0.0.2-4) unstable; urgency=medium
=====================================
p/haskell-snap-templates/debian/patches/newer-deps
=====================================
@@ -2,7 +2,14 @@ Index: b/snap-templates.cabal
===================================================================
--- a/snap-templates.cabal
+++ b/snap-templates.cabal
-@@ -73,10 +73,10 @@ Executable snap-framework
+@@ -67,17 +67,17 @@ Executable snap-framework
+
+ build-depends:
+ base >= 4 && < 5,
+- bytestring >= 0.9.1 && < 0.11,
++ bytestring >= 0.9.1 && < 1,
+ containers >= 0.3 && < 0.7,
+ directory >= 1.0 && < 1.4,
directory-tree >= 0.11 && < 0.13,
filepath >= 1.1 && < 1.5,
-- Blacklist bad versions of hashable
@@ -11,7 +18,9 @@ Index: b/snap-templates.cabal
old-time >= 1.0 && < 1.2,
-- snap-server >= 1.0 && < 1.1,
- template-haskell >= 2.2 && < 2.14,
+- text >= 0.11 && < 1.3
+ template-haskell >= 2.2,
- text >= 0.11 && < 1.3
++ text >= 0.11 && < 3
extensions:
+ OverloadedStrings
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d28cd6be198821fff35159a8efc286b20a3469a5
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d28cd6be198821fff35159a8efc286b20a3469a5
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/20240105/e083d86b/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list