[Git][haskell-team/DHG_packages][master] snap-templates: Patch to build with newer libraries
Ilias Tsitsimpis
gitlab at salsa.debian.org
Mon Sep 28 17:03:04 BST 2020
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1d1ecf06 by Ilias Tsitsimpis at 2020-09-28T19:01:47+03:00
snap-templates: Patch to build with newer libraries
- - - - -
3 changed files:
- p/haskell-snap-templates/debian/changelog
- p/haskell-snap-templates/debian/control
- p/haskell-snap-templates/debian/patches/newer-deps
Changes:
=====================================
p/haskell-snap-templates/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-snap-templates (1.0.0.2-4) unstable; urgency=medium
+
+ * Patch to build with newer libraries (Closes: #971206)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 28 Sep 2020 19:00:23 +0300
+
haskell-snap-templates (1.0.0.2-3) unstable; urgency=medium
* Bump dependency bounds
=====================================
p/haskell-snap-templates/debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 10),
libghc-hashable-dev,
libghc-old-time-dev (>= 1.0),
libghc-old-time-dev (<< 1.2),
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
Homepage: http://snapframework.com/
X-Description: scaffolding CLI for the Snap Framework
This is the Scaffolding CLI for the official Snap Framework libraries.
=====================================
p/haskell-snap-templates/debian/patches/newer-deps
=====================================
@@ -1,11 +1,17 @@
---- haskell-snap-templates-1.0.0.2.orig/snap-templates.cabal
-+++ haskell-snap-templates-1.0.0.2/snap-templates.cabal
-@@ -76,7 +76,7 @@ Executable snap-framework
- hashable (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),
+Index: b/snap-templates.cabal
+===================================================================
+--- a/snap-templates.cabal
++++ b/snap-templates.cabal
+@@ -73,10 +73,10 @@ Executable snap-framework
+ directory-tree >= 0.11 && < 0.13,
+ filepath >= 1.1 && < 1.5,
+ -- Blacklist bad versions of hashable
+- hashable (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),
++ hashable (>= 1.1 && < 1.2) || (>= 1.2.0.6),
old-time >= 1.0 && < 1.2,
-- snap-server >= 1.0 && < 1.1,
- template-haskell >= 2.2 && < 2.14,
-+ template-haskell >= 2.2 && < 2.15,
++ template-haskell >= 2.2,
text >= 0.11 && < 1.3
extensions:
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1d1ecf06b0f9cd8aad62032ec02f52ac8d17a300
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1d1ecf06b0f9cd8aad62032ec02f52ac8d17a300
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/20200928/1db5b10d/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list